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,141 +1,227 @@
|
|
|
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
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "dominic-toretto",
|
|
4
|
+
"firstName": "Dominic",
|
|
5
|
+
"lastName": "Toretto",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"quarter_mile_king",
|
|
8
|
+
"ride_or_die",
|
|
9
|
+
"dom_toretto",
|
|
10
|
+
"living_quarter_mile"
|
|
11
|
+
],
|
|
12
|
+
"profession": "Mechanic",
|
|
13
|
+
"interests": [
|
|
14
|
+
"cars",
|
|
15
|
+
"racing",
|
|
16
|
+
"family",
|
|
17
|
+
"barbecue"
|
|
18
|
+
],
|
|
19
|
+
"quotes": [
|
|
20
|
+
"I live my life a quarter mile at a time.",
|
|
21
|
+
"It doesn't matter if you win by an inch or a mile. Winning's winning.",
|
|
22
|
+
"I used to say I live my life a quarter mile at a time and I think that's why we were brothers.",
|
|
23
|
+
"Money will come and go. We all know that. The most important thing in life will always be the people in this room.",
|
|
24
|
+
"Nobody makes me do anything I don't want to."
|
|
25
|
+
],
|
|
26
|
+
"gender": "male",
|
|
27
|
+
"address": {
|
|
28
|
+
"street": "1327 East Adams Boulevard",
|
|
29
|
+
"city": "Los Angeles",
|
|
30
|
+
"state": "CA",
|
|
31
|
+
"country": "US"
|
|
32
|
+
},
|
|
33
|
+
"symbol": "🏁",
|
|
34
|
+
"color": "#2563eb",
|
|
35
|
+
"emailDomains": [
|
|
36
|
+
"toretto-garage.com",
|
|
37
|
+
"la-street.net"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "brian-oconner",
|
|
42
|
+
"firstName": "Brian",
|
|
43
|
+
"lastName": "O'Conner",
|
|
44
|
+
"usernames": [
|
|
45
|
+
"bsquad",
|
|
46
|
+
"bullet_brian",
|
|
47
|
+
"always_one_more_ride"
|
|
48
|
+
],
|
|
49
|
+
"profession": "Former FBI agent",
|
|
50
|
+
"interests": [
|
|
51
|
+
"cars",
|
|
52
|
+
"surfing",
|
|
53
|
+
"racing",
|
|
54
|
+
"family"
|
|
55
|
+
],
|
|
56
|
+
"quotes": [
|
|
57
|
+
"I'm a boy who appreciates a good body, regardless of the make.",
|
|
58
|
+
"Ask any racer, any real racer. It doesn't matter if you win by an inch or a mile.",
|
|
59
|
+
"Smoke him.",
|
|
60
|
+
"You almost had me? You never had me.",
|
|
61
|
+
"See you around, Dom."
|
|
62
|
+
],
|
|
63
|
+
"gender": "male",
|
|
64
|
+
"symbol": "🚓",
|
|
65
|
+
"color": "#7c3aed",
|
|
66
|
+
"emailDomains": [
|
|
67
|
+
"fbi.gov",
|
|
68
|
+
"la-street.net"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "letty-ortiz",
|
|
73
|
+
"firstName": "Letty",
|
|
74
|
+
"lastName": "Ortiz",
|
|
75
|
+
"usernames": [
|
|
76
|
+
"ghost_driver",
|
|
77
|
+
"ride_or_die_letty",
|
|
78
|
+
"street_fights_only"
|
|
79
|
+
],
|
|
80
|
+
"profession": "Mechanic",
|
|
81
|
+
"interests": [
|
|
82
|
+
"racing",
|
|
83
|
+
"cars",
|
|
84
|
+
"fighting",
|
|
85
|
+
"family"
|
|
86
|
+
],
|
|
87
|
+
"quotes": [
|
|
88
|
+
"I don't have friends. I have family.",
|
|
89
|
+
"You know, the thing about street fights? The street always wins.",
|
|
90
|
+
"I might not remember us, but I feel us.",
|
|
91
|
+
"You want me? You're gonna have to catch me first.",
|
|
92
|
+
"This is who I am."
|
|
93
|
+
],
|
|
94
|
+
"gender": "female",
|
|
95
|
+
"symbol": "🔧",
|
|
96
|
+
"color": "#083344",
|
|
97
|
+
"emailDomains": [
|
|
98
|
+
"toretto-garage.com",
|
|
99
|
+
"la-street.net"
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"id": "roman-pearce",
|
|
104
|
+
"firstName": "Roman",
|
|
105
|
+
"lastName": "Pearce",
|
|
106
|
+
"usernames": [
|
|
107
|
+
"pretty_ricky",
|
|
108
|
+
"no_time_to_die",
|
|
109
|
+
"ejecto_seato_cuz"
|
|
110
|
+
],
|
|
111
|
+
"profession": "Driver",
|
|
112
|
+
"interests": [
|
|
113
|
+
"cars",
|
|
114
|
+
"luxury brands",
|
|
115
|
+
"dating",
|
|
116
|
+
"food"
|
|
117
|
+
],
|
|
118
|
+
"quotes": [
|
|
119
|
+
"I don't do risk.",
|
|
120
|
+
"Did I just drive off a cliff?",
|
|
121
|
+
"We're the good guys!",
|
|
122
|
+
"You know what I say? I say we take the money, we take the car, and we go.",
|
|
123
|
+
"This is crazy. This is absolutely crazy."
|
|
124
|
+
],
|
|
125
|
+
"gender": "male",
|
|
126
|
+
"symbol": "💸",
|
|
127
|
+
"color": "#083344",
|
|
128
|
+
"emailDomains": [
|
|
129
|
+
"la-street.net",
|
|
130
|
+
"pearce-driving.com"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "tej-parker",
|
|
135
|
+
"firstName": "Tej",
|
|
136
|
+
"lastName": "Parker",
|
|
137
|
+
"usernames": [
|
|
138
|
+
"tej_tech",
|
|
139
|
+
"garage_genius",
|
|
140
|
+
"barstow_race_wars"
|
|
141
|
+
],
|
|
142
|
+
"profession": "Mechanic",
|
|
143
|
+
"interests": [
|
|
144
|
+
"technology",
|
|
145
|
+
"cars",
|
|
146
|
+
"money",
|
|
147
|
+
"engineering",
|
|
148
|
+
"street racing"
|
|
149
|
+
],
|
|
150
|
+
"quotes": [
|
|
151
|
+
"I'm a lover, not a fighter.",
|
|
152
|
+
"That's not possible.",
|
|
153
|
+
"Give me thirty seconds.",
|
|
154
|
+
"I just need to reroute the transponder through the auxiliary grid.",
|
|
155
|
+
"Money ain't a thing."
|
|
156
|
+
],
|
|
157
|
+
"gender": "male",
|
|
158
|
+
"symbol": "💻",
|
|
159
|
+
"color": "#083344",
|
|
160
|
+
"emailDomains": [
|
|
161
|
+
"la-street.net",
|
|
162
|
+
"parker-tech.net"
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"id": "han-lue",
|
|
167
|
+
"firstName": "Han",
|
|
168
|
+
"lastName": "Lue",
|
|
169
|
+
"usernames": [
|
|
170
|
+
"han_seoul_o",
|
|
171
|
+
"drifting_han",
|
|
172
|
+
"tokyo_ghost"
|
|
173
|
+
],
|
|
174
|
+
"profession": "Driver",
|
|
175
|
+
"interests": [
|
|
176
|
+
"drifting",
|
|
177
|
+
"snacking",
|
|
178
|
+
"cars",
|
|
179
|
+
"travel"
|
|
180
|
+
],
|
|
181
|
+
"quotes": [
|
|
182
|
+
"I'm always hungry, man. I just never let it affect me.",
|
|
183
|
+
"You know what I've learned? It's not about the destination. It's about the journey.",
|
|
184
|
+
"Life is simple. You make choices and you don't look back.",
|
|
185
|
+
"Chaos, yeah. You know what that is? It's everything. It's your life.",
|
|
186
|
+
"I have to try things for myself. That's just who I am."
|
|
187
|
+
],
|
|
188
|
+
"gender": "male",
|
|
189
|
+
"symbol": "🍿",
|
|
190
|
+
"color": "#083344",
|
|
191
|
+
"emailDomains": [
|
|
192
|
+
"la-street.net",
|
|
193
|
+
"tokyo-drift.net"
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"id": "hobbs",
|
|
198
|
+
"firstName": "Luke",
|
|
199
|
+
"lastName": "Hobbs",
|
|
200
|
+
"usernames": [
|
|
201
|
+
"dsp_hobbs",
|
|
202
|
+
"diplomatic_security",
|
|
203
|
+
"hobbs_smash"
|
|
204
|
+
],
|
|
205
|
+
"profession": "DSS agent",
|
|
206
|
+
"interests": [
|
|
207
|
+
"law enforcement",
|
|
208
|
+
"fitness",
|
|
209
|
+
"his daughter",
|
|
210
|
+
"waffles"
|
|
211
|
+
],
|
|
212
|
+
"quotes": [
|
|
213
|
+
"I'm gonna go home, drink a beer, and watch the game.",
|
|
214
|
+
"The only thing that stands between you and me is the law, and I am the law.",
|
|
215
|
+
"Daddy's gotta go to work.",
|
|
216
|
+
"You just earned yourself a dance with the devil, boy.",
|
|
217
|
+
"I will beat you like a Cherokee drum."
|
|
218
|
+
],
|
|
219
|
+
"gender": "male",
|
|
220
|
+
"symbol": "🥞",
|
|
221
|
+
"color": "#7f1d1d",
|
|
222
|
+
"emailDomains": [
|
|
223
|
+
"dss-agency.gov",
|
|
224
|
+
"dss-hq.net"
|
|
225
|
+
]
|
|
226
|
+
}
|
|
227
|
+
]
|