loredata 0.1.0 → 0.2.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.
Files changed (42) hide show
  1. package/README.md +33 -5
  2. package/data/breaking-bad/characters.json +36 -7
  3. package/data/breaking-bad/meta.json +3 -1
  4. package/data/fast-and-furious/characters.json +26 -7
  5. package/data/fast-and-furious/meta.json +3 -1
  6. package/data/friends/characters.json +128 -22
  7. package/data/friends/meta.json +6 -1
  8. package/data/game-of-thrones/characters.json +45 -15
  9. package/data/game-of-thrones/meta.json +3 -1
  10. package/data/harry-potter/characters.json +30 -7
  11. package/data/harry-potter/meta.json +3 -1
  12. package/data/house-md/characters.json +58 -15
  13. package/data/house-md/meta.json +6 -1
  14. package/data/lost/characters.json +120 -24
  15. package/data/lost/meta.json +6 -1
  16. package/data/matrix/characters.json +112 -24
  17. package/data/matrix/meta.json +6 -1
  18. package/data/peaky-blinders/characters.json +33 -11
  19. package/data/peaky-blinders/meta.json +6 -1
  20. package/data/sherlock/characters.json +99 -19
  21. package/data/sherlock/meta.json +6 -1
  22. package/data/the-office/characters.json +55 -15
  23. package/data/the-office/meta.json +3 -1
  24. package/dist/browser.cjs +107 -8
  25. package/dist/browser.cjs.map +1 -1
  26. package/dist/browser.d.cts +7 -3
  27. package/dist/browser.d.ts +7 -3
  28. package/dist/browser.js +103 -8
  29. package/dist/browser.js.map +1 -1
  30. package/dist/cli/cli.cjs +109 -16
  31. package/dist/cli/cli.cjs.map +1 -1
  32. package/dist/cli/cli.js +110 -17
  33. package/dist/cli/cli.js.map +1 -1
  34. package/dist/index.cjs +110 -15
  35. package/dist/index.cjs.map +1 -1
  36. package/dist/index.d.cts +14 -4
  37. package/dist/index.d.ts +14 -4
  38. package/dist/index.js +110 -16
  39. package/dist/index.js.map +1 -1
  40. package/dist/{universe-store-DJrm7bP7.d.cts → universe-store-Del1UHgn.d.cts} +11 -9
  41. package/dist/{universe-store-DJrm7bP7.d.ts → universe-store-Del1UHgn.d.ts} +11 -9
  42. package/package.json +9 -4
@@ -16,7 +16,9 @@
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"
20
22
  },
21
23
  {
22
24
  "id": "arthur-shelby",
@@ -35,7 +37,9 @@
35
37
  "Not in Small Heath, it ain't."
36
38
  ],
37
39
  "gender": "male",
38
- "address": {"city": "Small Heath", "country": "GB"}
40
+ "address": { "city": "Small Heath", "country": "GB" },
41
+ "symbol": "👊",
42
+ "color": "#083344"
39
43
  },
40
44
  {
41
45
  "id": "polly-gray",
@@ -53,7 +57,9 @@
53
57
  "Soon, you will have a stage to stand on. Millions of people will listen to you.",
54
58
  "Not anymore. My resignation."
55
59
  ],
56
- "gender": "female"
60
+ "gender": "female",
61
+ "symbol": "🔮",
62
+ "color": "#16a34a"
57
63
  },
58
64
  {
59
65
  "id": "alfie-solomons",
@@ -72,7 +78,9 @@
72
78
  "You've got fuckin' angry, aint ya?!"
73
79
  ],
74
80
  "gender": "male",
75
- "address": {"city": "Camden", "country": "GB"}
81
+ "address": { "city": "Camden", "country": "GB" },
82
+ "symbol": "📖",
83
+ "color": "#dc2626"
76
84
  },
77
85
  {
78
86
  "id": "michael-gray",
@@ -90,7 +98,9 @@
90
98
  "You killed her.",
91
99
  "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
100
  ],
93
- "gender": "male"
101
+ "gender": "male",
102
+ "symbol": "📒",
103
+ "color": "#0c4a6e"
94
104
  },
95
105
  {
96
106
  "id": "ada-shelby",
@@ -106,7 +116,9 @@
106
116
  "I've never seen you read the paper. I've only seen you light fires with them.",
107
117
  "Not a normal man, your brother."
108
118
  ],
109
- "gender": "female"
119
+ "gender": "female",
120
+ "symbol": "🎬",
121
+ "color": "#059669"
110
122
  },
111
123
  {
112
124
  "id": "john-shelby",
@@ -122,7 +134,9 @@
122
134
  "Not stallions, not now.",
123
135
  "Arthur."
124
136
  ],
125
- "gender": "male"
137
+ "gender": "male",
138
+ "symbol": "🐎",
139
+ "color": "#ea580c"
126
140
  },
127
141
  {
128
142
  "id": "grace-burgess",
@@ -140,7 +154,9 @@
140
154
  "I have rum.",
141
155
  "In what way?"
142
156
  ],
143
- "gender": "female"
157
+ "gender": "female",
158
+ "symbol": "🎵",
159
+ "color": "#0c4a6e"
144
160
  },
145
161
  {
146
162
  "id": "chester-campbell",
@@ -158,7 +174,9 @@
158
174
  "I have been ahead of you, every step of the way.",
159
175
  "The end of the rope has been this man's destiny since the night he was born."
160
176
  ],
161
- "gender": "male"
177
+ "gender": "male",
178
+ "symbol": "🚔",
179
+ "color": "#ea580c"
162
180
  },
163
181
  {
164
182
  "id": "luca-changretta",
@@ -176,7 +194,9 @@
176
194
  "Your level of security is pitiful and we are an organization of a different dimension.",
177
195
  "None of you will survive."
178
196
  ],
179
- "gender": "male"
197
+ "gender": "male",
198
+ "symbol": "🤵",
199
+ "color": "#4c1d95"
180
200
  },
181
201
  {
182
202
  "id": "lizzie-stark",
@@ -193,6 +213,8 @@
193
213
  "You're not so good at lying anymore, Tommy! These days the truth gets in your eyes.",
194
214
  "No more Polly, no more whiskey, no more Tommy."
195
215
  ],
196
- "gender": "female"
216
+ "gender": "female",
217
+ "symbol": "🌷",
218
+ "color": "#064e3b"
197
219
  }
198
220
  ]
@@ -1 +1,6 @@
1
- {"id": "peaky-blinders", "name": "Peaky Blinders"}
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
+ }
@@ -3,9 +3,23 @@
3
3
  "id": "sherlock-holmes",
4
4
  "firstName": "Sherlock",
5
5
  "lastName": "Holmes",
6
- "usernames": ["high_functioning_sociopath", "the_game_is_on", "consulting_detective", "221b_resident", "science_of_deduction"],
6
+ "usernames": [
7
+ "high_functioning_sociopath",
8
+ "the_game_is_on",
9
+ "consulting_detective",
10
+ "221b_resident",
11
+ "science_of_deduction"
12
+ ],
7
13
  "profession": "consulting detective",
8
- "interests": ["deduction", "forensic science", "violin", "chemistry", "bees", "boxing", "disguises"],
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,13 +33,21 @@
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"
23
39
  },
24
40
  {
25
41
  "id": "john-watson",
26
42
  "firstName": "John",
27
43
  "lastName": "Watson",
28
- "usernames": ["army_doctor_blogger", "friend_of_sherlock", "dr_watson_221b", "brave_and_kind", "not_actually_gay"],
44
+ "usernames": [
45
+ "army_doctor_blogger",
46
+ "friend_of_sherlock",
47
+ "dr_watson_221b",
48
+ "brave_and_kind",
49
+ "not_actually_gay"
50
+ ],
29
51
  "profession": "army doctor",
30
52
  "interests": ["medicine", "blogging", "cricket", "military history", "football"],
31
53
  "quotes": [
@@ -41,13 +63,21 @@
41
63
  "I cheated on you, Mary. There was a woman on the bus..."
42
64
  ],
43
65
  "gender": "male",
44
- "address": { "street": "221B Baker Street", "city": "London", "country": "GB" }
66
+ "address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
67
+ "symbol": "🩺",
68
+ "color": "#65a30d"
45
69
  },
46
70
  {
47
71
  "id": "james-moriarty",
48
72
  "firstName": "James",
49
73
  "lastName": "Moriarty",
50
- "usernames": ["consulting_criminal", "jim_from_it", "i_will_burn_you", "napoleon_of_crime", "did_you_miss_me"],
74
+ "usernames": [
75
+ "consulting_criminal",
76
+ "jim_from_it",
77
+ "i_will_burn_you",
78
+ "napoleon_of_crime",
79
+ "did_you_miss_me"
80
+ ],
51
81
  "profession": "consulting criminal",
52
82
  "interests": ["crime", "puzzles", "opera", "manipulation", "chaos"],
53
83
  "quotes": [
@@ -60,13 +90,21 @@
60
90
  "That's what people DO!",
61
91
  "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
92
  ],
63
- "gender": "male"
93
+ "gender": "male",
94
+ "symbol": "💣",
95
+ "color": "#134e4a"
64
96
  },
65
97
  {
66
98
  "id": "irene-adler",
67
99
  "firstName": "Irene",
68
100
  "lastName": "Adler",
69
- "usernames": ["the_woman", "i_am_sherlocked", "brainy_is_sexy", "dominatrix_london", "goodnight_mr_holmes"],
101
+ "usernames": [
102
+ "the_woman",
103
+ "i_am_sherlocked",
104
+ "brainy_is_sexy",
105
+ "dominatrix_london",
106
+ "goodnight_mr_holmes"
107
+ ],
70
108
  "profession": "dominatrix",
71
109
  "interests": ["power", "secrets", "intelligence", "photography", "fashion"],
72
110
  "quotes": [
@@ -80,13 +118,21 @@
80
118
  "Well, I am. Look at us both."
81
119
  ],
82
120
  "gender": "female",
83
- "address": { "street": "Egerton Gardens", "city": "London", "country": "GB" }
121
+ "address": { "street": "Egerton Gardens", "city": "London", "country": "GB" },
122
+ "symbol": "🔐",
123
+ "color": "#1e3a5f"
84
124
  },
85
125
  {
86
126
  "id": "mycroft-holmes",
87
127
  "firstName": "Mycroft",
88
128
  "lastName": "Holmes",
89
- "usernames": ["british_government", "minor_position_really", "diogenes_member", "smarter_brother", "seven_percent_smarter"],
129
+ "usernames": [
130
+ "british_government",
131
+ "minor_position_really",
132
+ "diogenes_member",
133
+ "smarter_brother",
134
+ "seven_percent_smarter"
135
+ ],
90
136
  "profession": "government official",
91
137
  "interests": ["intelligence", "chess", "Diet Coke", "opera", "power"],
92
138
  "quotes": [
@@ -101,13 +147,21 @@
101
147
  "Babies? Humans."
102
148
  ],
103
149
  "gender": "male",
104
- "address": { "street": "Pall Mall", "city": "London", "country": "GB" }
150
+ "address": { "street": "Pall Mall", "city": "London", "country": "GB" },
151
+ "symbol": "🕴️",
152
+ "color": "#0c4a6e"
105
153
  },
106
154
  {
107
155
  "id": "mrs-hudson",
108
156
  "firstName": "Martha",
109
157
  "lastName": "Hudson",
110
- "usernames": ["landlady_221b", "not_your_housekeeper", "hudders_of_baker_st", "hip_is_atrocious", "cup_of_tea_dear"],
158
+ "usernames": [
159
+ "landlady_221b",
160
+ "not_your_housekeeper",
161
+ "hudders_of_baker_st",
162
+ "hip_is_atrocious",
163
+ "cup_of_tea_dear"
164
+ ],
111
165
  "profession": "landlady",
112
166
  "interests": ["tea", "tenants", "gossip", "hip exercises", "baking"],
113
167
  "quotes": [
@@ -121,13 +175,21 @@
121
175
  "Sherlock Holmes, if you've been YouTubing--"
122
176
  ],
123
177
  "gender": "female",
124
- "address": { "street": "221B Baker Street", "city": "London", "country": "GB" }
178
+ "address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
179
+ "symbol": "☕",
180
+ "color": "#16a34a"
125
181
  },
126
182
  {
127
183
  "id": "greg-lestrade",
128
184
  "firstName": "Greg",
129
185
  "lastName": "Lestrade",
130
- "usernames": ["di_lestrade", "scotland_yard_dci", "longest_suffering_detective", "gregs_the_name", "wakey_wakey"],
186
+ "usernames": [
187
+ "di_lestrade",
188
+ "scotland_yard_dci",
189
+ "longest_suffering_detective",
190
+ "gregs_the_name",
191
+ "wakey_wakey"
192
+ ],
131
193
  "profession": "Detective Inspector",
132
194
  "interests": ["crime investigation", "football", "jogging", "pub quiz"],
133
195
  "quotes": [
@@ -140,13 +202,21 @@
140
202
  "NOT REALLY!",
141
203
  "Two years and the theories keep getting more stupid."
142
204
  ],
143
- "gender": "male"
205
+ "gender": "male",
206
+ "symbol": "👮",
207
+ "color": "#064e3b"
144
208
  },
145
209
  {
146
210
  "id": "molly-hooper",
147
211
  "firstName": "Molly",
148
212
  "lastName": "Hooper",
149
- "usernames": ["pathologist_barts", "molly_counts", "quiet_one_at_barts", "saw_him_first", "always_trusted"],
213
+ "usernames": [
214
+ "pathologist_barts",
215
+ "molly_counts",
216
+ "quiet_one_at_barts",
217
+ "saw_him_first",
218
+ "always_trusted"
219
+ ],
150
220
  "profession": "pathologist",
151
221
  "interests": ["pathology", "cats", "crime", "medicine", "Sherlock Holmes"],
152
222
  "quotes": [
@@ -160,13 +230,21 @@
160
230
  "I was wondering if you'd like to have coffee? ...Okay."
161
231
  ],
162
232
  "gender": "female",
163
- "address": { "street": "West Smithfield", "city": "London", "country": "GB" }
233
+ "address": { "street": "West Smithfield", "city": "London", "country": "GB" },
234
+ "symbol": "🔪",
235
+ "color": "#0284c7"
164
236
  },
165
237
  {
166
238
  "id": "mary-watson",
167
239
  "firstName": "Mary",
168
240
  "lastName": "Watson",
169
- "usernames": ["retired_assassin", "mary_morstan_watson", "liar_with_a_heart", "baker_street_girl", "john_watson_wife"],
241
+ "usernames": [
242
+ "retired_assassin",
243
+ "mary_morstan_watson",
244
+ "liar_with_a_heart",
245
+ "baker_street_girl",
246
+ "john_watson_wife"
247
+ ],
170
248
  "profession": "nurse",
171
249
  "interests": ["medicine", "family", "intelligence work", "knitting", "self-defence"],
172
250
  "quotes": [
@@ -179,6 +257,8 @@
179
257
  "My Baker Street Boys; Sherlock Holmes and Doctor Watson.",
180
258
  "Well, then...John Watson. Get the hell on with it."
181
259
  ],
182
- "gender": "female"
260
+ "gender": "female",
261
+ "symbol": "🎯",
262
+ "color": "#083344"
183
263
  }
184
264
  ]
@@ -1 +1,6 @@
1
- {"id": "sherlock", "name": "Sherlock"}
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
+ }
@@ -14,7 +14,14 @@
14
14
  "I am Beyoncé, always."
15
15
  ],
16
16
  "gender": "male",
17
- "address": {"street": "1725 Slough Ave", "city": "Scranton", "state": "PA", "country": "US"}
17
+ "address": {
18
+ "street": "1725 Slough Ave",
19
+ "city": "Scranton",
20
+ "state": "PA",
21
+ "country": "US"
22
+ },
23
+ "symbol": "🏆",
24
+ "color": "#312e81"
18
25
  },
19
26
  {
20
27
  "id": "dwight-schrute",
@@ -31,7 +38,14 @@
31
38
  "Why tip someone for a job I'm capable of doing myself? I can deliver food. I can drive a taxi. I can, and do, cut my own hair."
32
39
  ],
33
40
  "gender": "male",
34
- "address": {"street": "Schrute Farms, Honesdale Road", "city": "Honesdale", "state": "PA", "country": "US"}
41
+ "address": {
42
+ "street": "Schrute Farms, Honesdale Road",
43
+ "city": "Honesdale",
44
+ "state": "PA",
45
+ "country": "US"
46
+ },
47
+ "symbol": "🌱",
48
+ "color": "#0c4a6e"
35
49
  },
36
50
  {
37
51
  "id": "jim-halpert",
@@ -47,7 +61,9 @@
47
61
  "I'm in love with you. I'm really sorry if that's weird for you to hear, but I needed you to hear it.",
48
62
  "My roommate wants to meet everybody. Because I'm pretty sure he thinks I'm making Dwight up. He is very real."
49
63
  ],
50
- "gender": "male"
64
+ "gender": "male",
65
+ "symbol": "😏",
66
+ "color": "#166534"
51
67
  },
52
68
  {
53
69
  "id": "pam-beesly",
@@ -63,7 +79,9 @@
63
79
  "I feel like all my kids grew up and then they married each other. It's every parent's dream.",
64
80
  "There's a lot of beauty in ordinary things. Isn't that kind of the point?"
65
81
  ],
66
- "gender": "female"
82
+ "gender": "female",
83
+ "symbol": "🎨",
84
+ "color": "#083344"
67
85
  },
68
86
  {
69
87
  "id": "ryan-howard",
@@ -79,7 +97,9 @@
79
97
  "I was in my mid-twenties and I was going through a lot of stuff. I think I never fully processed 9/11.",
80
98
  "I just think that at this stage of my career, I need to be in a place where I can take meetings."
81
99
  ],
82
- "gender": "male"
100
+ "gender": "male",
101
+ "symbol": "💻",
102
+ "color": "#312e81"
83
103
  },
84
104
  {
85
105
  "id": "andy-bernard",
@@ -95,7 +115,9 @@
95
115
  "I do parkour.",
96
116
  "The most romantic present you can give a woman is a clock. Because you're giving her your time."
97
117
  ],
98
- "gender": "male"
118
+ "gender": "male",
119
+ "symbol": "🎵",
120
+ "color": "#475569"
99
121
  },
100
122
  {
101
123
  "id": "angela-martin",
@@ -111,7 +133,9 @@
111
133
  "I always imagined I'd have a traditional wedding. Nothing over the top. Maybe a church. Simple flowers. No clowns.",
112
134
  "I don't gossip. But I do hear things."
113
135
  ],
114
- "gender": "female"
136
+ "gender": "female",
137
+ "symbol": "🐱",
138
+ "color": "#dc2626"
115
139
  },
116
140
  {
117
141
  "id": "kelly-kapoor",
@@ -127,7 +151,9 @@
127
151
  "Ryan used me as an object. But I actually fell for him. Woops!",
128
152
  "I talk a lot. So I've learned to just tune myself out."
129
153
  ],
130
- "gender": "female"
154
+ "gender": "female",
155
+ "symbol": "💬",
156
+ "color": "#3b1f0a"
131
157
  },
132
158
  {
133
159
  "id": "kevin-malone",
@@ -143,7 +169,9 @@
143
169
  "I am a great cook. My famous chili is a closely guarded secret.",
144
170
  "Oscar is a great guy. I don't care what everyone says about him."
145
171
  ],
146
- "gender": "male"
172
+ "gender": "male",
173
+ "symbol": "🍲",
174
+ "color": "#854d0e"
147
175
  },
148
176
  {
149
177
  "id": "oscar-martinez",
@@ -159,7 +187,9 @@
159
187
  "I am gay, and I want to say to anyone watching this who is also gay: it gets better.",
160
188
  "I can't believe you let this happen. I am going to correct this. I am going to fix this."
161
189
  ],
162
- "gender": "male"
190
+ "gender": "male",
191
+ "symbol": "💡",
192
+ "color": "#1d4ed8"
163
193
  },
164
194
  {
165
195
  "id": "darryl-philbin",
@@ -175,7 +205,9 @@
175
205
  "I'm not going to beg to be taken seriously as a musician. I'm just going to keep making music and let it speak for itself.",
176
206
  "The Foreman's grille: the foreman being me."
177
207
  ],
178
- "gender": "male"
208
+ "gender": "male",
209
+ "symbol": "🎧",
210
+ "color": "#312e81"
179
211
  },
180
212
  {
181
213
  "id": "stanley-hudson",
@@ -191,7 +223,9 @@
191
223
  "I do not apologize unless I think I'm wrong, and if you don't like it you can leave.",
192
224
  "This is the worst thing that's ever happened to me, and I was on a Real Housewives episode."
193
225
  ],
194
- "gender": "male"
226
+ "gender": "male",
227
+ "symbol": "🥨",
228
+ "color": "#083344"
195
229
  },
196
230
  {
197
231
  "id": "creed-bratton",
@@ -207,7 +241,9 @@
207
241
  "I've been involved in a number of cults, both as a leader and a follower. You have more fun as a follower, but you make more money as a leader.",
208
242
  "I already won the lottery. I was born in the US of A, baby."
209
243
  ],
210
- "gender": "male"
244
+ "gender": "male",
245
+ "symbol": "👻",
246
+ "color": "#9333ea"
211
247
  },
212
248
  {
213
249
  "id": "toby-flenderson",
@@ -223,7 +259,9 @@
223
259
  "I'm not a part of this family. I'm HR, which means I work for corporate.",
224
260
  "This meeting is a waste of time."
225
261
  ],
226
- "gender": "male"
262
+ "gender": "male",
263
+ "symbol": "🗂️",
264
+ "color": "#3b1f0a"
227
265
  },
228
266
  {
229
267
  "id": "phyllis-vance",
@@ -239,6 +277,8 @@
239
277
  "Bob Vance, Vance Refrigeration.",
240
278
  "I feel like I've been here before in a past life."
241
279
  ],
242
- "gender": "female"
280
+ "gender": "female",
281
+ "symbol": "🧶",
282
+ "color": "#312e81"
243
283
  }
244
284
  ]
@@ -1,4 +1,6 @@
1
1
  {
2
2
  "id": "the-office",
3
- "name": "The Office"
3
+ "name": "The Office",
4
+ "genre": ["comedy", "mockumentary"],
5
+ "description": "A mockumentary following the mundane daily lives of employees at a Scranton, Pennsylvania paper company managed by an oblivious boss."
4
6
  }