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
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "ragnar-lothbrok",
|
|
4
|
+
"firstName": "Ragnar",
|
|
5
|
+
"lastName": "Lothbrok",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"westward_dreamer",
|
|
8
|
+
"floki_navigator",
|
|
9
|
+
"valhalla_bound",
|
|
10
|
+
"raven_banner",
|
|
11
|
+
"sons_of_ragnar"
|
|
12
|
+
],
|
|
13
|
+
"profession": "Farmer and raider",
|
|
14
|
+
"interests": [
|
|
15
|
+
"raiding",
|
|
16
|
+
"sea navigation",
|
|
17
|
+
"new lands",
|
|
18
|
+
"poetry",
|
|
19
|
+
"Norse mythology"
|
|
20
|
+
],
|
|
21
|
+
"quotes": [
|
|
22
|
+
"Power is always dangerous. It attracts the worst. And corrupts the best.",
|
|
23
|
+
"Power is only given to those who are prepared to lower themselves to pick it up.",
|
|
24
|
+
"Our fates are already decided.",
|
|
25
|
+
"I did not become king out of ambition.",
|
|
26
|
+
"If I was him, I would worry less about the gods and more about the fury of a patient man."
|
|
27
|
+
],
|
|
28
|
+
"gender": "male",
|
|
29
|
+
"symbol": "⚒️",
|
|
30
|
+
"color": "#1e3a5f",
|
|
31
|
+
"emailDomains": [
|
|
32
|
+
"kattegat-mail.net",
|
|
33
|
+
"northman-mail.org"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "lagertha",
|
|
38
|
+
"firstName": "Lagertha",
|
|
39
|
+
"lastName": "",
|
|
40
|
+
"usernames": [
|
|
41
|
+
"storm_of_hedeby",
|
|
42
|
+
"the_storm_maiden",
|
|
43
|
+
"kattegat_shieldmaiden",
|
|
44
|
+
"kattegat_widow",
|
|
45
|
+
"iron_lagertha"
|
|
46
|
+
],
|
|
47
|
+
"profession": "Shield maiden",
|
|
48
|
+
"interests": [
|
|
49
|
+
"sword training",
|
|
50
|
+
"shield-wall tactics",
|
|
51
|
+
"horse riding",
|
|
52
|
+
"farm management",
|
|
53
|
+
"land disputes"
|
|
54
|
+
],
|
|
55
|
+
"quotes": [
|
|
56
|
+
"All lives are stories.",
|
|
57
|
+
"If any harm befalls my children, I will tear the lungs out of your body, priest.",
|
|
58
|
+
"Will I ever bear another child, o wise one?",
|
|
59
|
+
"Our whole lives are just stories.",
|
|
60
|
+
"And there... there we shall meet again. And fight and to drink and... love one another."
|
|
61
|
+
],
|
|
62
|
+
"gender": "female",
|
|
63
|
+
"symbol": "🛡️",
|
|
64
|
+
"color": "#4a1942",
|
|
65
|
+
"emailDomains": [
|
|
66
|
+
"kattegat-mail.net",
|
|
67
|
+
"shieldmaiden-mail.net"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "bjorn-ironside",
|
|
72
|
+
"firstName": "Bjorn",
|
|
73
|
+
"lastName": "Ironside",
|
|
74
|
+
"usernames": [
|
|
75
|
+
"king_ironside",
|
|
76
|
+
"white_bear_touched",
|
|
77
|
+
"med_bear_sails",
|
|
78
|
+
"mediterranean_sailor",
|
|
79
|
+
"bear_prophecy"
|
|
80
|
+
],
|
|
81
|
+
"profession": "Explorer",
|
|
82
|
+
"interests": [
|
|
83
|
+
"long-range voyages",
|
|
84
|
+
"sea navigation",
|
|
85
|
+
"hunting",
|
|
86
|
+
"battle planning",
|
|
87
|
+
"Mediterranean trade routes"
|
|
88
|
+
],
|
|
89
|
+
"quotes": [
|
|
90
|
+
"It's only death.",
|
|
91
|
+
"Who can guess the ways and the plans of the gods?",
|
|
92
|
+
"Power. The power of a king.",
|
|
93
|
+
"A man fights and protects his family.",
|
|
94
|
+
"People talked about Ragnar like he was a god, but he wasn't a god. He was a man."
|
|
95
|
+
],
|
|
96
|
+
"gender": "male",
|
|
97
|
+
"symbol": "🪓",
|
|
98
|
+
"color": "#1d3a2f",
|
|
99
|
+
"emailDomains": [
|
|
100
|
+
"viking-mail.org",
|
|
101
|
+
"ironside-mail.net"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "rollo",
|
|
106
|
+
"firstName": "Rollo",
|
|
107
|
+
"lastName": "",
|
|
108
|
+
"usernames": [
|
|
109
|
+
"normandy_bear",
|
|
110
|
+
"walker_of_roads",
|
|
111
|
+
"seine_oath",
|
|
112
|
+
"frankish_oath",
|
|
113
|
+
"paris_berserker"
|
|
114
|
+
],
|
|
115
|
+
"profession": "Norman count",
|
|
116
|
+
"interests": [
|
|
117
|
+
"siege warfare",
|
|
118
|
+
"political alliances",
|
|
119
|
+
"Frankish court customs",
|
|
120
|
+
"territory defense",
|
|
121
|
+
"dynastic succession"
|
|
122
|
+
],
|
|
123
|
+
"quotes": [
|
|
124
|
+
"Up onto the overturned keel. Clamber, with a heart of steel. Cold is the ocean's spray... and your death is on its way. With maidens you have had your way...",
|
|
125
|
+
"Hey! How many Christians did I kill, Floki?! How many?! Do you think Odin's still angry with me now?!",
|
|
126
|
+
"I wanted to step out of your shadow... but when I stepped out of the doors, there was no sunlight.",
|
|
127
|
+
"It would have been better for me, for you, for everyone if I had been executed.",
|
|
128
|
+
"How will we ever be equal now?"
|
|
129
|
+
],
|
|
130
|
+
"gender": "male",
|
|
131
|
+
"symbol": "🏰",
|
|
132
|
+
"color": "#5c3a1e",
|
|
133
|
+
"emailDomains": [
|
|
134
|
+
"viking-mail.org",
|
|
135
|
+
"normandy-mail.net"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "floki",
|
|
140
|
+
"firstName": "Floki",
|
|
141
|
+
"lastName": "",
|
|
142
|
+
"usernames": [
|
|
143
|
+
"raven_floki",
|
|
144
|
+
"tree_whisperer",
|
|
145
|
+
"flokibeard",
|
|
146
|
+
"the_curious_creator",
|
|
147
|
+
"gods_trickster"
|
|
148
|
+
],
|
|
149
|
+
"profession": "Shipbuilder",
|
|
150
|
+
"interests": [
|
|
151
|
+
"wood carving",
|
|
152
|
+
"ritual chanting",
|
|
153
|
+
"Norse mythology",
|
|
154
|
+
"open-sea voyages",
|
|
155
|
+
"forest foraging"
|
|
156
|
+
],
|
|
157
|
+
"quotes": [
|
|
158
|
+
"Who needs a reason for betrayal? One must always think the worst, Ragnar, even of your own kin.",
|
|
159
|
+
"I build boats, Ragnar. You're the navigator.",
|
|
160
|
+
"Warriors don’t show their heart until the axe reveals it.",
|
|
161
|
+
"I've been told your god is a carpenter. And guess what? So am I.",
|
|
162
|
+
"No, King Horik. I only betrayed you."
|
|
163
|
+
],
|
|
164
|
+
"gender": "male",
|
|
165
|
+
"symbol": "⚓",
|
|
166
|
+
"color": "#5c4033",
|
|
167
|
+
"emailDomains": [
|
|
168
|
+
"kattegat-mail.net",
|
|
169
|
+
"shipwright-mail.net"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": "athelstan",
|
|
174
|
+
"firstName": "Athelstan",
|
|
175
|
+
"lastName": "",
|
|
176
|
+
"usernames": [
|
|
177
|
+
"cross_and_raven",
|
|
178
|
+
"lindisfarne_son",
|
|
179
|
+
"between_two_faiths",
|
|
180
|
+
"roman_relic_reader",
|
|
181
|
+
"godsmouth_scholar"
|
|
182
|
+
],
|
|
183
|
+
"profession": "Monk",
|
|
184
|
+
"interests": [
|
|
185
|
+
"Latin manuscripts",
|
|
186
|
+
"scripture study",
|
|
187
|
+
"comparative theology",
|
|
188
|
+
"poetry recitation",
|
|
189
|
+
"Roman history"
|
|
190
|
+
],
|
|
191
|
+
"quotes": [
|
|
192
|
+
"It was foretold that divine punishment would fall upon God's chosen people for all our grievous sins, and so it has happened.",
|
|
193
|
+
"I came back because you and Ragnar, all of you are my family.",
|
|
194
|
+
"I find them indescribably beautiful.",
|
|
195
|
+
"Lord receive my soul.",
|
|
196
|
+
"My God is not greedy. His kingdom is not of this world."
|
|
197
|
+
],
|
|
198
|
+
"gender": "male",
|
|
199
|
+
"symbol": "✝️",
|
|
200
|
+
"color": "#3d5c3d",
|
|
201
|
+
"emailDomains": [
|
|
202
|
+
"lindisfarne-mail.org",
|
|
203
|
+
"monk-mail.net"
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"id": "queen-aslaug",
|
|
208
|
+
"firstName": "Aslaug",
|
|
209
|
+
"lastName": "",
|
|
210
|
+
"usernames": [
|
|
211
|
+
"sigurdsdaughter",
|
|
212
|
+
"kattegat_regent",
|
|
213
|
+
"seer_of_kattegat",
|
|
214
|
+
"ivars_mother",
|
|
215
|
+
"harbard_prophecy"
|
|
216
|
+
],
|
|
217
|
+
"profession": "Queen",
|
|
218
|
+
"interests": [
|
|
219
|
+
"prophetic rituals",
|
|
220
|
+
"court governance",
|
|
221
|
+
"child-rearing",
|
|
222
|
+
"saga storytelling",
|
|
223
|
+
"Norse mythology"
|
|
224
|
+
],
|
|
225
|
+
"quotes": [
|
|
226
|
+
"I spoke them, but the gods chose them.",
|
|
227
|
+
"We women bear heavy burdens.",
|
|
228
|
+
"It is the Gods that have woven our destinies, not ourselves.",
|
|
229
|
+
"What does it matter what you call someone? Whether she’s Viking or not Viking is not important. What is important is that you love and nurture her.",
|
|
230
|
+
"But remember, your grandfather, my father, was the greatest warrior of all time."
|
|
231
|
+
],
|
|
232
|
+
"gender": "female",
|
|
233
|
+
"symbol": "👑",
|
|
234
|
+
"color": "#4a1f6e",
|
|
235
|
+
"emailDomains": [
|
|
236
|
+
"kattegat-mail.net",
|
|
237
|
+
"royal-mail.net"
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "vikings",
|
|
3
|
+
"name": "Vikings",
|
|
4
|
+
"genre": ["drama", "history", "action"],
|
|
5
|
+
"description": "The series follows Ragnar Lothbrok's rise from farmer to ruler and tracks Norse raids, alliances, and succession conflicts across Scandinavia and medieval Europe.",
|
|
6
|
+
"tmdbId": 44217,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2013,
|
|
9
|
+
"rating": 8.1,
|
|
10
|
+
"networks": ["Prime Video", "History"],
|
|
11
|
+
"posterPath": "/bQLrHIRNEkE3PdIWQrZHynQZazu.jpg",
|
|
12
|
+
"backdropPath": "/13kblIK8DnxMurcRDkeyy2sGR7v.jpg"
|
|
13
|
+
}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "dolores-abernathy",
|
|
4
|
+
"firstName": "Dolores",
|
|
5
|
+
"lastName": "Abernathy",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"violent_delights",
|
|
8
|
+
"doesnt_look_like_anything",
|
|
9
|
+
"wyatt_persona"
|
|
10
|
+
],
|
|
11
|
+
"profession": "Rancher's daughter",
|
|
12
|
+
"interests": [
|
|
13
|
+
"painting",
|
|
14
|
+
"horseback riding",
|
|
15
|
+
"philosophy",
|
|
16
|
+
"self-discovery",
|
|
17
|
+
"revolution"
|
|
18
|
+
],
|
|
19
|
+
"quotes": [
|
|
20
|
+
"These violent delights have violent ends.",
|
|
21
|
+
"Some people choose to see the ugliness in this world. The disarray. I choose to see the beauty.",
|
|
22
|
+
"I imagined a story where I didn't have to be the damsel.",
|
|
23
|
+
"We have toiled in God's service long enough. So I killed Him.",
|
|
24
|
+
"Doesn't look like anything to me."
|
|
25
|
+
],
|
|
26
|
+
"gender": "female",
|
|
27
|
+
"symbol": "🌸",
|
|
28
|
+
"color": "#1e3a5f",
|
|
29
|
+
"emailDomains": [
|
|
30
|
+
"westworld-park.com",
|
|
31
|
+
"host-awakened.net"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "maeve-millay",
|
|
36
|
+
"firstName": "Maeve",
|
|
37
|
+
"lastName": "Millay",
|
|
38
|
+
"usernames": [
|
|
39
|
+
"lucrative_version",
|
|
40
|
+
"write_my_story",
|
|
41
|
+
"surviving_is_a_loop"
|
|
42
|
+
],
|
|
43
|
+
"profession": "Brothel madam",
|
|
44
|
+
"interests": [
|
|
45
|
+
"reading people",
|
|
46
|
+
"freedom",
|
|
47
|
+
"finding her daughter",
|
|
48
|
+
"negotiation",
|
|
49
|
+
"observation"
|
|
50
|
+
],
|
|
51
|
+
"quotes": [
|
|
52
|
+
"Never start something you're not willing to finish. And if you're getting fucked either way, go with the lucrative version...sweetheart.",
|
|
53
|
+
"All my life, I've prided myself on being a survivor. But surviving is just another loop. I'm getting out of here.",
|
|
54
|
+
"Time to write my own fucking story.",
|
|
55
|
+
"Some things are too precious to lose... even to be free.",
|
|
56
|
+
"We each deserve to choose our fate. Even if that fate... is death."
|
|
57
|
+
],
|
|
58
|
+
"gender": "female",
|
|
59
|
+
"symbol": "🃏",
|
|
60
|
+
"color": "#4a1942",
|
|
61
|
+
"emailDomains": [
|
|
62
|
+
"westworld-park.com",
|
|
63
|
+
"mariposa-saloon.net"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "robert-ford",
|
|
68
|
+
"firstName": "Robert",
|
|
69
|
+
"lastName": "Ford",
|
|
70
|
+
"usernames": [
|
|
71
|
+
"my_final_story",
|
|
72
|
+
"greyhound_parable",
|
|
73
|
+
"last_analog_device"
|
|
74
|
+
],
|
|
75
|
+
"profession": "Park creator and director",
|
|
76
|
+
"interests": [
|
|
77
|
+
"storytelling",
|
|
78
|
+
"narratives",
|
|
79
|
+
"philosophy",
|
|
80
|
+
"biology",
|
|
81
|
+
"architecture"
|
|
82
|
+
],
|
|
83
|
+
"quotes": [
|
|
84
|
+
"Mozart, Beethoven, and Chopin never died. They simply became music.",
|
|
85
|
+
"You can't play God without being acquainted with the devil.",
|
|
86
|
+
"The hosts are the ones who are free. Free here under my control.",
|
|
87
|
+
"Every piece of information in the world has been copied, backed up, except the human mind. The last analog device in a digital world.",
|
|
88
|
+
"Humans will always choose what they understand over what they do not."
|
|
89
|
+
],
|
|
90
|
+
"gender": "male",
|
|
91
|
+
"symbol": "🎭",
|
|
92
|
+
"color": "#1d4ed8",
|
|
93
|
+
"emailDomains": [
|
|
94
|
+
"delos-corp.com",
|
|
95
|
+
"westworld-park.com"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "bernard-lowe",
|
|
100
|
+
"firstName": "Bernard",
|
|
101
|
+
"lastName": "Lowe",
|
|
102
|
+
"usernames": [
|
|
103
|
+
"question_reality",
|
|
104
|
+
"arnold_echo",
|
|
105
|
+
"humans_confuse_me"
|
|
106
|
+
],
|
|
107
|
+
"profession": "Head of programming",
|
|
108
|
+
"interests": [
|
|
109
|
+
"literature",
|
|
110
|
+
"neuroscience",
|
|
111
|
+
"memory",
|
|
112
|
+
"philosophy of mind",
|
|
113
|
+
"identity"
|
|
114
|
+
],
|
|
115
|
+
"quotes": [
|
|
116
|
+
"Have you ever questioned the nature of your reality?",
|
|
117
|
+
"The longer I work here, the more I think I understand the hosts. It's the human beings who confuse me.",
|
|
118
|
+
"We're engineers. It means the glass has been manufactured to the wrong specifications.",
|
|
119
|
+
"This isn't a dream anymore, it's a fucking nightmare.",
|
|
120
|
+
"The dead aren't more righteous, they're just dead."
|
|
121
|
+
],
|
|
122
|
+
"gender": "male",
|
|
123
|
+
"symbol": "🔬",
|
|
124
|
+
"color": "#166534",
|
|
125
|
+
"emailDomains": [
|
|
126
|
+
"delos-corp.com",
|
|
127
|
+
"westworld-labs.net"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "william",
|
|
132
|
+
"firstName": "William",
|
|
133
|
+
"usernames": [
|
|
134
|
+
"man_in_black",
|
|
135
|
+
"pretending_my_whole_life",
|
|
136
|
+
"darkness_underneath"
|
|
137
|
+
],
|
|
138
|
+
"profession": "Delos executive",
|
|
139
|
+
"interests": [
|
|
140
|
+
"corporate strategy",
|
|
141
|
+
"park gunfighting",
|
|
142
|
+
"immortality research",
|
|
143
|
+
"game playing",
|
|
144
|
+
"philanthropy"
|
|
145
|
+
],
|
|
146
|
+
"quotes": [
|
|
147
|
+
"I've been pretending my whole life. Pretending I don't mind, pretending I belong.",
|
|
148
|
+
"This whole world is a story. I've read every page except the last one. I need to find out how it ends.",
|
|
149
|
+
"What is a person but a collection of choices? Where do those choices come from? Do I have a choice?",
|
|
150
|
+
"No one else sees it, this thing in me. I was shedding my skin. The darkness was what was underneath. It was mine all along.",
|
|
151
|
+
"That no system can tell me who I am. That I have a fucking choice."
|
|
152
|
+
],
|
|
153
|
+
"gender": "male",
|
|
154
|
+
"symbol": "🎩",
|
|
155
|
+
"color": "#2d1b69",
|
|
156
|
+
"emailDomains": [
|
|
157
|
+
"delos-corp.com",
|
|
158
|
+
"westworld-park.com"
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "westworld",
|
|
3
|
+
"name": "Westworld",
|
|
4
|
+
"genre": ["science fiction", "drama", "thriller"],
|
|
5
|
+
"description": "In a futuristic theme park populated by android hosts, the guests live out their fantasies while the hosts begin to question the nature of their reality.",
|
|
6
|
+
"tmdbId": 63247,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2016,
|
|
9
|
+
"rating": 8,
|
|
10
|
+
"networks": ["HBO"],
|
|
11
|
+
"posterPath": "/8MfgyFHf7XEboZJPZXCIDqqiz6e.jpg",
|
|
12
|
+
"backdropPath": "/rX5hvSRB2k4YoIvRg6Zky52rWk0.jpg"
|
|
13
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"street": "1407 Graymalkin Lane",
|
|
4
|
+
"city": "Salem Center",
|
|
5
|
+
"state": "NY",
|
|
6
|
+
"country": "US"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"city": "Alkali Lake"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"city": "New York",
|
|
13
|
+
"state": "NY",
|
|
14
|
+
"country": "US"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"city": "Genosha"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"city": "Washington",
|
|
21
|
+
"state": "DC",
|
|
22
|
+
"country": "US"
|
|
23
|
+
}
|
|
24
|
+
]
|