loredata 0.1.0 → 0.3.0
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 +72 -21
- package/data/avengers/addresses.json +27 -0
- package/data/avengers/characters.json +178 -0
- package/data/avengers/meta.json +13 -0
- package/data/better-call-saul/addresses.json +37 -0
- package/data/better-call-saul/characters.json +156 -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 +121 -0
- package/data/big-bang-theory/meta.json +13 -0
- package/data/breaking-bad/characters.json +49 -13
- package/data/breaking-bad/meta.json +10 -1
- package/data/fast-and-furious/characters.json +39 -13
- package/data/fast-and-furious/meta.json +15 -1
- package/data/friends/characters.json +138 -22
- package/data/friends/meta.json +13 -1
- package/data/game-of-thrones/characters.json +61 -16
- package/data/game-of-thrones/meta.json +10 -1
- package/data/guardians-of-the-galaxy/addresses.json +17 -0
- package/data/guardians-of-the-galaxy/characters.json +124 -0
- package/data/guardians-of-the-galaxy/meta.json +13 -0
- package/data/harry-potter/characters.json +37 -7
- package/data/harry-potter/meta.json +10 -1
- package/data/house-md/characters.json +79 -25
- package/data/house-md/meta.json +13 -1
- package/data/lost/characters.json +144 -36
- package/data/lost/meta.json +13 -1
- package/data/matrix/characters.json +133 -34
- package/data/matrix/meta.json +18 -1
- package/data/peaky-blinders/characters.json +44 -11
- package/data/peaky-blinders/meta.json +13 -1
- package/data/prison-break/addresses.json +24 -0
- package/data/prison-break/characters.json +116 -0
- package/data/prison-break/meta.json +13 -0
- package/data/sherlock/characters.json +116 -27
- package/data/sherlock/meta.json +13 -1
- package/data/simpsons/addresses.json +21 -0
- package/data/simpsons/characters.json +219 -0
- package/data/simpsons/meta.json +13 -0
- package/data/sopranos/addresses.json +37 -0
- package/data/sopranos/characters.json +184 -0
- package/data/sopranos/meta.json +13 -0
- package/data/south-park/addresses.json +31 -0
- package/data/south-park/characters.json +230 -0
- package/data/south-park/meta.json +13 -0
- package/data/spider-man/addresses.json +31 -0
- package/data/spider-man/characters.json +134 -0
- package/data/spider-man/meta.json +13 -0
- package/data/star-wars/addresses.json +19 -0
- package/data/star-wars/characters.json +153 -0
- package/data/star-wars/meta.json +13 -0
- package/data/supernatural/addresses.json +25 -0
- package/data/supernatural/characters.json +113 -0
- package/data/supernatural/meta.json +13 -0
- package/data/the-office/characters.json +84 -29
- package/data/the-office/meta.json +10 -1
- package/data/the-walking-dead/addresses.json +25 -0
- package/data/the-walking-dead/characters.json +114 -0
- package/data/the-walking-dead/meta.json +13 -0
- package/data/westworld/addresses.json +19 -0
- package/data/westworld/characters.json +108 -0
- package/data/westworld/meta.json +13 -0
- package/data/x-men/addresses.json +24 -0
- package/data/x-men/characters.json +158 -0
- package/data/x-men/meta.json +18 -0
- package/dist/browser.cjs +114 -69
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +7 -3
- package/dist/browser.d.ts +7 -3
- package/dist/browser.js +110 -69
- package/dist/browser.js.map +1 -1
- package/dist/cli/cli.cjs +131 -70
- package/dist/cli/cli.cjs.map +1 -1
- package/dist/cli/cli.js +132 -71
- package/dist/cli/cli.js.map +1 -1
- package/dist/index.cjs +132 -68
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +15 -4
- package/dist/index.d.ts +15 -4
- package/dist/index.js +132 -69
- package/dist/index.js.map +1 -1
- package/dist/{universe-store-DJrm7bP7.d.cts → universe-store-CWhCn3U6.d.cts} +31 -19
- package/dist/{universe-store-DJrm7bP7.d.ts → universe-store-CWhCn3U6.d.ts} +31 -19
- package/package.json +12 -4
- 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
|
@@ -3,7 +3,13 @@
|
|
|
3
3
|
"id": "ross-geller",
|
|
4
4
|
"firstName": "Ross",
|
|
5
5
|
"lastName": "Geller",
|
|
6
|
-
"usernames": [
|
|
6
|
+
"usernames": [
|
|
7
|
+
"we_were_on_a_break",
|
|
8
|
+
"divorcemaster_phd",
|
|
9
|
+
"cookie_duuude",
|
|
10
|
+
"pivot_guy",
|
|
11
|
+
"homo_sapiens_are_people"
|
|
12
|
+
],
|
|
7
13
|
"profession": "Paleontologist",
|
|
8
14
|
"interests": ["dinosaurs", "paleontology", "archaeology", "coffee", "academia", "sci-fi"],
|
|
9
15
|
"quotes": [
|
|
@@ -15,13 +21,22 @@
|
|
|
15
21
|
"I'm going to be happy this year. I'm going to make myself happy."
|
|
16
22
|
],
|
|
17
23
|
"gender": "male",
|
|
18
|
-
"address": {"city": "New York", "state": "NY", "country": "US"}
|
|
24
|
+
"address": { "city": "New York", "state": "NY", "country": "US" },
|
|
25
|
+
"symbol": "🦕",
|
|
26
|
+
"color": "#3b1f0a",
|
|
27
|
+
"emailDomains": ["nyu.edu", "natural-history-nyc.org"]
|
|
19
28
|
},
|
|
20
29
|
{
|
|
21
30
|
"id": "rachel-green",
|
|
22
31
|
"firstName": "Rachel",
|
|
23
32
|
"lastName": "Green",
|
|
24
|
-
"usernames": [
|
|
33
|
+
"usernames": [
|
|
34
|
+
"got_off_the_plane",
|
|
35
|
+
"who_is_fica",
|
|
36
|
+
"steamed_milk_life",
|
|
37
|
+
"not_a_library_card",
|
|
38
|
+
"green_with_style"
|
|
39
|
+
],
|
|
25
40
|
"profession": "Fashion Executive",
|
|
26
41
|
"interests": ["fashion", "shopping", "coffee", "relationships", "style", "fitness"],
|
|
27
42
|
"quotes": [
|
|
@@ -32,13 +47,27 @@
|
|
|
32
47
|
"It's not that common, it doesn't happen to every guy, and it is a big deal!"
|
|
33
48
|
],
|
|
34
49
|
"gender": "female",
|
|
35
|
-
"address": {
|
|
50
|
+
"address": {
|
|
51
|
+
"street": "90 Bedford Street",
|
|
52
|
+
"city": "New York",
|
|
53
|
+
"state": "NY",
|
|
54
|
+
"country": "US"
|
|
55
|
+
},
|
|
56
|
+
"symbol": "👗",
|
|
57
|
+
"color": "#7f1d1d",
|
|
58
|
+
"emailDomains": ["ralph-lauren.com", "nyc-fashion.net"]
|
|
36
59
|
},
|
|
37
60
|
{
|
|
38
61
|
"id": "chandler-bing",
|
|
39
62
|
"firstName": "Chandler",
|
|
40
63
|
"lastName": "Bing",
|
|
41
|
-
"usernames": [
|
|
64
|
+
"usernames": [
|
|
65
|
+
"jokes_when_uncomfortable",
|
|
66
|
+
"the_nubbin",
|
|
67
|
+
"could_i_be_more_sarcastic",
|
|
68
|
+
"transponster",
|
|
69
|
+
"bing_no_first_name"
|
|
70
|
+
],
|
|
42
71
|
"profession": "Statistical Analysis and Data Reconfiguration",
|
|
43
72
|
"interests": ["TV", "sarcasm", "foosball", "comedy", "movies", "video games"],
|
|
44
73
|
"quotes": [
|
|
@@ -50,13 +79,22 @@
|
|
|
50
79
|
"I thought this was going to be the most difficult thing I ever had to do. But when I saw you walking down that aisle, I realized how simple it was. I love you."
|
|
51
80
|
],
|
|
52
81
|
"gender": "male",
|
|
53
|
-
"address": {"city": "New York", "state": "NY", "country": "US"}
|
|
82
|
+
"address": { "city": "New York", "state": "NY", "country": "US" },
|
|
83
|
+
"symbol": "😬",
|
|
84
|
+
"color": "#4a1942",
|
|
85
|
+
"emailDomains": ["nyc-mail.net", "msyb-corp.com"]
|
|
54
86
|
},
|
|
55
87
|
{
|
|
56
88
|
"id": "monica-geller",
|
|
57
89
|
"firstName": "Monica",
|
|
58
90
|
"lastName": "Geller",
|
|
59
|
-
"usernames": [
|
|
91
|
+
"usernames": [
|
|
92
|
+
"big_fat_goalie",
|
|
93
|
+
"chef_mode_on",
|
|
94
|
+
"eleven_towel_categories",
|
|
95
|
+
"competitive_cook",
|
|
96
|
+
"seven_erogenous_zones"
|
|
97
|
+
],
|
|
60
98
|
"profession": "Chef",
|
|
61
99
|
"interests": ["cooking", "cleaning", "competition", "catering", "organizing", "sports"],
|
|
62
100
|
"quotes": [
|
|
@@ -67,15 +105,37 @@
|
|
|
67
105
|
"I want a marriage."
|
|
68
106
|
],
|
|
69
107
|
"gender": "female",
|
|
70
|
-
"address": {
|
|
108
|
+
"address": {
|
|
109
|
+
"street": "90 Bedford Street",
|
|
110
|
+
"city": "New York",
|
|
111
|
+
"state": "NY",
|
|
112
|
+
"country": "US"
|
|
113
|
+
},
|
|
114
|
+
"symbol": "👨🍳",
|
|
115
|
+
"color": "#312e81",
|
|
116
|
+
"emailDomains": ["central-perk.com", "nyc-chefs.net"]
|
|
71
117
|
},
|
|
72
118
|
{
|
|
73
119
|
"id": "joey-tribbiani",
|
|
74
120
|
"firstName": "Joey",
|
|
75
121
|
"lastName": "Tribbiani",
|
|
76
|
-
"usernames": [
|
|
122
|
+
"usernames": [
|
|
123
|
+
"how_you_doin",
|
|
124
|
+
"joey_no_share_food",
|
|
125
|
+
"drake_ramoray_md",
|
|
126
|
+
"baby_kangaroo",
|
|
127
|
+
"sandwich_first"
|
|
128
|
+
],
|
|
77
129
|
"profession": "Actor",
|
|
78
|
-
"interests": [
|
|
130
|
+
"interests": [
|
|
131
|
+
"food",
|
|
132
|
+
"acting",
|
|
133
|
+
"women",
|
|
134
|
+
"sandwiches",
|
|
135
|
+
"Days of Our Lives",
|
|
136
|
+
"foosball",
|
|
137
|
+
"sports"
|
|
138
|
+
],
|
|
79
139
|
"quotes": [
|
|
80
140
|
"JOEY DOESN'T SHARE FOOD.",
|
|
81
141
|
"No, I had sex in high school.",
|
|
@@ -85,15 +145,32 @@
|
|
|
85
145
|
"I want girls on bread!"
|
|
86
146
|
],
|
|
87
147
|
"gender": "male",
|
|
88
|
-
"address": {"city": "New York", "state": "NY", "country": "US"}
|
|
148
|
+
"address": { "city": "New York", "state": "NY", "country": "US" },
|
|
149
|
+
"symbol": "🍕",
|
|
150
|
+
"color": "#059669",
|
|
151
|
+
"emailDomains": ["casting-nyc.com", "days-of-our-lives.net"]
|
|
89
152
|
},
|
|
90
153
|
{
|
|
91
154
|
"id": "phoebe-buffay",
|
|
92
155
|
"firstName": "Phoebe",
|
|
93
156
|
"lastName": "Buffay",
|
|
94
|
-
"usernames": [
|
|
157
|
+
"usernames": [
|
|
158
|
+
"smelly_cat_official",
|
|
159
|
+
"princess_consuela",
|
|
160
|
+
"buried_alive_tombstone",
|
|
161
|
+
"not_so_much_evolution",
|
|
162
|
+
"stabbed_a_cop"
|
|
163
|
+
],
|
|
95
164
|
"profession": "Masseuse / Singer-Songwriter",
|
|
96
|
-
"interests": [
|
|
165
|
+
"interests": [
|
|
166
|
+
"music",
|
|
167
|
+
"massage",
|
|
168
|
+
"spirituality",
|
|
169
|
+
"the paranormal",
|
|
170
|
+
"vegetarianism",
|
|
171
|
+
"cats",
|
|
172
|
+
"knitting"
|
|
173
|
+
],
|
|
97
174
|
"quotes": [
|
|
98
175
|
"Hello, teeny embryos. I'm Phoebe Buffay. I'm hoping to be your uterus for the next nine months.",
|
|
99
176
|
"I don't believe in evolution.",
|
|
@@ -103,13 +180,22 @@
|
|
|
103
180
|
"For 99 cents, I'd eat you."
|
|
104
181
|
],
|
|
105
182
|
"gender": "female",
|
|
106
|
-
"address": {"city": "New York", "state": "NY", "country": "US"}
|
|
183
|
+
"address": { "city": "New York", "state": "NY", "country": "US" },
|
|
184
|
+
"symbol": "🎸",
|
|
185
|
+
"color": "#083344",
|
|
186
|
+
"emailDomains": ["smelly-cat.net", "nyc-mail.net"]
|
|
107
187
|
},
|
|
108
188
|
{
|
|
109
189
|
"id": "gunther",
|
|
110
190
|
"firstName": "Gunther",
|
|
111
191
|
"lastName": "",
|
|
112
|
-
"usernames": [
|
|
192
|
+
"usernames": [
|
|
193
|
+
"always_staring_at_rachel",
|
|
194
|
+
"central_perk_forever",
|
|
195
|
+
"ill_take_it_all",
|
|
196
|
+
"blonde_barista",
|
|
197
|
+
"unrequited_gunther"
|
|
198
|
+
],
|
|
113
199
|
"profession": "Barista / Coffee Shop Manager",
|
|
114
200
|
"interests": ["Rachel Green", "coffee", "Central Perk", "Swedish culture"],
|
|
115
201
|
"quotes": [
|
|
@@ -120,13 +206,22 @@
|
|
|
120
206
|
"You don't have to fill these silences."
|
|
121
207
|
],
|
|
122
208
|
"gender": "male",
|
|
123
|
-
"address": {"city": "New York", "state": "NY", "country": "US"}
|
|
209
|
+
"address": { "city": "New York", "state": "NY", "country": "US" },
|
|
210
|
+
"symbol": "☕",
|
|
211
|
+
"color": "#0c4a6e",
|
|
212
|
+
"emailDomains": ["central-perk.com", "nyc-barista.net"]
|
|
124
213
|
},
|
|
125
214
|
{
|
|
126
215
|
"id": "janice-litman-goralnik",
|
|
127
216
|
"firstName": "Janice",
|
|
128
217
|
"lastName": "Litman-Goralnik",
|
|
129
|
-
"usernames": [
|
|
218
|
+
"usernames": [
|
|
219
|
+
"oh_my_god_janice",
|
|
220
|
+
"the_chandler_magnet",
|
|
221
|
+
"janice_is_back",
|
|
222
|
+
"never_fully_gone",
|
|
223
|
+
"nasal_queen_nyc"
|
|
224
|
+
],
|
|
130
225
|
"profession": "Unknown",
|
|
131
226
|
"interests": ["Chandler Bing", "shopping", "New York", "surprises"],
|
|
132
227
|
"quotes": [
|
|
@@ -137,13 +232,22 @@
|
|
|
137
232
|
"You got 'hate' from that?"
|
|
138
233
|
],
|
|
139
234
|
"gender": "female",
|
|
140
|
-
"address": {"city": "New York", "state": "NY", "country": "US"}
|
|
235
|
+
"address": { "city": "New York", "state": "NY", "country": "US" },
|
|
236
|
+
"symbol": "😱",
|
|
237
|
+
"color": "#1e3a5f",
|
|
238
|
+
"emailDomains": ["nyc-mail.net"]
|
|
141
239
|
},
|
|
142
240
|
{
|
|
143
241
|
"id": "richard-burke",
|
|
144
242
|
"firstName": "Richard",
|
|
145
243
|
"lastName": "Burke",
|
|
146
|
-
"usernames": [
|
|
244
|
+
"usernames": [
|
|
245
|
+
"the_mustache_guy",
|
|
246
|
+
"dr_burke_ophthalmologist",
|
|
247
|
+
"too_old_for_monica",
|
|
248
|
+
"eye_doctor_nyc",
|
|
249
|
+
"richard_with_mustache"
|
|
250
|
+
],
|
|
147
251
|
"profession": "Ophthalmologist",
|
|
148
252
|
"interests": ["Monica Geller", "baseball", "ophthalmology", "cigars", "cooking"],
|
|
149
253
|
"quotes": [
|
|
@@ -154,13 +258,22 @@
|
|
|
154
258
|
"You're with Chandler, a guy I really like. And if you say he's straight, I'll believe you."
|
|
155
259
|
],
|
|
156
260
|
"gender": "male",
|
|
157
|
-
"address": {"city": "New York", "state": "NY", "country": "US"}
|
|
261
|
+
"address": { "city": "New York", "state": "NY", "country": "US" },
|
|
262
|
+
"symbol": "👨⚕️",
|
|
263
|
+
"color": "#2563eb",
|
|
264
|
+
"emailDomains": ["nyc-ophthalmology.com", "manhattan-md.net"]
|
|
158
265
|
},
|
|
159
266
|
{
|
|
160
267
|
"id": "mike-hannigan",
|
|
161
268
|
"firstName": "Mike",
|
|
162
269
|
"lastName": "Hannigan",
|
|
163
|
-
"usernames": [
|
|
270
|
+
"usernames": [
|
|
271
|
+
"crap_bag_hannigan",
|
|
272
|
+
"buffay_hannigan",
|
|
273
|
+
"piano_mike",
|
|
274
|
+
"phoebe_plus_one",
|
|
275
|
+
"mike_not_vtox"
|
|
276
|
+
],
|
|
164
277
|
"profession": "Lawyer / Pianist",
|
|
165
278
|
"interests": ["piano", "Phoebe Buffay", "ping pong", "law", "crosswords"],
|
|
166
279
|
"quotes": [
|
|
@@ -171,6 +284,9 @@
|
|
|
171
284
|
"It's a speedo!"
|
|
172
285
|
],
|
|
173
286
|
"gender": "male",
|
|
174
|
-
"address": {"city": "New York", "state": "NY", "country": "US"}
|
|
287
|
+
"address": { "city": "New York", "state": "NY", "country": "US" },
|
|
288
|
+
"symbol": "🎹",
|
|
289
|
+
"color": "#16a34a",
|
|
290
|
+
"emailDomains": ["nyc-bar.org", "nyc-mail.net"]
|
|
175
291
|
}
|
|
176
292
|
]
|
package/data/friends/meta.json
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"id": "friends",
|
|
3
|
+
"name": "Friends",
|
|
4
|
+
"genre": ["comedy", "romance"],
|
|
5
|
+
"description": "Six friends navigate life, love, and careers in New York City over ten years of coffee-shop conversations and apartment mishaps.",
|
|
6
|
+
"tmdbId": 1668,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 1994,
|
|
9
|
+
"rating": 8.4,
|
|
10
|
+
"networks": ["NBC"],
|
|
11
|
+
"posterPath": "/2koX1xLkpTQM4IZebYvKysFW1Nh.jpg",
|
|
12
|
+
"backdropPath": "/ykDYy50mHU52PqYEu4xiFFOw5mw.jpg"
|
|
13
|
+
}
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
],
|
|
16
16
|
"gender": "male",
|
|
17
17
|
"birthYear": 281,
|
|
18
|
-
"address": {"city": "Castle Black"}
|
|
18
|
+
"address": { "city": "Castle Black" },
|
|
19
|
+
"symbol": "❄️",
|
|
20
|
+
"color": "#7c2d12",
|
|
21
|
+
"emailDomains": ["nights-watch.org", "westeros-post.net"]
|
|
19
22
|
},
|
|
20
23
|
{
|
|
21
24
|
"id": "daenerys-targaryen",
|
|
@@ -33,7 +36,10 @@
|
|
|
33
36
|
],
|
|
34
37
|
"gender": "female",
|
|
35
38
|
"birthYear": 284,
|
|
36
|
-
"address": {"city": "Dragonstone"}
|
|
39
|
+
"address": { "city": "Dragonstone" },
|
|
40
|
+
"symbol": "🐉",
|
|
41
|
+
"color": "#475569",
|
|
42
|
+
"emailDomains": ["dragonstone.net", "targaryen-court.org"]
|
|
37
43
|
},
|
|
38
44
|
{
|
|
39
45
|
"id": "tyrion-lannister",
|
|
@@ -51,7 +57,10 @@
|
|
|
51
57
|
],
|
|
52
58
|
"gender": "male",
|
|
53
59
|
"birthYear": 273,
|
|
54
|
-
"address": {"city": "King's Landing"}
|
|
60
|
+
"address": { "city": "King's Landing" },
|
|
61
|
+
"symbol": "🍷",
|
|
62
|
+
"color": "#ca8a04",
|
|
63
|
+
"emailDomains": ["lannister-holdings.com", "kings-landing.net"]
|
|
55
64
|
},
|
|
56
65
|
{
|
|
57
66
|
"id": "cersei-lannister",
|
|
@@ -69,7 +78,10 @@
|
|
|
69
78
|
],
|
|
70
79
|
"gender": "female",
|
|
71
80
|
"birthYear": 267,
|
|
72
|
-
"address": {"street": "The Red Keep", "city": "King's Landing"}
|
|
81
|
+
"address": { "street": "The Red Keep", "city": "King's Landing" },
|
|
82
|
+
"symbol": "👑",
|
|
83
|
+
"color": "#3b1f0a",
|
|
84
|
+
"emailDomains": ["kings-landing.net", "lannister-holdings.com"]
|
|
73
85
|
},
|
|
74
86
|
{
|
|
75
87
|
"id": "arya-stark",
|
|
@@ -87,7 +99,10 @@
|
|
|
87
99
|
],
|
|
88
100
|
"gender": "female",
|
|
89
101
|
"birthYear": 289,
|
|
90
|
-
"address": {"city": "Winterfell"}
|
|
102
|
+
"address": { "city": "Winterfell" },
|
|
103
|
+
"symbol": "⚔️",
|
|
104
|
+
"color": "#0c4a6e",
|
|
105
|
+
"emailDomains": ["winterfell-mail.net", "faceless-men.org"]
|
|
91
106
|
},
|
|
92
107
|
{
|
|
93
108
|
"id": "ned-stark",
|
|
@@ -105,7 +120,10 @@
|
|
|
105
120
|
],
|
|
106
121
|
"gender": "male",
|
|
107
122
|
"birthYear": 263,
|
|
108
|
-
"address": {"city": "Winterfell"}
|
|
123
|
+
"address": { "city": "Winterfell" },
|
|
124
|
+
"symbol": "🐺",
|
|
125
|
+
"color": "#166534",
|
|
126
|
+
"emailDomains": ["winterfell-mail.net", "westeros-post.net"]
|
|
109
127
|
},
|
|
110
128
|
{
|
|
111
129
|
"id": "sansa-stark",
|
|
@@ -123,7 +141,10 @@
|
|
|
123
141
|
],
|
|
124
142
|
"gender": "female",
|
|
125
143
|
"birthYear": 286,
|
|
126
|
-
"address": {"city": "Winterfell"}
|
|
144
|
+
"address": { "city": "Winterfell" },
|
|
145
|
+
"symbol": "🌹",
|
|
146
|
+
"color": "#059669",
|
|
147
|
+
"emailDomains": ["winterfell-mail.net", "vale-of-arryn.net"]
|
|
127
148
|
},
|
|
128
149
|
{
|
|
129
150
|
"id": "ygritte",
|
|
@@ -140,14 +161,17 @@
|
|
|
140
161
|
"Free folk don't kneel."
|
|
141
162
|
],
|
|
142
163
|
"gender": "female",
|
|
143
|
-
"birthYear": 283
|
|
164
|
+
"birthYear": 283,
|
|
165
|
+
"symbol": "🏹",
|
|
166
|
+
"color": "#134e4a",
|
|
167
|
+
"emailDomains": ["free-folk.net"]
|
|
144
168
|
},
|
|
145
169
|
{
|
|
146
170
|
"id": "jaime-lannister",
|
|
147
171
|
"firstName": "Jaime",
|
|
148
172
|
"lastName": "Lannister",
|
|
149
173
|
"usernames": ["kingslayer", "ser_jaime", "things_i_do_for_love"],
|
|
150
|
-
"profession": "
|
|
174
|
+
"profession": "Knight",
|
|
151
175
|
"interests": ["swordsmanship", "honor", "Cersei"],
|
|
152
176
|
"quotes": [
|
|
153
177
|
"There are no men like me. Only me.",
|
|
@@ -158,7 +182,10 @@
|
|
|
158
182
|
],
|
|
159
183
|
"gender": "male",
|
|
160
184
|
"birthYear": 266,
|
|
161
|
-
"address": {"city": "Casterly Rock"}
|
|
185
|
+
"address": { "city": "Casterly Rock" },
|
|
186
|
+
"symbol": "🦁",
|
|
187
|
+
"color": "#0284c7",
|
|
188
|
+
"emailDomains": ["kings-guard.org", "lannister-holdings.com"]
|
|
162
189
|
},
|
|
163
190
|
{
|
|
164
191
|
"id": "bran-stark",
|
|
@@ -176,7 +203,10 @@
|
|
|
176
203
|
],
|
|
177
204
|
"gender": "male",
|
|
178
205
|
"birthYear": 290,
|
|
179
|
-
"address": {"city": "Winterfell"}
|
|
206
|
+
"address": { "city": "Winterfell" },
|
|
207
|
+
"symbol": "🦅",
|
|
208
|
+
"color": "#9333ea",
|
|
209
|
+
"emailDomains": ["winterfell-mail.net", "old-gods.net"]
|
|
180
210
|
},
|
|
181
211
|
{
|
|
182
212
|
"id": "joffrey-baratheon",
|
|
@@ -194,7 +224,10 @@
|
|
|
194
224
|
],
|
|
195
225
|
"gender": "male",
|
|
196
226
|
"birthYear": 286,
|
|
197
|
-
"address": {"street": "The Red Keep", "city": "King's Landing"}
|
|
227
|
+
"address": { "street": "The Red Keep", "city": "King's Landing" },
|
|
228
|
+
"symbol": "💀",
|
|
229
|
+
"color": "#dc2626",
|
|
230
|
+
"emailDomains": ["kings-landing.net", "iron-throne.org"]
|
|
198
231
|
},
|
|
199
232
|
{
|
|
200
233
|
"id": "petyr-baelish",
|
|
@@ -212,7 +245,10 @@
|
|
|
212
245
|
],
|
|
213
246
|
"gender": "male",
|
|
214
247
|
"birthYear": 268,
|
|
215
|
-
"address": {"city": "King's Landing"}
|
|
248
|
+
"address": { "city": "King's Landing" },
|
|
249
|
+
"symbol": "🗡️",
|
|
250
|
+
"color": "#0c4a6e",
|
|
251
|
+
"emailDomains": ["kings-landing.net", "vale-commerce.net"]
|
|
216
252
|
},
|
|
217
253
|
{
|
|
218
254
|
"id": "stannis-baratheon",
|
|
@@ -230,7 +266,10 @@
|
|
|
230
266
|
],
|
|
231
267
|
"gender": "male",
|
|
232
268
|
"birthYear": 264,
|
|
233
|
-
"address": {"city": "Dragonstone"}
|
|
269
|
+
"address": { "city": "Dragonstone" },
|
|
270
|
+
"symbol": "⚓",
|
|
271
|
+
"color": "#166534",
|
|
272
|
+
"emailDomains": ["dragonstone.net", "westeros-post.net"]
|
|
234
273
|
},
|
|
235
274
|
{
|
|
236
275
|
"id": "melisandre",
|
|
@@ -247,7 +286,10 @@
|
|
|
247
286
|
"For the night is dark and full of terrors, and only the Lord of Light can protect us."
|
|
248
287
|
],
|
|
249
288
|
"gender": "female",
|
|
250
|
-
"birthYear": 240
|
|
289
|
+
"birthYear": 240,
|
|
290
|
+
"symbol": "🔥",
|
|
291
|
+
"color": "#4c1d95",
|
|
292
|
+
"emailDomains": ["lords-of-light.org", "westeros-post.net"]
|
|
251
293
|
},
|
|
252
294
|
{
|
|
253
295
|
"id": "theon-greyjoy",
|
|
@@ -265,6 +307,9 @@
|
|
|
265
307
|
],
|
|
266
308
|
"gender": "male",
|
|
267
309
|
"birthYear": 278,
|
|
268
|
-
"address": {"city": "Pyke"}
|
|
310
|
+
"address": { "city": "Pyke" },
|
|
311
|
+
"symbol": "🦑",
|
|
312
|
+
"color": "#1e3a5f",
|
|
313
|
+
"emailDomains": ["iron-islands.net", "winterfell-mail.net"]
|
|
269
314
|
}
|
|
270
315
|
]
|
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "game-of-thrones",
|
|
3
|
-
"name": "Game of Thrones"
|
|
3
|
+
"name": "Game of Thrones",
|
|
4
|
+
"genre": ["fantasy", "drama", "action"],
|
|
5
|
+
"description": "Noble families of Westeros fight for control of the Iron Throne while an ancient threat stirs beyond the Wall.",
|
|
6
|
+
"tmdbId": 1399,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2011,
|
|
9
|
+
"rating": 8.5,
|
|
10
|
+
"networks": ["HBO"],
|
|
11
|
+
"posterPath": "/1XS1oqL89opfnbLl8WnZY1O1uJx.jpg",
|
|
12
|
+
"backdropPath": "/zZqpAXxVSBtxV9qPBcscfXBcL2w.jpg"
|
|
4
13
|
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "peter-quill",
|
|
4
|
+
"firstName": "Peter",
|
|
5
|
+
"lastName": "Quill",
|
|
6
|
+
"usernames": ["starlord_man", "legendary_outlaw", "awesome_mix"],
|
|
7
|
+
"profession": "Ravager",
|
|
8
|
+
"interests": ["music", "dancing", "space travel", "treasure hunting"],
|
|
9
|
+
"quotes": [
|
|
10
|
+
"There's one other name you might know me by. Star-Lord.",
|
|
11
|
+
"I'm gonna make some weird shit.",
|
|
12
|
+
"I look around at us, and you know what I see? Losers. I mean, like, folks who have lost stuff.",
|
|
13
|
+
"You said it yourself, bitch. We're the Guardians of the Galaxy.",
|
|
14
|
+
"I'm distracting you, you big turd blossom!"
|
|
15
|
+
],
|
|
16
|
+
"gender": "male",
|
|
17
|
+
"symbol": "🎧",
|
|
18
|
+
"color": "#7f1d1d",
|
|
19
|
+
"emailDomains": ["ravager-corps.net", "milano-mail.com"]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "gamora",
|
|
23
|
+
"firstName": "Gamora",
|
|
24
|
+
"usernames": ["deadliest_woman", "zen_whoberi", "daughter_of_thanos"],
|
|
25
|
+
"profession": "Assassin",
|
|
26
|
+
"interests": ["combat", "swordsmanship", "strategy", "redemption"],
|
|
27
|
+
"quotes": [
|
|
28
|
+
"I'm going to die surrounded by the biggest idiots in the galaxy.",
|
|
29
|
+
"I have lived most of my life surrounded by my enemies. I would be grateful to die among my friends.",
|
|
30
|
+
"I am not some starry-eyed waif here to succumb to your pelvic sorcery!",
|
|
31
|
+
"Whatever nightmares the future holds are dreams compared to what's behind me.",
|
|
32
|
+
"I am going to die surrounded by the biggest idiots in the galaxy."
|
|
33
|
+
],
|
|
34
|
+
"gender": "female",
|
|
35
|
+
"symbol": "⚔️",
|
|
36
|
+
"color": "#166534",
|
|
37
|
+
"emailDomains": ["nova-corps.net", "guardians-galaxy.com"]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "drax",
|
|
41
|
+
"firstName": "Drax",
|
|
42
|
+
"lastName": "the Destroyer",
|
|
43
|
+
"usernames": ["nothing_goes_over_my_head", "the_destroyer", "invisible_drax"],
|
|
44
|
+
"profession": "Warrior",
|
|
45
|
+
"interests": ["combat", "revenge", "knives", "family"],
|
|
46
|
+
"quotes": [
|
|
47
|
+
"Nothing goes over my head. My reflexes are too fast. I would catch it.",
|
|
48
|
+
"I have famously huge turds.",
|
|
49
|
+
"I'm not done! I've got so many more sentences to finish.",
|
|
50
|
+
"There are two types of beings in the universe. Those who dance, and those who do not.",
|
|
51
|
+
"It is pleasing to once again have friends."
|
|
52
|
+
],
|
|
53
|
+
"gender": "male",
|
|
54
|
+
"symbol": "🔪",
|
|
55
|
+
"color": "#1e3a5f",
|
|
56
|
+
"emailDomains": ["guardians-galaxy.com", "xandar-post.net"]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "rocket",
|
|
60
|
+
"firstName": "Rocket",
|
|
61
|
+
"usernames": ["aint_no_thing", "trash_panda", "weapons_expert"],
|
|
62
|
+
"profession": "Bounty hunter",
|
|
63
|
+
"interests": ["weapons", "explosives", "engineering", "prosthetics"],
|
|
64
|
+
"quotes": [
|
|
65
|
+
"Ain't no thing like me, except me.",
|
|
66
|
+
"Oh, I'm gonna die surrounded by the biggest idiots in the galaxy.",
|
|
67
|
+
"That's for if things get really hardcore. Or if you wanna blow up moons.",
|
|
68
|
+
"I didn't ask to get made! I didn't ask to be torn apart and put back together over and over!",
|
|
69
|
+
"Now I'm standing. Happy? We're all standing now. Bunch of jackasses, standing in a circle."
|
|
70
|
+
],
|
|
71
|
+
"gender": "male",
|
|
72
|
+
"symbol": "🦝",
|
|
73
|
+
"color": "#4c1d95",
|
|
74
|
+
"emailDomains": ["ravager-corps.net", "tech-scrap.io"]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "groot",
|
|
78
|
+
"firstName": "Groot",
|
|
79
|
+
"usernames": ["i_am_groot", "we_are_groot", "twig"],
|
|
80
|
+
"profession": "Guardian",
|
|
81
|
+
"interests": ["nature", "friendship", "dancing", "growth"],
|
|
82
|
+
"quotes": ["I am Groot.", "I am Groot!", "I am Groot?", "We are Groot.", "I am Groot..."],
|
|
83
|
+
"gender": "male",
|
|
84
|
+
"symbol": "🌳",
|
|
85
|
+
"color": "#7f1d1d",
|
|
86
|
+
"emailDomains": ["guardians-galaxy.com"]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"id": "nebula",
|
|
90
|
+
"firstName": "Nebula",
|
|
91
|
+
"usernames": ["not_a_puppy", "upgrade_required", "second_daughter"],
|
|
92
|
+
"profession": "Mercenary",
|
|
93
|
+
"interests": ["combat", "cybernetics", "vengeance", "freedom"],
|
|
94
|
+
"quotes": [
|
|
95
|
+
"You should have killed me.",
|
|
96
|
+
"All you do is yell at each other. You are not friends.",
|
|
97
|
+
"He won't stop until he destroys half the universe. Everything we know. Everything we love.",
|
|
98
|
+
"Of all our siblings, I hated you least."
|
|
99
|
+
],
|
|
100
|
+
"gender": "female",
|
|
101
|
+
"symbol": "🤖",
|
|
102
|
+
"color": "#1d4ed8",
|
|
103
|
+
"emailDomains": ["kree-order.net", "guardians-galaxy.com"]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "yondu-udonta",
|
|
107
|
+
"firstName": "Yondu",
|
|
108
|
+
"lastName": "Udonta",
|
|
109
|
+
"usernames": ["mary_poppins", "whistlin_arrow", "ravager_captain"],
|
|
110
|
+
"profession": "Ravager captain",
|
|
111
|
+
"interests": ["thievery", "collecting", "whistling", "leadership"],
|
|
112
|
+
"quotes": [
|
|
113
|
+
"I'm Mary Poppins, y'all!",
|
|
114
|
+
"He may have been your father, boy, but he wasn't your daddy.",
|
|
115
|
+
"I didn't have the heart to eat you.",
|
|
116
|
+
"You like a professional asshole or what?",
|
|
117
|
+
"I never did have the heart to eat ya."
|
|
118
|
+
],
|
|
119
|
+
"gender": "male",
|
|
120
|
+
"symbol": "🏹",
|
|
121
|
+
"color": "#991b1b",
|
|
122
|
+
"emailDomains": ["ravager-corps.net", "udonta-clan.com"]
|
|
123
|
+
}
|
|
124
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guardians-of-the-galaxy",
|
|
3
|
+
"name": "Guardians of the Galaxy",
|
|
4
|
+
"genre": ["action", "sci-fi", "comedy"],
|
|
5
|
+
"description": "A ragtag group of intergalactic misfits bands together to protect the galaxy from cosmic threats.",
|
|
6
|
+
"tmdbId": 118340,
|
|
7
|
+
"mediaType": "movie",
|
|
8
|
+
"year": 2014,
|
|
9
|
+
"rating": 7.9,
|
|
10
|
+
"networks": ["Marvel Studios"],
|
|
11
|
+
"posterPath": "/r7vmZjiyZw9rpJMQJdXpjgiCOk9.jpg",
|
|
12
|
+
"backdropPath": "/uLtVbjvS1O7gXL8lUOwsFOH4man.jpg"
|
|
13
|
+
}
|