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
|
@@ -1,300 +1,421 @@
|
|
|
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
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "jack-shephard",
|
|
4
|
+
"firstName": "Jack",
|
|
5
|
+
"lastName": "Shephard",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"live_together_die_alone",
|
|
8
|
+
"count_to_five",
|
|
9
|
+
"man_of_science",
|
|
10
|
+
"fix_you",
|
|
11
|
+
"we_have_to_go_back"
|
|
12
|
+
],
|
|
13
|
+
"profession": "Spinal surgeon",
|
|
14
|
+
"interests": [
|
|
15
|
+
"leadership",
|
|
16
|
+
"rock climbing",
|
|
17
|
+
"reading",
|
|
18
|
+
"fixing things",
|
|
19
|
+
"poker"
|
|
20
|
+
],
|
|
21
|
+
"quotes": [
|
|
22
|
+
"We can't do this. Everyman for himself is not going to work. It's time to start organizing. If we can't live together, we're going to die alone.",
|
|
23
|
+
"Three days ago we all died. We should all be able to start over.",
|
|
24
|
+
"I just made a choice. I'd let the fear in, let it take over, let it do its thing, but only for five seconds, that's all I was going to give it.",
|
|
25
|
+
"I don't believe in destiny.",
|
|
26
|
+
"I'm gonna kill you.",
|
|
27
|
+
"You're not John Locke. You disrespect his memory by wearing his face, but you're nothing like him. Turns out he was right about most everything. I just wish I could've told him that while he was still alive."
|
|
28
|
+
],
|
|
29
|
+
"gender": "male",
|
|
30
|
+
"symbol": "✈️",
|
|
31
|
+
"color": "#083344",
|
|
32
|
+
"emailDomains": [
|
|
33
|
+
"los-angeles-med.com",
|
|
34
|
+
"island-survivors.net"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "kate-austen",
|
|
39
|
+
"firstName": "Kate",
|
|
40
|
+
"lastName": "Austen",
|
|
41
|
+
"usernames": [
|
|
42
|
+
"always_running",
|
|
43
|
+
"freckles_fugitive",
|
|
44
|
+
"marshal_bait",
|
|
45
|
+
"oceanic815_kate",
|
|
46
|
+
"not_running_now"
|
|
47
|
+
],
|
|
48
|
+
"profession": "Fugitive, former farmer",
|
|
49
|
+
"interests": [
|
|
50
|
+
"survival",
|
|
51
|
+
"firearms",
|
|
52
|
+
"climbing",
|
|
53
|
+
"running",
|
|
54
|
+
"engine repair"
|
|
55
|
+
],
|
|
56
|
+
"quotes": [
|
|
57
|
+
"Live together, die alone.",
|
|
58
|
+
"Welcome to the wonderful world of not knowing what the hell's going on.",
|
|
59
|
+
"I need to find Claire. I thought, maybe if I could catch up to you, you could help me — and then, maybe if we could find her and bring her back to Aaron then maybe all of this wouldn't have been for nothing.",
|
|
60
|
+
"Since when did shooting kids and blowing up hydrogen bombs become okay?",
|
|
61
|
+
"I saved you a bullet!"
|
|
62
|
+
],
|
|
63
|
+
"gender": "female",
|
|
64
|
+
"symbol": "🏃",
|
|
65
|
+
"color": "#3b1f0a",
|
|
66
|
+
"emailDomains": [
|
|
67
|
+
"island-survivors.net",
|
|
68
|
+
"fugitive-runner.net"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "john-locke",
|
|
73
|
+
"firstName": "John",
|
|
74
|
+
"lastName": "Locke",
|
|
75
|
+
"usernames": [
|
|
76
|
+
"man_of_faith",
|
|
77
|
+
"dont_tell_me_what_i_cant",
|
|
78
|
+
"walkabout",
|
|
79
|
+
"box_company_hunter",
|
|
80
|
+
"the_island_chose_me"
|
|
81
|
+
],
|
|
82
|
+
"profession": "Box company employee, survivalist",
|
|
83
|
+
"interests": [
|
|
84
|
+
"hunting",
|
|
85
|
+
"backgammon",
|
|
86
|
+
"nature",
|
|
87
|
+
"philosophy",
|
|
88
|
+
"island mysteries"
|
|
89
|
+
],
|
|
90
|
+
"quotes": [
|
|
91
|
+
"Don't tell me what I can't do.",
|
|
92
|
+
"I've looked into the eye of this Island. And what I saw was beautiful.",
|
|
93
|
+
"I'm a man of faith. Do you really think all this is an accident — that we, a group of strangers survived, many of us with just superficial injuries? We were brought here for a purpose, for a reason, all of us.",
|
|
94
|
+
"I believe that I was being tested.",
|
|
95
|
+
"No, I don't think that's true. You're not running now.",
|
|
96
|
+
"Two players. Two sides. One is light... one is dark."
|
|
97
|
+
],
|
|
98
|
+
"gender": "male",
|
|
99
|
+
"symbol": "🗺️",
|
|
100
|
+
"color": "#083344",
|
|
101
|
+
"emailDomains": [
|
|
102
|
+
"dharma-initiative.net",
|
|
103
|
+
"island-survivors.net"
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "hugo-hurley-reyes",
|
|
108
|
+
"firstName": "Hugo",
|
|
109
|
+
"lastName": "Reyes",
|
|
110
|
+
"usernames": [
|
|
111
|
+
"hurley_dude",
|
|
112
|
+
"number_42_hugo",
|
|
113
|
+
"clucks_lottery_winner",
|
|
114
|
+
"dharma_chef",
|
|
115
|
+
"156_million_problems"
|
|
116
|
+
],
|
|
117
|
+
"profession": "Fast food restaurant owner, lottery winner",
|
|
118
|
+
"interests": [
|
|
119
|
+
"golf",
|
|
120
|
+
"comic books",
|
|
121
|
+
"Star Wars",
|
|
122
|
+
"chicken",
|
|
123
|
+
"cars"
|
|
124
|
+
],
|
|
125
|
+
"quotes": [
|
|
126
|
+
"Dude, look, I'd never lie.",
|
|
127
|
+
"Our lives suck! Everyone's nerves are stretched to the max! We're lost on an island, running from boars and monsters... freakin' polar bears!",
|
|
128
|
+
"All of us — the Oceanic Six, we lied about what happened after the crash.",
|
|
129
|
+
"You're not a zombie, right?",
|
|
130
|
+
"I can sorta use someone with, like, experience. For a little while. So... will you help me, Ben?",
|
|
131
|
+
"It's kind of true, dude. He's worse than Yoda."
|
|
132
|
+
],
|
|
133
|
+
"gender": "male",
|
|
134
|
+
"symbol": "🍗",
|
|
135
|
+
"color": "#083344",
|
|
136
|
+
"emailDomains": [
|
|
137
|
+
"mr-cluck.com",
|
|
138
|
+
"island-survivors.net"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"id": "james-sawyer-ford",
|
|
143
|
+
"firstName": "James",
|
|
144
|
+
"lastName": "Ford",
|
|
145
|
+
"usernames": [
|
|
146
|
+
"sawyer_nicknames",
|
|
147
|
+
"dharmaville_lafleur",
|
|
148
|
+
"confidence_man_jim",
|
|
149
|
+
"son_of_a_bitch",
|
|
150
|
+
"dharma_cowboy"
|
|
151
|
+
],
|
|
152
|
+
"profession": "Con man, DHARMA Initiative security chief",
|
|
153
|
+
"interests": [
|
|
154
|
+
"reading",
|
|
155
|
+
"poker",
|
|
156
|
+
"nicknames",
|
|
157
|
+
"cons",
|
|
158
|
+
"whiskey"
|
|
159
|
+
],
|
|
160
|
+
"quotes": [
|
|
161
|
+
"I'm a complex guy, sweetheart.",
|
|
162
|
+
"Me? I'm in the wild.",
|
|
163
|
+
"Baby, I am tied to a tree in a jungle of mystery. I just got tortured by a damn spinal surgeon and a gen-u-ine I-raqi. Of course, I'm serious.",
|
|
164
|
+
"I became the man I was hunting. Became Sawyer. Don't you feel sorry for me.",
|
|
165
|
+
"I ain't no hero, Mike.",
|
|
166
|
+
"Some of us are meant to be alone."
|
|
167
|
+
],
|
|
168
|
+
"gender": "male",
|
|
169
|
+
"symbol": "📖",
|
|
170
|
+
"color": "#65a30d",
|
|
171
|
+
"emailDomains": [
|
|
172
|
+
"island-survivors.net",
|
|
173
|
+
"dharma-initiative.net"
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"id": "sayid-jarrah",
|
|
178
|
+
"firstName": "Sayid",
|
|
179
|
+
"lastName": "Jarrah",
|
|
180
|
+
"usernames": [
|
|
181
|
+
"republican_guard_sayid",
|
|
182
|
+
"hope_is_dangerous",
|
|
183
|
+
"nadia_letter",
|
|
184
|
+
"hear_this",
|
|
185
|
+
"radio_tower"
|
|
186
|
+
],
|
|
187
|
+
"profession": "Former Iraqi Republican Guard communications officer",
|
|
188
|
+
"interests": [
|
|
189
|
+
"electronics",
|
|
190
|
+
"cooking",
|
|
191
|
+
"chess",
|
|
192
|
+
"radio repair",
|
|
193
|
+
"Nadia"
|
|
194
|
+
],
|
|
195
|
+
"quotes": [
|
|
196
|
+
"My name is Sayid Jarrah, and I am a torturer.",
|
|
197
|
+
"If we tell them what we know, we take away their hope... and hope is a very dangerous thing to lose.",
|
|
198
|
+
"You'll find me in the next life, if not in this one.",
|
|
199
|
+
"You would remember! You would remember how deep! You would remember every shovelful, every moment! You would remember what it felt like to place her body inside. You would remember if you buried the woman you loved!",
|
|
200
|
+
"I've tortured more people than I can remember. I murdered. Wherever I'm going... it can't be very pleasant.",
|
|
201
|
+
"Because it is going to be you, Jack."
|
|
202
|
+
],
|
|
203
|
+
"gender": "male",
|
|
204
|
+
"symbol": "📡",
|
|
205
|
+
"color": "#083344",
|
|
206
|
+
"emailDomains": [
|
|
207
|
+
"island-survivors.net",
|
|
208
|
+
"iraqi-telecom.net"
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": "charlie-pace",
|
|
213
|
+
"firstName": "Charlie",
|
|
214
|
+
"lastName": "Pace",
|
|
215
|
+
"usernames": [
|
|
216
|
+
"driveshaft_bass",
|
|
217
|
+
"bloody_rock_god",
|
|
218
|
+
"not_pennys_boat_charlie",
|
|
219
|
+
"gods_pianist",
|
|
220
|
+
"heroin_hobbit"
|
|
221
|
+
],
|
|
222
|
+
"profession": "Rock musician, bass player of Drive Shaft",
|
|
223
|
+
"interests": [
|
|
224
|
+
"music",
|
|
225
|
+
"guitar",
|
|
226
|
+
"Drive Shaft",
|
|
227
|
+
"parenting",
|
|
228
|
+
"beekeeping"
|
|
229
|
+
],
|
|
230
|
+
"quotes": [
|
|
231
|
+
"I'm a bloody rock god!",
|
|
232
|
+
"That's French! The French are coming! I've never been so happy to hear the French!",
|
|
233
|
+
"Guys. Where are we?",
|
|
234
|
+
"You think you're the only person with baggage? You know what I was doing when the plane went down? I was snorting heroin in the toilet.",
|
|
235
|
+
"It wouldn't be an irrational fear of bees if I could just pull myself together, would it?",
|
|
236
|
+
"Charlie! Tell him I said hi!"
|
|
237
|
+
],
|
|
238
|
+
"gender": "male",
|
|
239
|
+
"symbol": "🎸",
|
|
240
|
+
"color": "#064e3b",
|
|
241
|
+
"emailDomains": [
|
|
242
|
+
"drive-shaft.net",
|
|
243
|
+
"island-survivors.net"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"id": "desmond-hume",
|
|
248
|
+
"firstName": "Desmond",
|
|
249
|
+
"lastName": "Hume",
|
|
250
|
+
"usernames": [
|
|
251
|
+
"see_you_in_another_life",
|
|
252
|
+
"button_pusher_3years",
|
|
253
|
+
"pennys_constant",
|
|
254
|
+
"brother_desmond",
|
|
255
|
+
"failsafe_key_man"
|
|
256
|
+
],
|
|
257
|
+
"profession": "Former Royal Scots soldier, button pusher",
|
|
258
|
+
"interests": [
|
|
259
|
+
"sailing",
|
|
260
|
+
"Penny",
|
|
261
|
+
"running",
|
|
262
|
+
"philosophy",
|
|
263
|
+
"Dickens",
|
|
264
|
+
"whisky"
|
|
265
|
+
],
|
|
266
|
+
"quotes": [
|
|
267
|
+
"Good luck, brother. See you in another life, yeah?",
|
|
268
|
+
"We are stuck in a bloody snowglobe! There's no outside world! There's no escape!",
|
|
269
|
+
"I love you, Penny. I've always loved you. I'm so sorry. I love you.",
|
|
270
|
+
"I'll see you in another life, brother.",
|
|
271
|
+
"What's the point in being afraid?",
|
|
272
|
+
"Calling my bloody constant."
|
|
273
|
+
],
|
|
274
|
+
"gender": "male",
|
|
275
|
+
"symbol": "⌚",
|
|
276
|
+
"color": "#0891b2",
|
|
277
|
+
"emailDomains": [
|
|
278
|
+
"dharma-initiative.net",
|
|
279
|
+
"hatch-mail.net"
|
|
280
|
+
]
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "sun-hwa-kwon",
|
|
284
|
+
"firstName": "Sun",
|
|
285
|
+
"lastName": "Kwon",
|
|
286
|
+
"usernames": [
|
|
287
|
+
"paiks_daughter",
|
|
288
|
+
"speaks_english_now",
|
|
289
|
+
"ji_yeon_mama",
|
|
290
|
+
"controlling_interest",
|
|
291
|
+
"controlling_interest_sun"
|
|
292
|
+
],
|
|
293
|
+
"profession": "Businesswoman, daughter of a Korean industrialist",
|
|
294
|
+
"interests": [
|
|
295
|
+
"gardening",
|
|
296
|
+
"languages",
|
|
297
|
+
"painting",
|
|
298
|
+
"maternal care",
|
|
299
|
+
"marriage"
|
|
300
|
+
],
|
|
301
|
+
"quotes": [
|
|
302
|
+
"My husband is many things. But he is not a liar.",
|
|
303
|
+
"We are in shock, Jack.",
|
|
304
|
+
"You ruined my husband's life. It is because of you we were on that plane. Two people are responsible for his death. You are one of them.",
|
|
305
|
+
"Oceanic paid us our settlement for the crash. It was very significant. This morning, I bought a controlling interest in your company. So you will now respect me.",
|
|
306
|
+
"We can start a new life. We'll go away.",
|
|
307
|
+
"So, Seoul. Is that in the good Korea or the bad Korea? The good one."
|
|
308
|
+
],
|
|
309
|
+
"gender": "female",
|
|
310
|
+
"symbol": "🌱",
|
|
311
|
+
"color": "#312e81",
|
|
312
|
+
"emailDomains": [
|
|
313
|
+
"paik-industries.com",
|
|
314
|
+
"island-survivors.net"
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"id": "jin-soo-kwon",
|
|
319
|
+
"firstName": "Jin",
|
|
320
|
+
"lastName": "Kwon",
|
|
321
|
+
"usernames": [
|
|
322
|
+
"fishermans_son",
|
|
323
|
+
"paik_enforcer",
|
|
324
|
+
"dharma_security",
|
|
325
|
+
"korean_survivor",
|
|
326
|
+
"translate_please"
|
|
327
|
+
],
|
|
328
|
+
"profession": "Hotel doorman, Paik Industries enforcer",
|
|
329
|
+
"interests": [
|
|
330
|
+
"fishing",
|
|
331
|
+
"family",
|
|
332
|
+
"cooking",
|
|
333
|
+
"fatherhood",
|
|
334
|
+
"honor"
|
|
335
|
+
],
|
|
336
|
+
"quotes": [
|
|
337
|
+
"I do this for you, Sun! I do this because your father expects it. I do this because that's what it takes to be married to you!",
|
|
338
|
+
"In a good world... she would hate her father, not me.",
|
|
339
|
+
"Married.",
|
|
340
|
+
"Daniel... No more flash?",
|
|
341
|
+
"Please, translate!"
|
|
342
|
+
],
|
|
343
|
+
"gender": "male",
|
|
344
|
+
"symbol": "🎣",
|
|
345
|
+
"color": "#4c1d95",
|
|
346
|
+
"emailDomains": [
|
|
347
|
+
"paik-industries.com",
|
|
348
|
+
"island-survivors.net"
|
|
349
|
+
]
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"id": "benjamin-linus",
|
|
353
|
+
"firstName": "Benjamin",
|
|
354
|
+
"lastName": "Linus",
|
|
355
|
+
"usernames": [
|
|
356
|
+
"henry_gale_ben",
|
|
357
|
+
"the_good_guys_leader",
|
|
358
|
+
"i_always_have_a_plan",
|
|
359
|
+
"dead_is_dead",
|
|
360
|
+
"jacob_was_wrong_ben"
|
|
361
|
+
],
|
|
362
|
+
"profession": "Leader of the Others, former DHARMA Initiative member",
|
|
363
|
+
"interests": [
|
|
364
|
+
"reading",
|
|
365
|
+
"the Island",
|
|
366
|
+
"Dostoevsky",
|
|
367
|
+
"scheming",
|
|
368
|
+
"power games"
|
|
369
|
+
],
|
|
370
|
+
"quotes": [
|
|
371
|
+
"I always have a plan.",
|
|
372
|
+
"We're the good guys, Michael.",
|
|
373
|
+
"God doesn't know how long we've been here, John. He can't see this island any better than the rest of the world can.",
|
|
374
|
+
"Dead is dead. You don't get to come back from that, not even here. So the fact that John Locke is walking around this Island... scares the living hell out of me.",
|
|
375
|
+
"John Locke was a... a believer, he was a man of faith, he was... a much better man than I will ever be. And I'm very sorry I murdered him.",
|
|
376
|
+
"I would be honored."
|
|
377
|
+
],
|
|
378
|
+
"gender": "male",
|
|
379
|
+
"symbol": "📚",
|
|
380
|
+
"color": "#7c2d12",
|
|
381
|
+
"emailDomains": [
|
|
382
|
+
"dharma-initiative.net",
|
|
383
|
+
"the-others.net"
|
|
384
|
+
]
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"id": "richard-alpert",
|
|
388
|
+
"firstName": "Richard",
|
|
389
|
+
"lastName": "Alpert",
|
|
390
|
+
"usernames": [
|
|
391
|
+
"never_ages",
|
|
392
|
+
"jacobus_emissary",
|
|
393
|
+
"eyeliner_richard",
|
|
394
|
+
"advisor_to_the_island",
|
|
395
|
+
"ab_aeterno_richard"
|
|
396
|
+
],
|
|
397
|
+
"profession": "Adviser to the Others, immortal",
|
|
398
|
+
"interests": [
|
|
399
|
+
"the Island",
|
|
400
|
+
"Jacob",
|
|
401
|
+
"history",
|
|
402
|
+
"faith",
|
|
403
|
+
"advising"
|
|
404
|
+
],
|
|
405
|
+
"quotes": [
|
|
406
|
+
"It points north, John.",
|
|
407
|
+
"You're gonna have to die, John.",
|
|
408
|
+
"I devoted my life — longer than you can possibly imagine — in service of a man who told me that everything was happening for a reason, that he had a plan — a plan that I was a part of — and when the time was right that he'd share it with me. And now that man's gone. So why do I want to die? Because I just found out my entire life had no purpose.",
|
|
409
|
+
"I am in Hell. I know that I am in Hell.",
|
|
410
|
+
"I want my wife back.",
|
|
411
|
+
"I never want to die. I want to live forever."
|
|
412
|
+
],
|
|
413
|
+
"gender": "male",
|
|
414
|
+
"symbol": "⏳",
|
|
415
|
+
"color": "#1e3a5f",
|
|
416
|
+
"emailDomains": [
|
|
417
|
+
"the-others.net",
|
|
418
|
+
"island-survivors.net"
|
|
419
|
+
]
|
|
420
|
+
}
|
|
421
|
+
]
|