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
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
"The eleventh hour. Armistice. Peace at last. Peace at last."
|
|
17
17
|
],
|
|
18
18
|
"gender": "male",
|
|
19
|
-
"address": {"city": "Small Heath", "country": "GB"}
|
|
19
|
+
"address": { "city": "Small Heath", "country": "GB" },
|
|
20
|
+
"symbol": "🗡️",
|
|
21
|
+
"color": "#064e3b",
|
|
22
|
+
"emailDomains": ["shelby-company.com", "birmingham-post.net"]
|
|
20
23
|
},
|
|
21
24
|
{
|
|
22
25
|
"id": "arthur-shelby",
|
|
@@ -35,7 +38,10 @@
|
|
|
35
38
|
"Not in Small Heath, it ain't."
|
|
36
39
|
],
|
|
37
40
|
"gender": "male",
|
|
38
|
-
"address": {"city": "Small Heath", "country": "GB"}
|
|
41
|
+
"address": { "city": "Small Heath", "country": "GB" },
|
|
42
|
+
"symbol": "👊",
|
|
43
|
+
"color": "#083344",
|
|
44
|
+
"emailDomains": ["shelby-company.com", "birmingham-post.net"]
|
|
39
45
|
},
|
|
40
46
|
{
|
|
41
47
|
"id": "polly-gray",
|
|
@@ -53,7 +59,10 @@
|
|
|
53
59
|
"Soon, you will have a stage to stand on. Millions of people will listen to you.",
|
|
54
60
|
"Not anymore. My resignation."
|
|
55
61
|
],
|
|
56
|
-
"gender": "female"
|
|
62
|
+
"gender": "female",
|
|
63
|
+
"symbol": "🔮",
|
|
64
|
+
"color": "#16a34a",
|
|
65
|
+
"emailDomains": ["shelby-company.com", "birmingham-post.net"]
|
|
57
66
|
},
|
|
58
67
|
{
|
|
59
68
|
"id": "alfie-solomons",
|
|
@@ -72,7 +81,10 @@
|
|
|
72
81
|
"You've got fuckin' angry, aint ya?!"
|
|
73
82
|
],
|
|
74
83
|
"gender": "male",
|
|
75
|
-
"address": {"city": "Camden", "country": "GB"}
|
|
84
|
+
"address": { "city": "Camden", "country": "GB" },
|
|
85
|
+
"symbol": "📖",
|
|
86
|
+
"color": "#dc2626",
|
|
87
|
+
"emailDomains": ["solomons-bakery.com", "camden-post.net"]
|
|
76
88
|
},
|
|
77
89
|
{
|
|
78
90
|
"id": "michael-gray",
|
|
@@ -90,7 +102,10 @@
|
|
|
90
102
|
"You killed her.",
|
|
91
103
|
"No one close to you makes a choice without your opinion, Tom. Not Arthur, not me, not Ada. We can't escape you. Your lethal hand is always on our shoulders."
|
|
92
104
|
],
|
|
93
|
-
"gender": "male"
|
|
105
|
+
"gender": "male",
|
|
106
|
+
"symbol": "📒",
|
|
107
|
+
"color": "#0c4a6e",
|
|
108
|
+
"emailDomains": ["shelby-company.com", "birmingham-post.net"]
|
|
94
109
|
},
|
|
95
110
|
{
|
|
96
111
|
"id": "ada-shelby",
|
|
@@ -106,7 +121,10 @@
|
|
|
106
121
|
"I've never seen you read the paper. I've only seen you light fires with them.",
|
|
107
122
|
"Not a normal man, your brother."
|
|
108
123
|
],
|
|
109
|
-
"gender": "female"
|
|
124
|
+
"gender": "female",
|
|
125
|
+
"symbol": "🎬",
|
|
126
|
+
"color": "#059669",
|
|
127
|
+
"emailDomains": ["shelby-company.com", "london-activist.net"]
|
|
110
128
|
},
|
|
111
129
|
{
|
|
112
130
|
"id": "john-shelby",
|
|
@@ -122,7 +140,10 @@
|
|
|
122
140
|
"Not stallions, not now.",
|
|
123
141
|
"Arthur."
|
|
124
142
|
],
|
|
125
|
-
"gender": "male"
|
|
143
|
+
"gender": "male",
|
|
144
|
+
"symbol": "🐎",
|
|
145
|
+
"color": "#ea580c",
|
|
146
|
+
"emailDomains": ["shelby-company.com", "birmingham-post.net"]
|
|
126
147
|
},
|
|
127
148
|
{
|
|
128
149
|
"id": "grace-burgess",
|
|
@@ -140,7 +161,10 @@
|
|
|
140
161
|
"I have rum.",
|
|
141
162
|
"In what way?"
|
|
142
163
|
],
|
|
143
|
-
"gender": "female"
|
|
164
|
+
"gender": "female",
|
|
165
|
+
"symbol": "🎵",
|
|
166
|
+
"color": "#0c4a6e",
|
|
167
|
+
"emailDomains": ["birmingham-post.net", "british-intelligence.gov.uk"]
|
|
144
168
|
},
|
|
145
169
|
{
|
|
146
170
|
"id": "chester-campbell",
|
|
@@ -158,7 +182,10 @@
|
|
|
158
182
|
"I have been ahead of you, every step of the way.",
|
|
159
183
|
"The end of the rope has been this man's destiny since the night he was born."
|
|
160
184
|
],
|
|
161
|
-
"gender": "male"
|
|
185
|
+
"gender": "male",
|
|
186
|
+
"symbol": "🚔",
|
|
187
|
+
"color": "#ea580c",
|
|
188
|
+
"emailDomains": ["british-intelligence.gov.uk", "birmingham-pd.gov.uk"]
|
|
162
189
|
},
|
|
163
190
|
{
|
|
164
191
|
"id": "luca-changretta",
|
|
@@ -176,7 +203,10 @@
|
|
|
176
203
|
"Your level of security is pitiful and we are an organization of a different dimension.",
|
|
177
204
|
"None of you will survive."
|
|
178
205
|
],
|
|
179
|
-
"gender": "male"
|
|
206
|
+
"gender": "male",
|
|
207
|
+
"symbol": "🤵",
|
|
208
|
+
"color": "#4c1d95",
|
|
209
|
+
"emailDomains": ["changretta-family.com", "new-york-mob.net"]
|
|
180
210
|
},
|
|
181
211
|
{
|
|
182
212
|
"id": "lizzie-stark",
|
|
@@ -193,6 +223,9 @@
|
|
|
193
223
|
"You're not so good at lying anymore, Tommy! These days the truth gets in your eyes.",
|
|
194
224
|
"No more Polly, no more whiskey, no more Tommy."
|
|
195
225
|
],
|
|
196
|
-
"gender": "female"
|
|
226
|
+
"gender": "female",
|
|
227
|
+
"symbol": "🌷",
|
|
228
|
+
"color": "#064e3b",
|
|
229
|
+
"emailDomains": ["shelby-company.com", "birmingham-post.net"]
|
|
197
230
|
}
|
|
198
231
|
]
|
|
@@ -1 +1,13 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"id": "peaky-blinders",
|
|
3
|
+
"name": "Peaky Blinders",
|
|
4
|
+
"genre": ["crime", "drama", "historical"],
|
|
5
|
+
"description": "The Shelby crime family rises from the streets of post-WWI Birmingham to become one of Britain's most powerful criminal empires.",
|
|
6
|
+
"tmdbId": 60574,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2013,
|
|
9
|
+
"rating": 8.5,
|
|
10
|
+
"networks": ["BBC One", "Netflix", "BBC Two", "BBC Television"],
|
|
11
|
+
"posterPath": "/vUUqzWa2LnHIVqkaKVlVGkVcZIW.jpg",
|
|
12
|
+
"backdropPath": "/wiE9doxiLwq3WCGamDIOb2PqBqc.jpg"
|
|
13
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"city": "Joliet",
|
|
4
|
+
"state": "IL",
|
|
5
|
+
"country": "US"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"city": "Chicago",
|
|
9
|
+
"state": "IL",
|
|
10
|
+
"country": "US"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"city": "Panama City",
|
|
14
|
+
"country": "PA"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"city": "Sona"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"city": "Springfield",
|
|
21
|
+
"state": "IL",
|
|
22
|
+
"country": "US"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "michael-scofield",
|
|
4
|
+
"firstName": "Michael",
|
|
5
|
+
"lastName": "Scofield",
|
|
6
|
+
"usernames": ["tattoo_blueprint", "fox_river_plan", "origami_crane"],
|
|
7
|
+
"profession": "Structural engineer",
|
|
8
|
+
"interests": ["architecture", "origami", "chess", "tattoo art", "family"],
|
|
9
|
+
"quotes": [
|
|
10
|
+
"Preparation will only take you so far. After that you got to take a few leaps of faith.",
|
|
11
|
+
"The man you're talking about died the moment I stepped inside these walls.",
|
|
12
|
+
"We're not breaking out of a Jamba Juice, gentlemen.",
|
|
13
|
+
"If we lose ourselves, we lose everything.",
|
|
14
|
+
"I don't have a few years. Wish to hell I did."
|
|
15
|
+
],
|
|
16
|
+
"gender": "male",
|
|
17
|
+
"symbol": "📐",
|
|
18
|
+
"color": "#1e3a5f",
|
|
19
|
+
"emailDomains": ["fox-river-pen.gov", "scofield-engineering.com"]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "lincoln-burrows",
|
|
23
|
+
"firstName": "Lincoln",
|
|
24
|
+
"lastName": "Burrows",
|
|
25
|
+
"usernames": ["the_brute", "not_guilty", "big_linc"],
|
|
26
|
+
"profession": "Mechanic",
|
|
27
|
+
"interests": ["family", "motorcycles", "freedom"],
|
|
28
|
+
"quotes": [
|
|
29
|
+
"I've never given a damn about what people thought of me. Never.",
|
|
30
|
+
"Lee Harvey Oswald, John Wilkes Booth... Lincoln Burrows. Bitch of it all is - I didn't do it.",
|
|
31
|
+
"You are the brains and I am the brute.",
|
|
32
|
+
"In case you hadn't noticed, me and my brother don't quit for no one.",
|
|
33
|
+
"There's always something."
|
|
34
|
+
],
|
|
35
|
+
"gender": "male",
|
|
36
|
+
"symbol": "⛓️",
|
|
37
|
+
"color": "#4a3728",
|
|
38
|
+
"emailDomains": ["fox-river-pen.gov", "chicago-post.net"]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "sara-tancredi",
|
|
42
|
+
"firstName": "Sara",
|
|
43
|
+
"lastName": "Tancredi",
|
|
44
|
+
"usernames": ["pill_key", "never_fall_for_inmate", "governor_daughter"],
|
|
45
|
+
"profession": "Doctor",
|
|
46
|
+
"interests": ["addiction recovery", "justice", "family"],
|
|
47
|
+
"quotes": [
|
|
48
|
+
"Letting the State know that you're healthy enough to execute is not why I went to medical school.",
|
|
49
|
+
"When you first take the job, they tell you never to fall in love with an inmate.",
|
|
50
|
+
"I'm not a jealous woman. But I'm a careful one. And for some reason, when I'm around you, I'm not...careful.",
|
|
51
|
+
"I took a man's life.",
|
|
52
|
+
"Go to hell, dad."
|
|
53
|
+
],
|
|
54
|
+
"gender": "female",
|
|
55
|
+
"symbol": "🩺",
|
|
56
|
+
"color": "#166534",
|
|
57
|
+
"emailDomains": ["fox-river-pen.gov", "chicago-medical.net"]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "t-bag",
|
|
61
|
+
"firstName": "Theodore",
|
|
62
|
+
"lastName": "Bagwell",
|
|
63
|
+
"usernames": ["pretty_fish", "devil_himself", "bagwell_reads"],
|
|
64
|
+
"profession": "Criminal",
|
|
65
|
+
"interests": ["Bible study", "survival", "literature", "con artistry"],
|
|
66
|
+
"quotes": [
|
|
67
|
+
"Either I'm through that hole with you, or I'm gonna sing like Johnny Cash!",
|
|
68
|
+
"Remember Pretty, I am serving life plus one. So if I get busted for attempted escape, I'm gonna throw in a homicide no problem, that's like a parking ticket to me.",
|
|
69
|
+
"Don't be frightened. Teddy's home.",
|
|
70
|
+
"We are who we are, right?",
|
|
71
|
+
"SCOFIELD!"
|
|
72
|
+
],
|
|
73
|
+
"gender": "male",
|
|
74
|
+
"symbol": "🐍",
|
|
75
|
+
"color": "#7f1d1d",
|
|
76
|
+
"emailDomains": ["fox-river-pen.gov"]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": "fernando-sucre",
|
|
80
|
+
"firstName": "Fernando",
|
|
81
|
+
"lastName": "Sucre",
|
|
82
|
+
"usernames": ["maricruz_forever", "papi_sucre", "prisneyland_fish"],
|
|
83
|
+
"profession": "Construction worker",
|
|
84
|
+
"interests": ["family", "construction", "salsa dancing"],
|
|
85
|
+
"quotes": [
|
|
86
|
+
"Welcome to Prisneyland, Fish.",
|
|
87
|
+
"You see these hands? They're digging machines. You want to go to China? I'll get you to China.",
|
|
88
|
+
"They say people come into your life for a reason. Maybe my reason was to help you get out of Fox River.",
|
|
89
|
+
"Its okay, Papi. Let me go.",
|
|
90
|
+
"Give 'em hell."
|
|
91
|
+
],
|
|
92
|
+
"gender": "male",
|
|
93
|
+
"symbol": "🌹",
|
|
94
|
+
"color": "#4a1942",
|
|
95
|
+
"emailDomains": ["chicago-post.net", "fox-river-pen.gov"]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "alex-mahone",
|
|
99
|
+
"firstName": "Alex",
|
|
100
|
+
"lastName": "Mahone",
|
|
101
|
+
"usernames": ["oscar_shales", "always_behind_prey", "lye_in_garden"],
|
|
102
|
+
"profession": "FBI agent",
|
|
103
|
+
"interests": ["investigation", "criminal profiling", "family"],
|
|
104
|
+
"quotes": [
|
|
105
|
+
"The problem I find with being on a trail is that by definition, you'll always be behind your prey.",
|
|
106
|
+
"Tell him he's no longer in it.",
|
|
107
|
+
"I will get you. I don't have a choice.",
|
|
108
|
+
"I JUST WANT MY LIFE BACK!",
|
|
109
|
+
"I just want this over with."
|
|
110
|
+
],
|
|
111
|
+
"gender": "male",
|
|
112
|
+
"symbol": "🔍",
|
|
113
|
+
"color": "#1d4ed8",
|
|
114
|
+
"emailDomains": ["fbi.gov", "fox-river-pen.gov"]
|
|
115
|
+
}
|
|
116
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "prison-break",
|
|
3
|
+
"name": "Prison Break",
|
|
4
|
+
"genre": ["drama", "thriller", "crime"],
|
|
5
|
+
"description": "A structural engineer devises an elaborate plan to break his wrongly condemned brother out of a maximum security prison.",
|
|
6
|
+
"tmdbId": 2288,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2005,
|
|
9
|
+
"rating": 8.1,
|
|
10
|
+
"networks": ["FOX"],
|
|
11
|
+
"posterPath": "/wnmNPaLvhnMeOqnWlhNkYCZxtda.jpg",
|
|
12
|
+
"backdropPath": "/n3Brk7roueE9HOwVmYlJx5j462g.jpg"
|
|
13
|
+
}
|
|
@@ -3,9 +3,23 @@
|
|
|
3
3
|
"id": "sherlock-holmes",
|
|
4
4
|
"firstName": "Sherlock",
|
|
5
5
|
"lastName": "Holmes",
|
|
6
|
-
"usernames": [
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
"usernames": [
|
|
7
|
+
"high_functioning_sociopath",
|
|
8
|
+
"the_game_is_on",
|
|
9
|
+
"consulting_detective",
|
|
10
|
+
"221b_resident",
|
|
11
|
+
"science_of_deduction"
|
|
12
|
+
],
|
|
13
|
+
"profession": "Consulting detective",
|
|
14
|
+
"interests": [
|
|
15
|
+
"deduction",
|
|
16
|
+
"forensic science",
|
|
17
|
+
"violin",
|
|
18
|
+
"chemistry",
|
|
19
|
+
"bees",
|
|
20
|
+
"boxing",
|
|
21
|
+
"disguises"
|
|
22
|
+
],
|
|
9
23
|
"quotes": [
|
|
10
24
|
"I'm not a psychopath, Anderson, I'm a high-functioning sociopath. Do your research.",
|
|
11
25
|
"Sentiment is a chemical defect found in the losing side.",
|
|
@@ -19,14 +33,23 @@
|
|
|
19
33
|
"Mrs Hudson, leave Baker Street? England would fall!"
|
|
20
34
|
],
|
|
21
35
|
"gender": "male",
|
|
22
|
-
"address": { "street": "221B Baker Street", "city": "London", "country": "GB" }
|
|
36
|
+
"address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
|
|
37
|
+
"symbol": "🔬",
|
|
38
|
+
"color": "#083344",
|
|
39
|
+
"emailDomains": ["221b-baker.co.uk", "detective-consulting.net"]
|
|
23
40
|
},
|
|
24
41
|
{
|
|
25
42
|
"id": "john-watson",
|
|
26
43
|
"firstName": "John",
|
|
27
44
|
"lastName": "Watson",
|
|
28
|
-
"usernames": [
|
|
29
|
-
|
|
45
|
+
"usernames": [
|
|
46
|
+
"army_doctor_blogger",
|
|
47
|
+
"friend_of_sherlock",
|
|
48
|
+
"dr_watson_221b",
|
|
49
|
+
"brave_and_kind",
|
|
50
|
+
"not_actually_gay"
|
|
51
|
+
],
|
|
52
|
+
"profession": "Army doctor",
|
|
30
53
|
"interests": ["medicine", "blogging", "cricket", "military history", "football"],
|
|
31
54
|
"quotes": [
|
|
32
55
|
"You told me once that you weren't a hero. There were times I didn't even think you were human, but let me tell you this. You were the best man, the most human... human being that I've ever known.",
|
|
@@ -41,14 +64,23 @@
|
|
|
41
64
|
"I cheated on you, Mary. There was a woman on the bus..."
|
|
42
65
|
],
|
|
43
66
|
"gender": "male",
|
|
44
|
-
"address": { "street": "221B Baker Street", "city": "London", "country": "GB" }
|
|
67
|
+
"address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
|
|
68
|
+
"symbol": "🩺",
|
|
69
|
+
"color": "#65a30d",
|
|
70
|
+
"emailDomains": ["221b-baker.co.uk", "watson-surgery.co.uk"]
|
|
45
71
|
},
|
|
46
72
|
{
|
|
47
73
|
"id": "james-moriarty",
|
|
48
74
|
"firstName": "James",
|
|
49
75
|
"lastName": "Moriarty",
|
|
50
|
-
"usernames": [
|
|
51
|
-
|
|
76
|
+
"usernames": [
|
|
77
|
+
"consulting_criminal",
|
|
78
|
+
"jim_from_it",
|
|
79
|
+
"i_will_burn_you",
|
|
80
|
+
"napoleon_of_crime",
|
|
81
|
+
"did_you_miss_me"
|
|
82
|
+
],
|
|
83
|
+
"profession": "Consulting criminal",
|
|
52
84
|
"interests": ["crime", "puzzles", "opera", "manipulation", "chaos"],
|
|
53
85
|
"quotes": [
|
|
54
86
|
"I will burn the heart out of you.",
|
|
@@ -60,14 +92,23 @@
|
|
|
60
92
|
"That's what people DO!",
|
|
61
93
|
"I wrote my own version of the Nativity when I was a child, 'The Hungry Donkey'. It was a bit gory, but if you're going to put a baby in a manger, you're asking for trouble."
|
|
62
94
|
],
|
|
63
|
-
"gender": "male"
|
|
95
|
+
"gender": "male",
|
|
96
|
+
"symbol": "💣",
|
|
97
|
+
"color": "#134e4a",
|
|
98
|
+
"emailDomains": ["criminal-consulting.net", "london-crime.org"]
|
|
64
99
|
},
|
|
65
100
|
{
|
|
66
101
|
"id": "irene-adler",
|
|
67
102
|
"firstName": "Irene",
|
|
68
103
|
"lastName": "Adler",
|
|
69
|
-
"usernames": [
|
|
70
|
-
|
|
104
|
+
"usernames": [
|
|
105
|
+
"the_woman",
|
|
106
|
+
"i_am_sherlocked",
|
|
107
|
+
"brainy_is_sexy",
|
|
108
|
+
"dominatrix_london",
|
|
109
|
+
"goodnight_mr_holmes"
|
|
110
|
+
],
|
|
111
|
+
"profession": "Dominatrix",
|
|
71
112
|
"interests": ["power", "secrets", "intelligence", "photography", "fashion"],
|
|
72
113
|
"quotes": [
|
|
73
114
|
"Brainy is the new sexy.",
|
|
@@ -80,14 +121,23 @@
|
|
|
80
121
|
"Well, I am. Look at us both."
|
|
81
122
|
],
|
|
82
123
|
"gender": "female",
|
|
83
|
-
"address": { "street": "Egerton Gardens", "city": "London", "country": "GB" }
|
|
124
|
+
"address": { "street": "Egerton Gardens", "city": "London", "country": "GB" },
|
|
125
|
+
"symbol": "🔐",
|
|
126
|
+
"color": "#1e3a5f",
|
|
127
|
+
"emailDomains": ["london-post.net", "adler-consulting.co.uk"]
|
|
84
128
|
},
|
|
85
129
|
{
|
|
86
130
|
"id": "mycroft-holmes",
|
|
87
131
|
"firstName": "Mycroft",
|
|
88
132
|
"lastName": "Holmes",
|
|
89
|
-
"usernames": [
|
|
90
|
-
|
|
133
|
+
"usernames": [
|
|
134
|
+
"british_government",
|
|
135
|
+
"minor_position_really",
|
|
136
|
+
"diogenes_member",
|
|
137
|
+
"smarter_brother",
|
|
138
|
+
"seven_percent_smarter"
|
|
139
|
+
],
|
|
140
|
+
"profession": "Government official",
|
|
91
141
|
"interests": ["intelligence", "chess", "Diet Coke", "opera", "power"],
|
|
92
142
|
"quotes": [
|
|
93
143
|
"Caring is not an advantage, Sherlock.",
|
|
@@ -101,14 +151,23 @@
|
|
|
101
151
|
"Babies? Humans."
|
|
102
152
|
],
|
|
103
153
|
"gender": "male",
|
|
104
|
-
"address": { "street": "Pall Mall", "city": "London", "country": "GB" }
|
|
154
|
+
"address": { "street": "Pall Mall", "city": "London", "country": "GB" },
|
|
155
|
+
"symbol": "🕴️",
|
|
156
|
+
"color": "#0c4a6e",
|
|
157
|
+
"emailDomains": ["diogenes-club.co.uk", "whitehall-gov.uk"]
|
|
105
158
|
},
|
|
106
159
|
{
|
|
107
160
|
"id": "mrs-hudson",
|
|
108
161
|
"firstName": "Martha",
|
|
109
162
|
"lastName": "Hudson",
|
|
110
|
-
"usernames": [
|
|
111
|
-
|
|
163
|
+
"usernames": [
|
|
164
|
+
"landlady_221b",
|
|
165
|
+
"not_your_housekeeper",
|
|
166
|
+
"hudders_of_baker_st",
|
|
167
|
+
"hip_is_atrocious",
|
|
168
|
+
"cup_of_tea_dear"
|
|
169
|
+
],
|
|
170
|
+
"profession": "Landlady",
|
|
112
171
|
"interests": ["tea", "tenants", "gossip", "hip exercises", "baking"],
|
|
113
172
|
"quotes": [
|
|
114
173
|
"I'm your landlady, not your housekeeper.",
|
|
@@ -121,13 +180,22 @@
|
|
|
121
180
|
"Sherlock Holmes, if you've been YouTubing--"
|
|
122
181
|
],
|
|
123
182
|
"gender": "female",
|
|
124
|
-
"address": { "street": "221B Baker Street", "city": "London", "country": "GB" }
|
|
183
|
+
"address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
|
|
184
|
+
"symbol": "☕",
|
|
185
|
+
"color": "#16a34a",
|
|
186
|
+
"emailDomains": ["221b-baker.co.uk", "london-post.net"]
|
|
125
187
|
},
|
|
126
188
|
{
|
|
127
189
|
"id": "greg-lestrade",
|
|
128
190
|
"firstName": "Greg",
|
|
129
191
|
"lastName": "Lestrade",
|
|
130
|
-
"usernames": [
|
|
192
|
+
"usernames": [
|
|
193
|
+
"di_lestrade",
|
|
194
|
+
"scotland_yard_dci",
|
|
195
|
+
"longest_suffering_detective",
|
|
196
|
+
"gregs_the_name",
|
|
197
|
+
"wakey_wakey"
|
|
198
|
+
],
|
|
131
199
|
"profession": "Detective Inspector",
|
|
132
200
|
"interests": ["crime investigation", "football", "jogging", "pub quiz"],
|
|
133
201
|
"quotes": [
|
|
@@ -140,14 +208,23 @@
|
|
|
140
208
|
"NOT REALLY!",
|
|
141
209
|
"Two years and the theories keep getting more stupid."
|
|
142
210
|
],
|
|
143
|
-
"gender": "male"
|
|
211
|
+
"gender": "male",
|
|
212
|
+
"symbol": "👮",
|
|
213
|
+
"color": "#064e3b",
|
|
214
|
+
"emailDomains": ["met-police.gov.uk", "scotland-yard.co.uk"]
|
|
144
215
|
},
|
|
145
216
|
{
|
|
146
217
|
"id": "molly-hooper",
|
|
147
218
|
"firstName": "Molly",
|
|
148
219
|
"lastName": "Hooper",
|
|
149
|
-
"usernames": [
|
|
150
|
-
|
|
220
|
+
"usernames": [
|
|
221
|
+
"pathologist_barts",
|
|
222
|
+
"molly_counts",
|
|
223
|
+
"quiet_one_at_barts",
|
|
224
|
+
"saw_him_first",
|
|
225
|
+
"always_trusted"
|
|
226
|
+
],
|
|
227
|
+
"profession": "Pathologist",
|
|
151
228
|
"interests": ["pathology", "cats", "crime", "medicine", "Sherlock Holmes"],
|
|
152
229
|
"quotes": [
|
|
153
230
|
"What I'm trying to say is that, if there's anything I can do, anything you need, anything at all, you can have me.",
|
|
@@ -160,14 +237,23 @@
|
|
|
160
237
|
"I was wondering if you'd like to have coffee? ...Okay."
|
|
161
238
|
],
|
|
162
239
|
"gender": "female",
|
|
163
|
-
"address": { "street": "West Smithfield", "city": "London", "country": "GB" }
|
|
240
|
+
"address": { "street": "West Smithfield", "city": "London", "country": "GB" },
|
|
241
|
+
"symbol": "🔪",
|
|
242
|
+
"color": "#0284c7",
|
|
243
|
+
"emailDomains": ["barts-hospital.co.uk", "pathology-london.net"]
|
|
164
244
|
},
|
|
165
245
|
{
|
|
166
246
|
"id": "mary-watson",
|
|
167
247
|
"firstName": "Mary",
|
|
168
248
|
"lastName": "Watson",
|
|
169
|
-
"usernames": [
|
|
170
|
-
|
|
249
|
+
"usernames": [
|
|
250
|
+
"retired_assassin",
|
|
251
|
+
"mary_morstan_watson",
|
|
252
|
+
"liar_with_a_heart",
|
|
253
|
+
"baker_street_girl",
|
|
254
|
+
"john_watson_wife"
|
|
255
|
+
],
|
|
256
|
+
"profession": "Nurse",
|
|
171
257
|
"interests": ["medicine", "family", "intelligence work", "knitting", "self-defence"],
|
|
172
258
|
"quotes": [
|
|
173
259
|
"I like him.",
|
|
@@ -179,6 +265,9 @@
|
|
|
179
265
|
"My Baker Street Boys; Sherlock Holmes and Doctor Watson.",
|
|
180
266
|
"Well, then...John Watson. Get the hell on with it."
|
|
181
267
|
],
|
|
182
|
-
"gender": "female"
|
|
268
|
+
"gender": "female",
|
|
269
|
+
"symbol": "🎯",
|
|
270
|
+
"color": "#083344",
|
|
271
|
+
"emailDomains": ["221b-baker.co.uk", "watson-surgery.co.uk"]
|
|
183
272
|
}
|
|
184
273
|
]
|
package/data/sherlock/meta.json
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"id": "sherlock",
|
|
3
|
+
"name": "Sherlock",
|
|
4
|
+
"genre": ["crime", "drama", "mystery"],
|
|
5
|
+
"description": "A modern-day Sherlock Holmes and his partner Dr. Watson solve complex crimes in contemporary London.",
|
|
6
|
+
"tmdbId": 19885,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2010,
|
|
9
|
+
"rating": 8.5,
|
|
10
|
+
"networks": ["BBC One"],
|
|
11
|
+
"posterPath": "/7WTsnHkbA0FaG6R9twfFde0I9hl.jpg",
|
|
12
|
+
"backdropPath": "/8rvLEmdI4gLrMO1rLqbNdnNcPFE.jpg"
|
|
13
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"street": "742 Evergreen Terrace",
|
|
4
|
+
"city": "Springfield"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"street": "744 Evergreen Terrace",
|
|
8
|
+
"city": "Springfield"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"street": "1000 Mammon Lane",
|
|
12
|
+
"city": "Springfield"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"street": "123 Fake Street",
|
|
16
|
+
"city": "Springfield"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"city": "Shelbyville"
|
|
20
|
+
}
|
|
21
|
+
]
|