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
|
@@ -10,8 +10,14 @@
|
|
|
10
10
|
"diagnostics_genius",
|
|
11
11
|
"not_lupus"
|
|
12
12
|
],
|
|
13
|
-
"profession": "
|
|
14
|
-
"interests": [
|
|
13
|
+
"profession": "Diagnostician",
|
|
14
|
+
"interests": [
|
|
15
|
+
"piano",
|
|
16
|
+
"motorcycles",
|
|
17
|
+
"puzzles",
|
|
18
|
+
"Vicodin",
|
|
19
|
+
"monster trucks"
|
|
20
|
+
],
|
|
15
21
|
"quotes": [
|
|
16
22
|
"Everybody lies.",
|
|
17
23
|
"There's no such thing! Our bodies break down, sometimes when we're 90, sometimes before we're even born, but it always happens and there's never any dignity in it. I don't care if you can walk, see, wipe your own ass. It's always ugly - always! We can live with dignity - we can't die with it.",
|
|
@@ -26,20 +32,29 @@
|
|
|
26
32
|
],
|
|
27
33
|
"gender": "male",
|
|
28
34
|
"symbol": "๐ฆฏ",
|
|
29
|
-
"color": "#134e4a"
|
|
35
|
+
"color": "#134e4a",
|
|
36
|
+
"emailDomains": [
|
|
37
|
+
"ppth.edu",
|
|
38
|
+
"diagnostics-ppth.net"
|
|
39
|
+
]
|
|
30
40
|
},
|
|
31
41
|
{
|
|
32
42
|
"id": "james-wilson",
|
|
33
43
|
"firstName": "James",
|
|
34
44
|
"lastName": "Wilson",
|
|
35
45
|
"usernames": [
|
|
36
|
-
"
|
|
37
|
-
"
|
|
46
|
+
"sarcastic_oncologist",
|
|
47
|
+
"wilsons_heart",
|
|
38
48
|
"enabler_in_chief",
|
|
39
49
|
"three_divorces_wilson"
|
|
40
50
|
],
|
|
41
|
-
"profession": "
|
|
42
|
-
"interests": [
|
|
51
|
+
"profession": "Oncologist",
|
|
52
|
+
"interests": [
|
|
53
|
+
"cooking",
|
|
54
|
+
"dating",
|
|
55
|
+
"friendship",
|
|
56
|
+
"classical music"
|
|
57
|
+
],
|
|
43
58
|
"quotes": [
|
|
44
59
|
"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.",
|
|
45
60
|
"I have no kids, my marriage sucks... I only got two things that work for me: this job and this stupid screwed up friendship, and neither mattered enough for you to give one lousy speech.",
|
|
@@ -53,15 +68,29 @@
|
|
|
53
68
|
],
|
|
54
69
|
"gender": "male",
|
|
55
70
|
"symbol": "๐๏ธ",
|
|
56
|
-
"color": "#166534"
|
|
71
|
+
"color": "#166534",
|
|
72
|
+
"emailDomains": [
|
|
73
|
+
"ppth.edu",
|
|
74
|
+
"oncology-ppth.net"
|
|
75
|
+
]
|
|
57
76
|
},
|
|
58
77
|
{
|
|
59
78
|
"id": "lisa-cuddy",
|
|
60
79
|
"firstName": "Lisa",
|
|
61
80
|
"lastName": "Cuddy",
|
|
62
|
-
"usernames": [
|
|
81
|
+
"usernames": [
|
|
82
|
+
"dean_of_medicine",
|
|
83
|
+
"ppth_dean",
|
|
84
|
+
"house_wrangler",
|
|
85
|
+
"cuddy_md"
|
|
86
|
+
],
|
|
63
87
|
"profession": "Dean of Medicine",
|
|
64
|
-
"interests": [
|
|
88
|
+
"interests": [
|
|
89
|
+
"hospital administration",
|
|
90
|
+
"fundraising",
|
|
91
|
+
"parenting",
|
|
92
|
+
"home renovation"
|
|
93
|
+
],
|
|
65
94
|
"quotes": [
|
|
66
95
|
"Your reputation won't last if you don't do your job; the clinic is part of your job. I want you to do your job.",
|
|
67
96
|
"I assume those are two separate points.",
|
|
@@ -74,15 +103,29 @@
|
|
|
74
103
|
],
|
|
75
104
|
"gender": "female",
|
|
76
105
|
"symbol": "๐ฅ",
|
|
77
|
-
"color": "#3b1f0a"
|
|
106
|
+
"color": "#3b1f0a",
|
|
107
|
+
"emailDomains": [
|
|
108
|
+
"ppth.edu",
|
|
109
|
+
"medical-admin.net"
|
|
110
|
+
]
|
|
78
111
|
},
|
|
79
112
|
{
|
|
80
113
|
"id": "eric-foreman",
|
|
81
114
|
"firstName": "Eric",
|
|
82
115
|
"lastName": "Foreman",
|
|
83
|
-
"usernames": [
|
|
84
|
-
|
|
85
|
-
|
|
116
|
+
"usernames": [
|
|
117
|
+
"not_a_car_thief",
|
|
118
|
+
"dean_foreman",
|
|
119
|
+
"house_clone",
|
|
120
|
+
"jailbait_foreman"
|
|
121
|
+
],
|
|
122
|
+
"profession": "Neurologist",
|
|
123
|
+
"interests": [
|
|
124
|
+
"ethics",
|
|
125
|
+
"boxing",
|
|
126
|
+
"career advancement",
|
|
127
|
+
"clinical trials"
|
|
128
|
+
],
|
|
86
129
|
"quotes": [
|
|
87
130
|
"Isn't treating patients why we became doctors?",
|
|
88
131
|
"From what I've read false paternity is more like ten percent.",
|
|
@@ -94,16 +137,30 @@
|
|
|
94
137
|
"I think you got her in because of your usual messiah complex. I think you messed with the appointment schedule because of your I-like-to-have-sex complex."
|
|
95
138
|
],
|
|
96
139
|
"gender": "male",
|
|
97
|
-
"symbol": "
|
|
98
|
-
"color": "#083344"
|
|
140
|
+
"symbol": "๐ฉบ",
|
|
141
|
+
"color": "#083344",
|
|
142
|
+
"emailDomains": [
|
|
143
|
+
"ppth.edu",
|
|
144
|
+
"neuro-ppth.net"
|
|
145
|
+
]
|
|
99
146
|
},
|
|
100
147
|
{
|
|
101
148
|
"id": "robert-chase",
|
|
102
149
|
"firstName": "Robert",
|
|
103
150
|
"lastName": "Chase",
|
|
104
|
-
"usernames": [
|
|
105
|
-
|
|
106
|
-
|
|
151
|
+
"usernames": [
|
|
152
|
+
"pretty_boy_chase",
|
|
153
|
+
"not_british",
|
|
154
|
+
"fat_spiderman",
|
|
155
|
+
"dibala_case"
|
|
156
|
+
],
|
|
157
|
+
"profession": "Intensivist",
|
|
158
|
+
"interests": [
|
|
159
|
+
"surfing",
|
|
160
|
+
"religion",
|
|
161
|
+
"surgery",
|
|
162
|
+
"speed dating"
|
|
163
|
+
],
|
|
107
164
|
"quotes": [
|
|
108
165
|
"They tend to keep quiet on account of them not having any mouths.",
|
|
109
166
|
"I don't hate him. I loved him until I figured out it hurts a lot less to just not care. You don't expect him to turn up to your football match? No disappointments. You don't expect a call on your birthday, don't expect to see him for months? No disappointments.",
|
|
@@ -116,20 +173,29 @@
|
|
|
116
173
|
],
|
|
117
174
|
"gender": "male",
|
|
118
175
|
"symbol": "๐",
|
|
119
|
-
"color": "#4c1d95"
|
|
176
|
+
"color": "#4c1d95",
|
|
177
|
+
"emailDomains": [
|
|
178
|
+
"ppth.edu",
|
|
179
|
+
"ppth-icu.net"
|
|
180
|
+
]
|
|
120
181
|
},
|
|
121
182
|
{
|
|
122
183
|
"id": "allison-cameron",
|
|
123
184
|
"firstName": "Allison",
|
|
124
185
|
"lastName": "Cameron",
|
|
125
186
|
"usernames": [
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
187
|
+
"cameron_er",
|
|
188
|
+
"dead_husband_story",
|
|
189
|
+
"i_love_dr_house",
|
|
129
190
|
"mercy_and_reason"
|
|
130
191
|
],
|
|
131
|
-
"profession": "
|
|
132
|
-
"interests": [
|
|
192
|
+
"profession": "Emergency medicine physician",
|
|
193
|
+
"interests": [
|
|
194
|
+
"ethics",
|
|
195
|
+
"human rights",
|
|
196
|
+
"grief counseling",
|
|
197
|
+
"medical missions"
|
|
198
|
+
],
|
|
133
199
|
"quotes": [
|
|
134
200
|
"He cured you. You didn't cure him.",
|
|
135
201
|
"Dr. House doesn't like dealing with patients.",
|
|
@@ -141,16 +207,30 @@
|
|
|
141
207
|
"In ER we like to actually resuscitate dying people, not just let them flop around."
|
|
142
208
|
],
|
|
143
209
|
"gender": "female",
|
|
144
|
-
"symbol": "
|
|
145
|
-
"color": "#4a1942"
|
|
210
|
+
"symbol": "๐",
|
|
211
|
+
"color": "#4a1942",
|
|
212
|
+
"emailDomains": [
|
|
213
|
+
"ppth.edu",
|
|
214
|
+
"er-chicago.net"
|
|
215
|
+
]
|
|
146
216
|
},
|
|
147
217
|
{
|
|
148
218
|
"id": "chris-taub",
|
|
149
219
|
"firstName": "Chris",
|
|
150
220
|
"lastName": "Taub",
|
|
151
|
-
"usernames": [
|
|
152
|
-
|
|
153
|
-
|
|
221
|
+
"usernames": [
|
|
222
|
+
"nose_job_taub",
|
|
223
|
+
"taub_survivor",
|
|
224
|
+
"two_babies_taub",
|
|
225
|
+
"plastic_fantastic"
|
|
226
|
+
],
|
|
227
|
+
"profession": "Plastic surgeon",
|
|
228
|
+
"interests": [
|
|
229
|
+
"poker",
|
|
230
|
+
"plastic surgery",
|
|
231
|
+
"infidelity",
|
|
232
|
+
"family"
|
|
233
|
+
],
|
|
154
234
|
"quotes": [
|
|
155
235
|
"We treat her like a sixty-year-old Asian man, too?",
|
|
156
236
|
"Sane people don't attempt suicide.",
|
|
@@ -162,16 +242,29 @@
|
|
|
162
242
|
"Why me?"
|
|
163
243
|
],
|
|
164
244
|
"gender": "male",
|
|
165
|
-
"symbol": "
|
|
166
|
-
"color": "#dc2626"
|
|
245
|
+
"symbol": "๐",
|
|
246
|
+
"color": "#dc2626",
|
|
247
|
+
"emailDomains": [
|
|
248
|
+
"ppth.edu"
|
|
249
|
+
]
|
|
167
250
|
},
|
|
168
251
|
{
|
|
169
252
|
"id": "remy-hadley",
|
|
170
253
|
"firstName": "Remy",
|
|
171
254
|
"lastName": "Hadley",
|
|
172
|
-
"usernames": [
|
|
173
|
-
|
|
174
|
-
|
|
255
|
+
"usernames": [
|
|
256
|
+
"thirteen_hadley",
|
|
257
|
+
"huntingtons_thirteen",
|
|
258
|
+
"bisexual_thirteen",
|
|
259
|
+
"prison_roadtrip"
|
|
260
|
+
],
|
|
261
|
+
"profession": "Internist",
|
|
262
|
+
"interests": [
|
|
263
|
+
"clinical trials",
|
|
264
|
+
"Huntington's disease",
|
|
265
|
+
"neurology",
|
|
266
|
+
"one-night stands"
|
|
267
|
+
],
|
|
175
268
|
"quotes": [
|
|
176
269
|
"No one can describe themselves in ten words. Why would we wanna hear anyone else do it?",
|
|
177
270
|
"You spend your whole life looking for answers, because you think the next answer will change something, maybe make you a little less miserable. And you know that when you run out of questions, you don't just run out of answers, you run out of hope.",
|
|
@@ -184,15 +277,29 @@
|
|
|
184
277
|
],
|
|
185
278
|
"gender": "female",
|
|
186
279
|
"symbol": "๐ฒ",
|
|
187
|
-
"color": "#4c1d95"
|
|
280
|
+
"color": "#4c1d95",
|
|
281
|
+
"emailDomains": [
|
|
282
|
+
"ppth.edu",
|
|
283
|
+
"thirteen-mail.net"
|
|
284
|
+
]
|
|
188
285
|
},
|
|
189
286
|
{
|
|
190
287
|
"id": "lawrence-kutner",
|
|
191
288
|
"firstName": "Lawrence",
|
|
192
289
|
"lastName": "Kutner",
|
|
193
|
-
"usernames": [
|
|
194
|
-
|
|
195
|
-
|
|
290
|
+
"usernames": [
|
|
291
|
+
"foster_kid_kutner",
|
|
292
|
+
"excitable_kutner",
|
|
293
|
+
"magic_trick_kutner",
|
|
294
|
+
"number_nine"
|
|
295
|
+
],
|
|
296
|
+
"profession": "Sports medicine physician",
|
|
297
|
+
"interests": [
|
|
298
|
+
"pranks",
|
|
299
|
+
"pop culture",
|
|
300
|
+
"comic books",
|
|
301
|
+
"magic tricks"
|
|
302
|
+
],
|
|
196
303
|
"quotes": [
|
|
197
304
|
"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.",
|
|
198
305
|
"Not every teenager is having sex.",
|
|
@@ -205,20 +312,28 @@
|
|
|
205
312
|
],
|
|
206
313
|
"gender": "male",
|
|
207
314
|
"symbol": "๐",
|
|
208
|
-
"color": "#4a1942"
|
|
315
|
+
"color": "#4a1942",
|
|
316
|
+
"emailDomains": [
|
|
317
|
+
"ppth.edu"
|
|
318
|
+
]
|
|
209
319
|
},
|
|
210
320
|
{
|
|
211
321
|
"id": "jessica-adams",
|
|
212
322
|
"firstName": "Jessica",
|
|
213
323
|
"lastName": "Adams",
|
|
214
324
|
"usernames": [
|
|
215
|
-
"dr_adams_ppth",
|
|
216
325
|
"formerly_incarcerated_md",
|
|
217
|
-
"
|
|
218
|
-
"
|
|
326
|
+
"jail_doc_adams",
|
|
327
|
+
"prison_clinic_adams",
|
|
328
|
+
"five_grand_clinic"
|
|
329
|
+
],
|
|
330
|
+
"profession": "Diagnostician",
|
|
331
|
+
"interests": [
|
|
332
|
+
"ethics",
|
|
333
|
+
"charity work",
|
|
334
|
+
"volunteering",
|
|
335
|
+
"physics"
|
|
219
336
|
],
|
|
220
|
-
"profession": "diagnostician",
|
|
221
|
-
"interests": ["medicine", "ethics", "charity work", "volunteering"],
|
|
222
337
|
"quotes": [
|
|
223
338
|
"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.",
|
|
224
339
|
"So you want to research it? Why? It's the greatest mystery there is. Theory of everything. And completely divorced from humanity.",
|
|
@@ -230,16 +345,29 @@
|
|
|
230
345
|
"I could do $5,000. If you double your clinic hours."
|
|
231
346
|
],
|
|
232
347
|
"gender": "female",
|
|
233
|
-
"symbol": "
|
|
234
|
-
"color": "#4a1942"
|
|
348
|
+
"symbol": "๐งช",
|
|
349
|
+
"color": "#4a1942",
|
|
350
|
+
"emailDomains": [
|
|
351
|
+
"ppth.edu"
|
|
352
|
+
]
|
|
235
353
|
},
|
|
236
354
|
{
|
|
237
355
|
"id": "chi-park",
|
|
238
356
|
"firstName": "Chi",
|
|
239
357
|
"lastName": "Park",
|
|
240
|
-
"usernames": [
|
|
241
|
-
|
|
242
|
-
|
|
358
|
+
"usernames": [
|
|
359
|
+
"punched_the_boss",
|
|
360
|
+
"kimchi_and_brains",
|
|
361
|
+
"park_diagnostics",
|
|
362
|
+
"frat_house_neighbor"
|
|
363
|
+
],
|
|
364
|
+
"profession": "Neurologist",
|
|
365
|
+
"interests": [
|
|
366
|
+
"family",
|
|
367
|
+
"self-defense",
|
|
368
|
+
"anime",
|
|
369
|
+
"neurology"
|
|
370
|
+
],
|
|
243
371
|
"quotes": [
|
|
244
372
|
"You do know I punched the last person that pissed me off?",
|
|
245
373
|
"My mom's Filipino, dad's Korean, and my boss grabbed my behind.",
|
|
@@ -251,6 +379,10 @@
|
|
|
251
379
|
],
|
|
252
380
|
"gender": "female",
|
|
253
381
|
"symbol": "๐",
|
|
254
|
-
"color": "#083344"
|
|
382
|
+
"color": "#083344",
|
|
383
|
+
"emailDomains": [
|
|
384
|
+
"ppth.edu",
|
|
385
|
+
"neuro-ppth.net"
|
|
386
|
+
]
|
|
255
387
|
}
|
|
256
|
-
]
|
|
388
|
+
]
|
package/data/house-md/meta.json
CHANGED
|
@@ -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
|
}
|