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
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "homer-simpson",
|
|
4
|
+
"firstName": "Homer",
|
|
5
|
+
"lastName": "Simpson",
|
|
6
|
+
"usernames": ["donut_man", "d_oh_head", "safety_inspector", "beer_me_up", "number_1_dad"],
|
|
7
|
+
"profession": "Safety inspector",
|
|
8
|
+
"interests": ["donuts", "beer", "television", "bowling", "napping"],
|
|
9
|
+
"quotes": [
|
|
10
|
+
"D'oh!",
|
|
11
|
+
"Mmm... donuts.",
|
|
12
|
+
"To alcohol! The cause of, and solution to, all of life's problems.",
|
|
13
|
+
"I am so smart! S-M-R-T!",
|
|
14
|
+
"It takes two to lie. One to lie and one to listen.",
|
|
15
|
+
"Lord help me, I'm just not that bright."
|
|
16
|
+
],
|
|
17
|
+
"gender": "male",
|
|
18
|
+
"address": { "street": "742 Evergreen Terrace", "city": "Springfield" },
|
|
19
|
+
"symbol": "🍩",
|
|
20
|
+
"color": "#1e3a5f",
|
|
21
|
+
"emailDomains": ["springfield-nuclear.com", "springfield-mail.net"]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "marge-simpson",
|
|
25
|
+
"firstName": "Marge",
|
|
26
|
+
"lastName": "Simpson",
|
|
27
|
+
"usernames": ["blue_beehive", "evergreen_terrace_mom", "marge_the_artist"],
|
|
28
|
+
"profession": "Homemaker",
|
|
29
|
+
"interests": ["painting", "cooking", "family", "gambling", "crafts"],
|
|
30
|
+
"quotes": [
|
|
31
|
+
"Homer, there's something I have to tell you. I'm a gambling addict.",
|
|
32
|
+
"I'm not going to live in a house of evil just to save a few dollars.",
|
|
33
|
+
"We drove around until 3:00 in the morning looking for another open all-you-can-eat seafood restaurant.",
|
|
34
|
+
"I tried to be a patient mother, but there are limits.",
|
|
35
|
+
"I want to help you, Homie, but I don't know how."
|
|
36
|
+
],
|
|
37
|
+
"gender": "female",
|
|
38
|
+
"address": { "street": "742 Evergreen Terrace", "city": "Springfield" },
|
|
39
|
+
"symbol": "🌀",
|
|
40
|
+
"color": "#166534",
|
|
41
|
+
"emailDomains": ["springfield-mail.net"]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "bart-simpson",
|
|
45
|
+
"firstName": "Bart",
|
|
46
|
+
"lastName": "Simpson",
|
|
47
|
+
"usernames": ["el_barto", "underachiever", "cowabunga_dude", "eat_my_shorts"],
|
|
48
|
+
"profession": "Student",
|
|
49
|
+
"interests": ["skateboarding", "pranks", "comic books", "video games", "graffiti"],
|
|
50
|
+
"quotes": [
|
|
51
|
+
"Eat my shorts!",
|
|
52
|
+
"Cowabunga!",
|
|
53
|
+
"Don't have a cow, man.",
|
|
54
|
+
"I'm Bart Simpson, who the hell are you?",
|
|
55
|
+
"I didn't do it.",
|
|
56
|
+
"Ay, caramba!"
|
|
57
|
+
],
|
|
58
|
+
"gender": "male",
|
|
59
|
+
"address": { "street": "742 Evergreen Terrace", "city": "Springfield" },
|
|
60
|
+
"symbol": "🛹",
|
|
61
|
+
"color": "#7f1d1d",
|
|
62
|
+
"emailDomains": ["springfield-school.edu", "springfield-mail.net"]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "lisa-simpson",
|
|
66
|
+
"firstName": "Lisa",
|
|
67
|
+
"lastName": "Simpson",
|
|
68
|
+
"usernames": ["lisa_the_vegetarian", "jazz_prodigy", "future_president", "little_achiever"],
|
|
69
|
+
"profession": "Student",
|
|
70
|
+
"interests": ["jazz", "environmentalism", "feminism", "reading", "saxophone"],
|
|
71
|
+
"quotes": [
|
|
72
|
+
"I AM THE LIZARD QUEEN!",
|
|
73
|
+
"Dad, just because you're a man doesn't mean you can't have feelings.",
|
|
74
|
+
"Unless the next word was 'burped', you didn't have to.",
|
|
75
|
+
"I'm the sane one.",
|
|
76
|
+
"The truth is sometimes hard to accept."
|
|
77
|
+
],
|
|
78
|
+
"gender": "female",
|
|
79
|
+
"address": { "street": "742 Evergreen Terrace", "city": "Springfield" },
|
|
80
|
+
"symbol": "🎷",
|
|
81
|
+
"color": "#1d4ed8",
|
|
82
|
+
"emailDomains": ["springfield-school.edu", "saxophone-society.org"]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "montgomery-burns",
|
|
86
|
+
"firstName": "Montgomery",
|
|
87
|
+
"lastName": "Burns",
|
|
88
|
+
"usernames": ["excellent_one", "sector_7g_boss", "nuclear_overlord", "release_the_hounds"],
|
|
89
|
+
"profession": "Nuclear power plant owner",
|
|
90
|
+
"interests": ["money", "power", "collecting", "hunting", "chess"],
|
|
91
|
+
"quotes": [
|
|
92
|
+
"Excellent.",
|
|
93
|
+
"Release the hounds.",
|
|
94
|
+
"Ironic, isn't it Smithers. This anonymous clan of slack-jawed troglodytes has cost me the election, and yet if I were to have them killed, I would be the one to go to jail. That's democracy for you!",
|
|
95
|
+
"Who is this Homer Simpson? One of your drones, no doubt.",
|
|
96
|
+
"A lifetime of wealth and achievement means nothing compared to a roll of toilet paper."
|
|
97
|
+
],
|
|
98
|
+
"gender": "male",
|
|
99
|
+
"address": { "street": "1000 Mammon Lane", "city": "Springfield" },
|
|
100
|
+
"symbol": "☢️",
|
|
101
|
+
"color": "#166534",
|
|
102
|
+
"emailDomains": ["springfield-nuclear.com", "burns-manor.net"]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "ned-flanders",
|
|
106
|
+
"firstName": "Ned",
|
|
107
|
+
"lastName": "Flanders",
|
|
108
|
+
"usernames": ["okily_dokily", "neighborino", "leftorium_ned", "hidily_ho"],
|
|
109
|
+
"profession": "Shop owner",
|
|
110
|
+
"interests": ["religion", "family", "skiing", "the Bible", "left-handed products"],
|
|
111
|
+
"quotes": [
|
|
112
|
+
"Okily-dokily!",
|
|
113
|
+
"Hi-diddly-ho, neighborino!",
|
|
114
|
+
"I've done everything the Bible says, even the stuff that contradicts the other stuff.",
|
|
115
|
+
"I just don't understand why God keeps testing me.",
|
|
116
|
+
"Well, that just blows my mind!"
|
|
117
|
+
],
|
|
118
|
+
"gender": "male",
|
|
119
|
+
"address": { "street": "744 Evergreen Terrace", "city": "Springfield" },
|
|
120
|
+
"symbol": "✝️",
|
|
121
|
+
"color": "#1e3a5f",
|
|
122
|
+
"emailDomains": ["leftorium.com", "springfield-mail.net"]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": "krusty-the-clown",
|
|
126
|
+
"firstName": "Herschel",
|
|
127
|
+
"lastName": "Krustofsky",
|
|
128
|
+
"usernames": ["krusty_klown", "corporate_clown", "hey_hey_kids"],
|
|
129
|
+
"profession": "Entertainer",
|
|
130
|
+
"interests": ["gambling", "smoking", "show business", "fast food"],
|
|
131
|
+
"quotes": [
|
|
132
|
+
"Hey hey, kids!",
|
|
133
|
+
"I heartily endorse this event or product.",
|
|
134
|
+
"They drove a dump truck full of money up to my house. I'm not made of stone.",
|
|
135
|
+
"I'm a simple man with a simple dream: a Vegas-style floor show at reasonable prices.",
|
|
136
|
+
"This is the worst day of my life. What? No, I was wrong before."
|
|
137
|
+
],
|
|
138
|
+
"gender": "male",
|
|
139
|
+
"symbol": "🤡",
|
|
140
|
+
"color": "#4a1942",
|
|
141
|
+
"emailDomains": ["krusty-brand.com", "krustylu-studios.net"]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"id": "apu-nahasapeemapetilon",
|
|
145
|
+
"firstName": "Apu",
|
|
146
|
+
"lastName": "Nahasapeemapetilon",
|
|
147
|
+
"usernames": ["kwik_e_mart_man", "thank_you_come_again", "octuplet_father"],
|
|
148
|
+
"profession": "Store clerk",
|
|
149
|
+
"interests": ["religion", "cricket", "cooking", "family", "business"],
|
|
150
|
+
"quotes": [
|
|
151
|
+
"Thank you, come again.",
|
|
152
|
+
"I have come to make amends, sir. At first, I blamed you for squealing, but then I realized, it was I who wronged you.",
|
|
153
|
+
"Yes, in fact I am a graduate of the Calcutta Institute of Technology.",
|
|
154
|
+
"I have been shot eight times this year, and as a result, I am a little bit woozy.",
|
|
155
|
+
"By the many arms of Vishnu, I will shoot you dead!"
|
|
156
|
+
],
|
|
157
|
+
"gender": "male",
|
|
158
|
+
"symbol": "🏪",
|
|
159
|
+
"color": "#1e3a5f",
|
|
160
|
+
"emailDomains": ["kwik-e-mart.com", "springfield-mail.net"]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "moe-szyslak",
|
|
164
|
+
"firstName": "Moe",
|
|
165
|
+
"lastName": "Szyslak",
|
|
166
|
+
"usernames": ["al_coholic", "face_for_radio", "speak_a_meen"],
|
|
167
|
+
"profession": "Bartender",
|
|
168
|
+
"interests": ["drinking", "fighting", "boxing", "failed cooking"],
|
|
169
|
+
"quotes": [
|
|
170
|
+
"I'm better than dirt. Well, most kinds of dirt, not that fancy store-bought dirt. That stuff is loaded with nutrients. I can't compete with that stuff.",
|
|
171
|
+
"Call this an unfair generalization if you must, but old people are no good at everything.",
|
|
172
|
+
"The deep fryer's here! I got it used from the Navy. You can flash-fry a buffalo in 40 seconds.",
|
|
173
|
+
"All right, maybe I did. But I didn't shoot him!",
|
|
174
|
+
"I'm so desperately lonely."
|
|
175
|
+
],
|
|
176
|
+
"gender": "male",
|
|
177
|
+
"symbol": "🍺",
|
|
178
|
+
"color": "#7f1d1d",
|
|
179
|
+
"emailDomains": ["moes-tavern.com", "springfield-mail.net"]
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"id": "chief-wiggum",
|
|
183
|
+
"firstName": "Clancy",
|
|
184
|
+
"lastName": "Wiggum",
|
|
185
|
+
"usernames": ["pretzels_repeat_pretzels", "springfield_pd", "bake_em_away_toys"],
|
|
186
|
+
"profession": "Police chief",
|
|
187
|
+
"interests": ["donuts", "corruption", "television", "eating"],
|
|
188
|
+
"quotes": [
|
|
189
|
+
"Bake 'em away, toys.",
|
|
190
|
+
"You have the right to remain silent. Do you understand? Good, because I'm tired of your whining.",
|
|
191
|
+
"Oh, we have a picture of you at the scene of the crime. Here's what the police artist came up with.",
|
|
192
|
+
"Listen up, ding dongs.",
|
|
193
|
+
"This is Papa Bear. Put out an APB for a male suspect, driving a... car of some sort, heading in the direction of, uh, you know, that place that sells chili. Suspect is hatless. Repeat, hatless."
|
|
194
|
+
],
|
|
195
|
+
"gender": "male",
|
|
196
|
+
"symbol": "🚔",
|
|
197
|
+
"color": "#166534",
|
|
198
|
+
"emailDomains": ["springfield-mail.net", "springfield-law.gov"]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": "groundskeeper-willie",
|
|
202
|
+
"firstName": "Willie",
|
|
203
|
+
"lastName": "MacDougal",
|
|
204
|
+
"usernames": ["cheese_eatin_surrender_monkeys", "wee_turtles_willie", "bun_jurr"],
|
|
205
|
+
"profession": "Groundskeeper",
|
|
206
|
+
"interests": ["Scotland", "bagpipes", "working outdoors", "fighting"],
|
|
207
|
+
"quotes": [
|
|
208
|
+
"Bon-jour, you cheese-eatin' surrender monkeys!",
|
|
209
|
+
"If I don't save the wee turtles, who will?!",
|
|
210
|
+
"Back off! I've got a sharpened mop handle!",
|
|
211
|
+
"Willie hears ya. Willie don't care.",
|
|
212
|
+
"Damn Scots! They ruined Scotland!"
|
|
213
|
+
],
|
|
214
|
+
"gender": "male",
|
|
215
|
+
"symbol": "🏴",
|
|
216
|
+
"color": "#4a6fa5",
|
|
217
|
+
"emailDomains": ["springfield-school.edu", "scotland-mail.net"]
|
|
218
|
+
}
|
|
219
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "simpsons",
|
|
3
|
+
"name": "The Simpsons",
|
|
4
|
+
"genre": ["animation", "comedy", "satire"],
|
|
5
|
+
"description": "The dysfunctional Simpson family lives in the fictional American town of Springfield, navigating everyday life with irreverent humor and social commentary.",
|
|
6
|
+
"tmdbId": 456,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 1989,
|
|
9
|
+
"rating": 8,
|
|
10
|
+
"networks": ["FOX"],
|
|
11
|
+
"posterPath": "/uWpG7GqfKGQqX4YMAo3nv5OrglV.jpg",
|
|
12
|
+
"backdropPath": "/jIArNHIekrCSVgdMbKPAXpPY03Y.jpg"
|
|
13
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"street": "14 Aspen Drive",
|
|
4
|
+
"city": "North Caldwell",
|
|
5
|
+
"state": "NJ",
|
|
6
|
+
"zip": "07006",
|
|
7
|
+
"country": "US"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"street": "392 Kearny Avenue",
|
|
11
|
+
"city": "Kearny",
|
|
12
|
+
"state": "NJ",
|
|
13
|
+
"zip": "07032",
|
|
14
|
+
"country": "US"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"street": "430 Route 17 North",
|
|
18
|
+
"city": "Lodi",
|
|
19
|
+
"state": "NJ",
|
|
20
|
+
"zip": "07644",
|
|
21
|
+
"country": "US"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"street": "1063 Broad Street",
|
|
25
|
+
"city": "Bloomfield",
|
|
26
|
+
"state": "NJ",
|
|
27
|
+
"zip": "07003",
|
|
28
|
+
"country": "US"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"street": "303 Parsonage Hill Road",
|
|
32
|
+
"city": "Short Hills",
|
|
33
|
+
"state": "NJ",
|
|
34
|
+
"zip": "07078",
|
|
35
|
+
"country": "US"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "tony-soprano",
|
|
4
|
+
"firstName": "Tony",
|
|
5
|
+
"lastName": "Soprano",
|
|
6
|
+
"usernames": ["waste_management_nj", "ducks_guy", "the_boss_dimeo"],
|
|
7
|
+
"profession": "Mob boss",
|
|
8
|
+
"interests": ["ducks", "therapy", "gambling", "family", "cooking"],
|
|
9
|
+
"quotes": [
|
|
10
|
+
"I'm in the waste management business. Everybody immediately assumes you're mobbed up. It's a stereotype, and it's offensive.",
|
|
11
|
+
"My father was in it. My uncle was in it. Maybe I was too lazy ta think for myself.",
|
|
12
|
+
"Those who want respect, give respect.",
|
|
13
|
+
"All due respect to New York, I don't think you should be tellin' my uncle how ta run things.",
|
|
14
|
+
"We're a family, and even in this fucked up day and age that means somethin'.",
|
|
15
|
+
"I want those kids ta have a father. They got one. This one. Me. Tony Soprano. And all that comes with it."
|
|
16
|
+
],
|
|
17
|
+
"gender": "male",
|
|
18
|
+
"birthYear": 1959,
|
|
19
|
+
"symbol": "🦆",
|
|
20
|
+
"color": "#1e3a5f",
|
|
21
|
+
"emailDomains": ["bada-bing.com", "satriale-pork.com"]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "christopher-moltisanti",
|
|
25
|
+
"firstName": "Christopher",
|
|
26
|
+
"lastName": "Moltisanti",
|
|
27
|
+
"usernames": ["made_guy_nj", "caposcrew", "future_underboss"],
|
|
28
|
+
"profession": "Capo",
|
|
29
|
+
"interests": ["screenwriting", "heroin", "movies", "loyalty"],
|
|
30
|
+
"quotes": [
|
|
31
|
+
"Louis Brazzi sleeps with the fishes.",
|
|
32
|
+
"This ain't negotiation time. This is Scarface, final scene, fuckin' bazookas under each arm, 'say hello to my little friend!'",
|
|
33
|
+
"I got no identity. Even Brendan Filone's got an identity, he's dead.",
|
|
34
|
+
"I'm going to hell, T.",
|
|
35
|
+
"That's the guy Adriana. My uncle Tony. The guy I'm goin' to hell for.",
|
|
36
|
+
"I gave that fuck pieces of my soul, Adriana."
|
|
37
|
+
],
|
|
38
|
+
"gender": "male",
|
|
39
|
+
"symbol": "🎬",
|
|
40
|
+
"color": "#7f1d1d",
|
|
41
|
+
"emailDomains": ["satriale-pork.com", "jersey-mob.net"]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "carmela-soprano",
|
|
45
|
+
"firstName": "Carmela",
|
|
46
|
+
"lastName": "Soprano",
|
|
47
|
+
"usernames": ["carmelas_kitchen", "north_caldwell_wife", "soprano_housewife"],
|
|
48
|
+
"profession": "Homemaker",
|
|
49
|
+
"interests": ["catholicism", "cooking", "interior design", "family"],
|
|
50
|
+
"quotes": [
|
|
51
|
+
"You know, Tony, it's a multiple choice thing with you. 'Cause I can't tell if you're old-fashioned, you're paranoid, or just a fucking asshole.",
|
|
52
|
+
"Maybe the fact that you stick your dick into anything with a pulse...you ever thought of exploring that as a root cause?",
|
|
53
|
+
"You call my house again. You ever speak to one of my children again, I will track you down and I will kill you.",
|
|
54
|
+
"I don't love you anymore. I don't want you. You are not sleeping in my bed Tony.",
|
|
55
|
+
"Everything comes to an end.",
|
|
56
|
+
"I was dreaming and fantasizing and in love with Furio. Every morning when he'd come to pick you up, I would look forward to it all night long in bed, next to you."
|
|
57
|
+
],
|
|
58
|
+
"gender": "female",
|
|
59
|
+
"symbol": "⛪",
|
|
60
|
+
"color": "#166534",
|
|
61
|
+
"emailDomains": ["jersey-mail.net"]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "paulie-walnuts",
|
|
65
|
+
"firstName": "Paulie",
|
|
66
|
+
"lastName": "Gualtieri",
|
|
67
|
+
"usernames": ["walnuts_nj", "paulie_two_tone", "bada_bing_paulie"],
|
|
68
|
+
"profession": "Capo",
|
|
69
|
+
"interests": ["catholicism", "superstition", "espresso", "fighting"],
|
|
70
|
+
"quotes": [
|
|
71
|
+
"Fuckin' Italian people. How did we miss out on this? Fuckin' expresso, cappuccino. We invented this shit, and all these other cocksuckers are gettin' rich off it.",
|
|
72
|
+
"Purgatory, a little detour on the way to paradise.",
|
|
73
|
+
"You said yourself I hit 'im in the head. Fuckin' Rasputin this guy.",
|
|
74
|
+
"He killed sixteen Czechoslovakians. Guy was an interior decorator!",
|
|
75
|
+
"I don't understand. When I was a kid, you two were old ladies. Now I'm old, and you two are still old.",
|
|
76
|
+
"I live but to serve you, my leige."
|
|
77
|
+
],
|
|
78
|
+
"gender": "male",
|
|
79
|
+
"symbol": "☕",
|
|
80
|
+
"color": "#4a6fa5",
|
|
81
|
+
"emailDomains": ["satriale-pork.com", "jersey-mob.net"]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "junior-soprano",
|
|
85
|
+
"firstName": "Corrado",
|
|
86
|
+
"lastName": "Soprano",
|
|
87
|
+
"usernames": ["uncle_jun", "acting_boss_nj", "junior_dimeo"],
|
|
88
|
+
"profession": "Acting boss",
|
|
89
|
+
"interests": ["opera", "golf", "card games", "holding grudges"],
|
|
90
|
+
"quotes": [
|
|
91
|
+
"You may run North Jersey but you don't run your Uncle Junior. How many fucking hours did I spend playing catch with you?",
|
|
92
|
+
"I want to fuck Angie Dickinson, let's see who gets lucky first.",
|
|
93
|
+
"Hear about the Chinese godfather? He made them an offer they couldn't understand.",
|
|
94
|
+
"I prefer Mr. Soprano.",
|
|
95
|
+
"Anthony is a cunt hair away from owning all of Northern Jersey. And I am that cunt hair.",
|
|
96
|
+
"At our age, it's enough surprise we're still alive every morning."
|
|
97
|
+
],
|
|
98
|
+
"gender": "male",
|
|
99
|
+
"birthYear": 1930,
|
|
100
|
+
"symbol": "🎭",
|
|
101
|
+
"color": "#312e81",
|
|
102
|
+
"emailDomains": ["jersey-mob.net", "satriale-pork.com"]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "silvio-dante",
|
|
106
|
+
"firstName": "Silvio",
|
|
107
|
+
"lastName": "Dante",
|
|
108
|
+
"usernames": ["sil_bada_bing", "consigliere_dante", "silvio_nj"],
|
|
109
|
+
"profession": "Consigliere",
|
|
110
|
+
"interests": ["music", "the Godfather", "loyalty", "strip club management"],
|
|
111
|
+
"quotes": [
|
|
112
|
+
"Always with the scenarios.",
|
|
113
|
+
"She's so fat, her blood type is Ragu.",
|
|
114
|
+
"Walt fuckin' Whitman over here.",
|
|
115
|
+
"I've been your consigliere for a lot of years—",
|
|
116
|
+
"It breaks half and half. You both kick Tony's to me to deal with.",
|
|
117
|
+
"Just say it then."
|
|
118
|
+
],
|
|
119
|
+
"gender": "male",
|
|
120
|
+
"symbol": "🎸",
|
|
121
|
+
"color": "#7c2d12",
|
|
122
|
+
"emailDomains": ["bada-bing.com", "jersey-mob.net"]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": "bobby-baccalieri",
|
|
126
|
+
"firstName": "Bobby",
|
|
127
|
+
"lastName": "Baccalieri",
|
|
128
|
+
"usernames": ["bobby_bacala", "model_trains_guy", "baccalieri_nj"],
|
|
129
|
+
"profession": "Capo",
|
|
130
|
+
"interests": ["model trains", "food", "family", "loyalty"],
|
|
131
|
+
"quotes": [
|
|
132
|
+
"To the victor, belongs the spoils.",
|
|
133
|
+
"One time we went huntin'. Saw a sign said 'Bear Left.' So we went home.",
|
|
134
|
+
"World really went downhill after the World Trade Center. You know, Quasimodo predicted all of this.",
|
|
135
|
+
"You Parker Brothers took time ta think this all out. I think we should respect that.",
|
|
136
|
+
"Everybody wants to get rich, but you don't scrimp on safety.",
|
|
137
|
+
"It's a surprise party, June. What are we, children?"
|
|
138
|
+
],
|
|
139
|
+
"gender": "male",
|
|
140
|
+
"symbol": "🚂",
|
|
141
|
+
"color": "#1e3a5f",
|
|
142
|
+
"emailDomains": ["satriale-pork.com", "jersey-mob.net"]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "janice-soprano",
|
|
146
|
+
"firstName": "Janice",
|
|
147
|
+
"lastName": "Soprano",
|
|
148
|
+
"usernames": ["janice_parvati", "soprano_sister", "north_caldwell_janice"],
|
|
149
|
+
"profession": "Grifter",
|
|
150
|
+
"interests": ["new age spirituality", "manipulation", "yoga", "self-pity"],
|
|
151
|
+
"quotes": [
|
|
152
|
+
"I mean...I do know what mom's wishes were, but not to have a wake or a funeral, I mean makes us look like we're unloving children, not to mention cheapskates.",
|
|
153
|
+
"I'd like to punch you in the face.",
|
|
154
|
+
"You punish Bobby because he's my husband.",
|
|
155
|
+
"I've seen that sitting in the chair thing.",
|
|
156
|
+
"When your opponent gives you an opening, be swift as a hare.",
|
|
157
|
+
"My happiness really drives you crazy, doesn't it, Tony?"
|
|
158
|
+
],
|
|
159
|
+
"gender": "female",
|
|
160
|
+
"symbol": "🪬",
|
|
161
|
+
"color": "#86198f",
|
|
162
|
+
"emailDomains": ["jersey-mail.net"]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "jennifer-melfi",
|
|
166
|
+
"firstName": "Jennifer",
|
|
167
|
+
"lastName": "Melfi",
|
|
168
|
+
"usernames": ["dr_melfi_md", "therapy_nj", "melfi_psychiatry"],
|
|
169
|
+
"profession": "Psychiatrist",
|
|
170
|
+
"interests": ["psychoanalysis", "literature", "ethics", "wine"],
|
|
171
|
+
"quotes": [
|
|
172
|
+
"With today's pharmacology, no one needs to suffer with feelings of exhaustion and depression.",
|
|
173
|
+
"Sounds to me like Anthony Jr. may have stumbled onto existentialism.",
|
|
174
|
+
"You were shot Anthony, by a member of your family.",
|
|
175
|
+
"I don't wanna waste your time.",
|
|
176
|
+
"You don't have to eat every dish of rigatoni. You don't have to fuck every female you meet.",
|
|
177
|
+
"You're not my gynecologist."
|
|
178
|
+
],
|
|
179
|
+
"gender": "female",
|
|
180
|
+
"symbol": "🛋️",
|
|
181
|
+
"color": "#1e3a5f",
|
|
182
|
+
"emailDomains": ["jersey-therapy.net", "new-jersey-md.com"]
|
|
183
|
+
}
|
|
184
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "sopranos",
|
|
3
|
+
"name": "The Sopranos",
|
|
4
|
+
"genre": ["crime", "drama"],
|
|
5
|
+
"description": "A New Jersey mob boss navigates the competing demands of his criminal empire and his dysfunctional family while seeing a psychiatrist for panic attacks.",
|
|
6
|
+
"tmdbId": 1398,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 1999,
|
|
9
|
+
"rating": 8.7,
|
|
10
|
+
"networks": ["HBO"],
|
|
11
|
+
"posterPath": "/rTc7ZXdroqjkKivFPvCPX0Ru7uw.jpg",
|
|
12
|
+
"backdropPath": "/lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg"
|
|
13
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"street": "2001 Bonanza Street",
|
|
4
|
+
"city": "South Park",
|
|
5
|
+
"state": "CO",
|
|
6
|
+
"country": "US"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"street": "260 Avenue de los Mexicanos",
|
|
10
|
+
"city": "South Park",
|
|
11
|
+
"state": "CO",
|
|
12
|
+
"country": "US"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"street": "2312 Keil Court",
|
|
16
|
+
"city": "South Park",
|
|
17
|
+
"state": "CO",
|
|
18
|
+
"country": "US"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"street": "1388 Seventeenth Street",
|
|
22
|
+
"city": "South Park",
|
|
23
|
+
"state": "CO",
|
|
24
|
+
"country": "US"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"city": "Fairplay",
|
|
28
|
+
"state": "CO",
|
|
29
|
+
"country": "US"
|
|
30
|
+
}
|
|
31
|
+
]
|