loredata 0.2.0 โ 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +126 -65
- package/data/avengers/addresses.json +27 -0
- package/data/avengers/characters.json +305 -0
- package/data/avengers/meta.json +13 -0
- package/data/better-call-saul/addresses.json +37 -0
- package/data/better-call-saul/characters.json +268 -0
- package/data/better-call-saul/meta.json +13 -0
- package/data/big-bang-theory/addresses.json +31 -0
- package/data/big-bang-theory/characters.json +198 -0
- package/data/big-bang-theory/meta.json +13 -0
- package/data/breaking-bad/characters.json +249 -148
- package/data/breaking-bad/meta.json +8 -1
- package/data/fast-and-furious/addresses.json +1 -2
- package/data/fast-and-furious/characters.json +226 -133
- package/data/fast-and-furious/meta.json +13 -1
- package/data/friends/characters.json +402 -281
- package/data/friends/meta.json +8 -1
- package/data/game-of-thrones/addresses.json +6 -22
- package/data/game-of-thrones/characters.json +507 -299
- package/data/game-of-thrones/meta.json +8 -1
- package/data/guardians-of-the-galaxy/addresses.json +17 -0
- package/data/guardians-of-the-galaxy/characters.json +226 -0
- package/data/guardians-of-the-galaxy/meta.json +13 -0
- package/data/harry-potter/addresses.json +6 -11
- package/data/harry-potter/characters.json +239 -147
- package/data/harry-potter/meta.json +8 -1
- package/data/house-md/characters.json +184 -52
- package/data/house-md/meta.json +8 -1
- package/data/lost/characters.json +420 -299
- package/data/lost/meta.json +8 -1
- package/data/matrix/characters.json +144 -34
- package/data/matrix/meta.json +13 -1
- package/data/peaky-blinders/characters.json +191 -37
- package/data/peaky-blinders/meta.json +8 -1
- package/data/prison-break/addresses.json +24 -0
- package/data/prison-break/characters.json +188 -0
- package/data/prison-break/meta.json +13 -0
- package/data/sherlock/characters.json +369 -263
- package/data/sherlock/meta.json +8 -1
- package/data/simpsons/addresses.json +21 -0
- package/data/simpsons/characters.json +383 -0
- package/data/simpsons/meta.json +13 -0
- package/data/sopranos/addresses.json +37 -0
- package/data/sopranos/characters.json +292 -0
- package/data/sopranos/meta.json +13 -0
- package/data/south-park/addresses.json +31 -0
- package/data/south-park/characters.json +372 -0
- package/data/south-park/meta.json +13 -0
- package/data/spider-man/addresses.json +31 -0
- package/data/spider-man/characters.json +219 -0
- package/data/spider-man/meta.json +13 -0
- package/data/star-wars/addresses.json +19 -0
- package/data/star-wars/characters.json +254 -0
- package/data/star-wars/meta.json +13 -0
- package/data/stranger-things/addresses.json +31 -0
- package/data/stranger-things/characters.json +226 -0
- package/data/stranger-things/meta.json +13 -0
- package/data/supernatural/addresses.json +25 -0
- package/data/supernatural/characters.json +190 -0
- package/data/supernatural/meta.json +13 -0
- package/data/the-crown/addresses.json +27 -0
- package/data/the-crown/characters.json +275 -0
- package/data/the-crown/meta.json +13 -0
- package/data/the-office/characters.json +478 -283
- package/data/the-office/meta.json +8 -1
- package/data/the-walking-dead/addresses.json +25 -0
- package/data/the-walking-dead/characters.json +186 -0
- package/data/the-walking-dead/meta.json +13 -0
- package/data/the-witcher/addresses.json +22 -0
- package/data/the-witcher/characters.json +272 -0
- package/data/the-witcher/meta.json +13 -0
- package/data/vikings/addresses.json +26 -0
- package/data/vikings/characters.json +240 -0
- package/data/vikings/meta.json +13 -0
- package/data/westworld/addresses.json +19 -0
- package/data/westworld/characters.json +161 -0
- package/data/westworld/meta.json +13 -0
- package/data/x-men/addresses.json +24 -0
- package/data/x-men/characters.json +242 -0
- package/data/x-men/meta.json +18 -0
- package/dist/browser.cjs +18 -72
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +3 -3
- package/dist/browser.d.ts +3 -3
- package/dist/browser.js +18 -72
- package/dist/browser.js.map +1 -1
- package/dist/cli/cli.cjs +41 -73
- package/dist/cli/cli.cjs.map +1 -1
- package/dist/cli/cli.js +41 -73
- package/dist/cli/cli.js.map +1 -1
- package/dist/index.cjs +41 -72
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +41 -72
- package/dist/index.js.map +1 -1
- package/dist/{universe-store-Del1UHgn.d.cts โ universe-store-CWhCn3U6.d.cts} +21 -11
- package/dist/{universe-store-Del1UHgn.d.ts โ universe-store-CWhCn3U6.d.ts} +21 -11
- package/package.json +85 -81
- package/data/breaking-bad/domains.json +0 -6
- package/data/fast-and-furious/domains.json +0 -6
- package/data/friends/domains.json +0 -6
- package/data/game-of-thrones/domains.json +0 -6
- package/data/harry-potter/domains.json +0 -6
- package/data/house-md/domains.json +0 -6
- package/data/lost/domains.json +0 -6
- package/data/matrix/domains.json +0 -6
- package/data/peaky-blinders/domains.json +0 -6
- package/data/sherlock/domains.json +0 -6
- package/data/the-office/domains.json +0 -6
|
@@ -1,149 +1,250 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
2
|
+
{
|
|
3
|
+
"id": "walter-white",
|
|
4
|
+
"firstName": "Walter",
|
|
5
|
+
"lastName": "White",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"heisenberg",
|
|
8
|
+
"blue_sky_cook",
|
|
9
|
+
"danger_knocks",
|
|
10
|
+
"say_my_name",
|
|
11
|
+
"tread_lightly"
|
|
12
|
+
],
|
|
13
|
+
"profession": "Chemistry teacher",
|
|
14
|
+
"interests": [
|
|
15
|
+
"science",
|
|
16
|
+
"cooking",
|
|
17
|
+
"family",
|
|
18
|
+
"business strategy",
|
|
19
|
+
"car washes"
|
|
20
|
+
],
|
|
21
|
+
"quotes": [
|
|
22
|
+
"I am the one who knocks.",
|
|
23
|
+
"Say my name.",
|
|
24
|
+
"I'm the danger.",
|
|
25
|
+
"I did it for me. I liked it. I was good at it. And I was really... I was alive.",
|
|
26
|
+
"Chemistry is, well technically, chemistry is the study of matter."
|
|
27
|
+
],
|
|
28
|
+
"gender": "male",
|
|
29
|
+
"birthYear": 1959,
|
|
30
|
+
"address": {
|
|
31
|
+
"street": "308 Negra Arroyo Lane",
|
|
32
|
+
"city": "Albuquerque",
|
|
33
|
+
"state": "NM",
|
|
34
|
+
"country": "US"
|
|
35
|
+
},
|
|
36
|
+
"symbol": "โข๏ธ",
|
|
37
|
+
"color": "#4c1d95",
|
|
38
|
+
"emailDomains": [
|
|
39
|
+
"heisenberg-industries.net",
|
|
40
|
+
"abq-chem.edu",
|
|
41
|
+
"new-mexico-mail.net"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "jesse-pinkman",
|
|
46
|
+
"firstName": "Jesse",
|
|
47
|
+
"lastName": "Pinkman",
|
|
48
|
+
"usernames": [
|
|
49
|
+
"capncook",
|
|
50
|
+
"yo_bitch_84",
|
|
51
|
+
"junkyard_artist",
|
|
52
|
+
"yeah_science",
|
|
53
|
+
"magnets_bitch"
|
|
54
|
+
],
|
|
55
|
+
"profession": "Drug dealer",
|
|
56
|
+
"interests": [
|
|
57
|
+
"art",
|
|
58
|
+
"cars",
|
|
59
|
+
"chemistry",
|
|
60
|
+
"video games",
|
|
61
|
+
"go-karts"
|
|
62
|
+
],
|
|
63
|
+
"quotes": [
|
|
64
|
+
"Yeah, science!",
|
|
65
|
+
"Yeah, bitch! Magnets!",
|
|
66
|
+
"Yo, Mr. White! We're gonna be okay!",
|
|
67
|
+
"I'm the bad guy.",
|
|
68
|
+
"Maybe. But some people are just... broken."
|
|
69
|
+
],
|
|
70
|
+
"gender": "male",
|
|
71
|
+
"birthYear": 1984,
|
|
72
|
+
"symbol": "๐จ",
|
|
73
|
+
"color": "#0c4a6e",
|
|
74
|
+
"emailDomains": [
|
|
75
|
+
"abq-mail.net"
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": "saul-goodman",
|
|
80
|
+
"firstName": "Saul",
|
|
81
|
+
"lastName": "Goodman",
|
|
82
|
+
"usernames": [
|
|
83
|
+
"bettercallsaul",
|
|
84
|
+
"slippin_jimmy",
|
|
85
|
+
"lawman505"
|
|
86
|
+
],
|
|
87
|
+
"profession": "Criminal lawyer",
|
|
88
|
+
"interests": [
|
|
89
|
+
"money",
|
|
90
|
+
"loopholes",
|
|
91
|
+
"self-promotion",
|
|
92
|
+
"TV commercials",
|
|
93
|
+
"billboards"
|
|
94
|
+
],
|
|
95
|
+
"quotes": [
|
|
96
|
+
"Better call Saul!",
|
|
97
|
+
"It's all good, man.",
|
|
98
|
+
"You don't want a criminal lawyer. You want a criminal lawyer.",
|
|
99
|
+
"Let's just say I know a guy who knows a guy. Sometimes I am the guy.",
|
|
100
|
+
"I fight for you, Albuquerque!"
|
|
101
|
+
],
|
|
102
|
+
"gender": "male",
|
|
103
|
+
"address": {
|
|
104
|
+
"street": "160 Juan Tabo Blvd NE",
|
|
105
|
+
"city": "Albuquerque",
|
|
106
|
+
"state": "NM",
|
|
107
|
+
"country": "US"
|
|
108
|
+
},
|
|
109
|
+
"symbol": "โ๏ธ",
|
|
110
|
+
"color": "#4a1942",
|
|
111
|
+
"emailDomains": [
|
|
112
|
+
"saul-goodman.net",
|
|
113
|
+
"abq-bar.org"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"id": "skyler-white",
|
|
118
|
+
"firstName": "Skyler",
|
|
119
|
+
"lastName": "White",
|
|
120
|
+
"usernames": [
|
|
121
|
+
"carwash_queen",
|
|
122
|
+
"sky.steele",
|
|
123
|
+
"not_afraid_now",
|
|
124
|
+
"i_fucked_ted"
|
|
125
|
+
],
|
|
126
|
+
"profession": "Accountant",
|
|
127
|
+
"interests": [
|
|
128
|
+
"writing",
|
|
129
|
+
"family",
|
|
130
|
+
"swimming",
|
|
131
|
+
"tax planning"
|
|
132
|
+
],
|
|
133
|
+
"quotes": [
|
|
134
|
+
"Walt, I'm out.",
|
|
135
|
+
"I'm so sick of being afraid.",
|
|
136
|
+
"Someone has to protect this family from the man who protects this family.",
|
|
137
|
+
"I don't know what to do.",
|
|
138
|
+
"You've lied to me, manipulated me."
|
|
139
|
+
],
|
|
140
|
+
"gender": "female",
|
|
141
|
+
"symbol": "๐ผ",
|
|
142
|
+
"color": "#134e4a",
|
|
143
|
+
"emailDomains": [
|
|
144
|
+
"abq-mail.net",
|
|
145
|
+
"car-wash-nm.com"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": "hank-schrader",
|
|
150
|
+
"firstName": "Hank",
|
|
151
|
+
"lastName": "Schrader",
|
|
152
|
+
"usernames": [
|
|
153
|
+
"asac_schrader",
|
|
154
|
+
"minerals_not_rocks",
|
|
155
|
+
"big_one_hank"
|
|
156
|
+
],
|
|
157
|
+
"profession": "DEA agent",
|
|
158
|
+
"interests": [
|
|
159
|
+
"beer brewing",
|
|
160
|
+
"mineralogy",
|
|
161
|
+
"grilling",
|
|
162
|
+
"ride-alongs"
|
|
163
|
+
],
|
|
164
|
+
"quotes": [
|
|
165
|
+
"My name is ASAC Schrader, and you can go fuck yourself.",
|
|
166
|
+
"You're the Devil. You're pure evil.",
|
|
167
|
+
"We're done. I don't know who you are. I don't even know who I'm talking to.",
|
|
168
|
+
"This is my chance to catch the big one.",
|
|
169
|
+
"Minerals, not rocks."
|
|
170
|
+
],
|
|
171
|
+
"gender": "male",
|
|
172
|
+
"symbol": "๐",
|
|
173
|
+
"color": "#3b1f0a",
|
|
174
|
+
"emailDomains": [
|
|
175
|
+
"dea.gov",
|
|
176
|
+
"abq-pd.gov"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id": "gustavo-fring",
|
|
181
|
+
"firstName": "Gustavo",
|
|
182
|
+
"lastName": "Fring",
|
|
183
|
+
"usernames": [
|
|
184
|
+
"los_pollos",
|
|
185
|
+
"plain_sight",
|
|
186
|
+
"chicken_man_abq",
|
|
187
|
+
"hide_in_plain_sight"
|
|
188
|
+
],
|
|
189
|
+
"profession": "Fast food entrepreneur",
|
|
190
|
+
"interests": [
|
|
191
|
+
"business",
|
|
192
|
+
"cooking",
|
|
193
|
+
"philanthropy",
|
|
194
|
+
"wine"
|
|
195
|
+
],
|
|
196
|
+
"quotes": [
|
|
197
|
+
"I hide in plain sight.",
|
|
198
|
+
"What does a man do, Walter? A man provides for his family.",
|
|
199
|
+
"Be careful. The next words that come out of your mouth will either save your life or end it.",
|
|
200
|
+
"I will not negotiate my product.",
|
|
201
|
+
"I was ten years building what I have."
|
|
202
|
+
],
|
|
203
|
+
"gender": "male",
|
|
204
|
+
"birthYear": 1958,
|
|
205
|
+
"address": {
|
|
206
|
+
"street": "4257 Isleta Blvd SW",
|
|
207
|
+
"city": "Albuquerque",
|
|
208
|
+
"state": "NM",
|
|
209
|
+
"country": "US"
|
|
210
|
+
},
|
|
211
|
+
"symbol": "๐",
|
|
212
|
+
"color": "#1e3a5f",
|
|
213
|
+
"emailDomains": [
|
|
214
|
+
"pollos-hermanos.net",
|
|
215
|
+
"abq-business.net"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "mike-ehrmantraut",
|
|
220
|
+
"firstName": "Mike",
|
|
221
|
+
"lastName": "Ehrmantraut",
|
|
222
|
+
"usernames": [
|
|
223
|
+
"the_cleaner",
|
|
224
|
+
"no_half_measures",
|
|
225
|
+
"fixer_philly",
|
|
226
|
+
"kaylees_pop_pop"
|
|
227
|
+
],
|
|
228
|
+
"profession": "Private investigator",
|
|
229
|
+
"interests": [
|
|
230
|
+
"security",
|
|
231
|
+
"chess",
|
|
232
|
+
"family",
|
|
233
|
+
"stakeouts"
|
|
234
|
+
],
|
|
235
|
+
"quotes": [
|
|
236
|
+
"No more half measures.",
|
|
237
|
+
"Just because you shot Jesse James, don't make you Jesse James.",
|
|
238
|
+
"I have spent my whole life trying to work my way back from a mistake I made. And I made it worse.",
|
|
239
|
+
"Everyone sounds like Meryl Streep with a gun to their head.",
|
|
240
|
+
"You talk too much."
|
|
241
|
+
],
|
|
242
|
+
"gender": "male",
|
|
243
|
+
"symbol": "๐งน",
|
|
244
|
+
"color": "#9333ea",
|
|
245
|
+
"emailDomains": [
|
|
246
|
+
"abq-mail.net",
|
|
247
|
+
"ehrmantraut-security.com"
|
|
248
|
+
]
|
|
249
|
+
}
|
|
250
|
+
]
|
|
@@ -2,5 +2,12 @@
|
|
|
2
2
|
"id": "breaking-bad",
|
|
3
3
|
"name": "Breaking Bad",
|
|
4
4
|
"genre": ["crime", "drama", "thriller"],
|
|
5
|
-
"description": "A high school chemistry teacher turned methamphetamine manufacturer navigates the criminal underworld of Albuquerque, New Mexico."
|
|
5
|
+
"description": "A high school chemistry teacher turned methamphetamine manufacturer navigates the criminal underworld of Albuquerque, New Mexico.",
|
|
6
|
+
"tmdbId": 1396,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2008,
|
|
9
|
+
"rating": 8.9,
|
|
10
|
+
"networks": ["AMC"],
|
|
11
|
+
"posterPath": "/ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg",
|
|
12
|
+
"backdropPath": "/tsRy63Mu5cu8etL1X7ZLyf7UP1M.jpg"
|
|
6
13
|
}
|