loredata 0.3.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 +97 -59
- package/data/avengers/characters.json +304 -177
- package/data/better-call-saul/characters.json +267 -155
- package/data/big-bang-theory/characters.json +197 -120
- package/data/big-bang-theory/meta.json +1 -1
- package/data/breaking-bad/characters.json +249 -155
- package/data/fast-and-furious/addresses.json +1 -2
- package/data/fast-and-furious/characters.json +226 -140
- package/data/friends/characters.json +402 -291
- package/data/friends/meta.json +1 -1
- package/data/game-of-thrones/addresses.json +6 -22
- package/data/game-of-thrones/characters.json +507 -314
- package/data/guardians-of-the-galaxy/characters.json +225 -123
- package/data/harry-potter/addresses.json +6 -11
- package/data/harry-potter/characters.json +239 -154
- package/data/house-md/characters.json +164 -43
- package/data/lost/characters.json +420 -311
- package/data/matrix/characters.json +123 -24
- package/data/matrix/meta.json +1 -1
- package/data/peaky-blinders/characters.json +180 -37
- package/data/peaky-blinders/meta.json +1 -1
- package/data/prison-break/characters.json +91 -19
- package/data/sherlock/characters.json +369 -272
- package/data/simpsons/characters.json +205 -41
- package/data/sopranos/characters.json +291 -183
- package/data/south-park/characters.json +371 -229
- package/data/spider-man/characters.json +124 -39
- package/data/spider-man/meta.json +6 -6
- package/data/star-wars/characters.json +129 -28
- 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/characters.json +96 -19
- package/data/supernatural/meta.json +6 -6
- 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 -298
- package/data/the-walking-dead/characters.json +93 -21
- 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/characters.json +71 -18
- package/data/x-men/characters.json +108 -24
- package/package.json +85 -84
|
@@ -1,121 +1,198 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
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
|
+
]
|