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.
Files changed (110) hide show
  1. package/README.md +126 -65
  2. package/data/avengers/addresses.json +27 -0
  3. package/data/avengers/characters.json +305 -0
  4. package/data/avengers/meta.json +13 -0
  5. package/data/better-call-saul/addresses.json +37 -0
  6. package/data/better-call-saul/characters.json +268 -0
  7. package/data/better-call-saul/meta.json +13 -0
  8. package/data/big-bang-theory/addresses.json +31 -0
  9. package/data/big-bang-theory/characters.json +198 -0
  10. package/data/big-bang-theory/meta.json +13 -0
  11. package/data/breaking-bad/characters.json +249 -148
  12. package/data/breaking-bad/meta.json +8 -1
  13. package/data/fast-and-furious/addresses.json +1 -2
  14. package/data/fast-and-furious/characters.json +226 -133
  15. package/data/fast-and-furious/meta.json +13 -1
  16. package/data/friends/characters.json +402 -281
  17. package/data/friends/meta.json +8 -1
  18. package/data/game-of-thrones/addresses.json +6 -22
  19. package/data/game-of-thrones/characters.json +507 -299
  20. package/data/game-of-thrones/meta.json +8 -1
  21. package/data/guardians-of-the-galaxy/addresses.json +17 -0
  22. package/data/guardians-of-the-galaxy/characters.json +226 -0
  23. package/data/guardians-of-the-galaxy/meta.json +13 -0
  24. package/data/harry-potter/addresses.json +6 -11
  25. package/data/harry-potter/characters.json +239 -147
  26. package/data/harry-potter/meta.json +8 -1
  27. package/data/house-md/characters.json +184 -52
  28. package/data/house-md/meta.json +8 -1
  29. package/data/lost/characters.json +420 -299
  30. package/data/lost/meta.json +8 -1
  31. package/data/matrix/characters.json +144 -34
  32. package/data/matrix/meta.json +13 -1
  33. package/data/peaky-blinders/characters.json +191 -37
  34. package/data/peaky-blinders/meta.json +8 -1
  35. package/data/prison-break/addresses.json +24 -0
  36. package/data/prison-break/characters.json +188 -0
  37. package/data/prison-break/meta.json +13 -0
  38. package/data/sherlock/characters.json +369 -263
  39. package/data/sherlock/meta.json +8 -1
  40. package/data/simpsons/addresses.json +21 -0
  41. package/data/simpsons/characters.json +383 -0
  42. package/data/simpsons/meta.json +13 -0
  43. package/data/sopranos/addresses.json +37 -0
  44. package/data/sopranos/characters.json +292 -0
  45. package/data/sopranos/meta.json +13 -0
  46. package/data/south-park/addresses.json +31 -0
  47. package/data/south-park/characters.json +372 -0
  48. package/data/south-park/meta.json +13 -0
  49. package/data/spider-man/addresses.json +31 -0
  50. package/data/spider-man/characters.json +219 -0
  51. package/data/spider-man/meta.json +13 -0
  52. package/data/star-wars/addresses.json +19 -0
  53. package/data/star-wars/characters.json +254 -0
  54. package/data/star-wars/meta.json +13 -0
  55. package/data/stranger-things/addresses.json +31 -0
  56. package/data/stranger-things/characters.json +226 -0
  57. package/data/stranger-things/meta.json +13 -0
  58. package/data/supernatural/addresses.json +25 -0
  59. package/data/supernatural/characters.json +190 -0
  60. package/data/supernatural/meta.json +13 -0
  61. package/data/the-crown/addresses.json +27 -0
  62. package/data/the-crown/characters.json +275 -0
  63. package/data/the-crown/meta.json +13 -0
  64. package/data/the-office/characters.json +478 -283
  65. package/data/the-office/meta.json +8 -1
  66. package/data/the-walking-dead/addresses.json +25 -0
  67. package/data/the-walking-dead/characters.json +186 -0
  68. package/data/the-walking-dead/meta.json +13 -0
  69. package/data/the-witcher/addresses.json +22 -0
  70. package/data/the-witcher/characters.json +272 -0
  71. package/data/the-witcher/meta.json +13 -0
  72. package/data/vikings/addresses.json +26 -0
  73. package/data/vikings/characters.json +240 -0
  74. package/data/vikings/meta.json +13 -0
  75. package/data/westworld/addresses.json +19 -0
  76. package/data/westworld/characters.json +161 -0
  77. package/data/westworld/meta.json +13 -0
  78. package/data/x-men/addresses.json +24 -0
  79. package/data/x-men/characters.json +242 -0
  80. package/data/x-men/meta.json +18 -0
  81. package/dist/browser.cjs +18 -72
  82. package/dist/browser.cjs.map +1 -1
  83. package/dist/browser.d.cts +3 -3
  84. package/dist/browser.d.ts +3 -3
  85. package/dist/browser.js +18 -72
  86. package/dist/browser.js.map +1 -1
  87. package/dist/cli/cli.cjs +41 -73
  88. package/dist/cli/cli.cjs.map +1 -1
  89. package/dist/cli/cli.js +41 -73
  90. package/dist/cli/cli.js.map +1 -1
  91. package/dist/index.cjs +41 -72
  92. package/dist/index.cjs.map +1 -1
  93. package/dist/index.d.cts +5 -4
  94. package/dist/index.d.ts +5 -4
  95. package/dist/index.js +41 -72
  96. package/dist/index.js.map +1 -1
  97. package/dist/{universe-store-Del1UHgn.d.cts โ†’ universe-store-CWhCn3U6.d.cts} +21 -11
  98. package/dist/{universe-store-Del1UHgn.d.ts โ†’ universe-store-CWhCn3U6.d.ts} +21 -11
  99. package/package.json +85 -81
  100. package/data/breaking-bad/domains.json +0 -6
  101. package/data/fast-and-furious/domains.json +0 -6
  102. package/data/friends/domains.json +0 -6
  103. package/data/game-of-thrones/domains.json +0 -6
  104. package/data/harry-potter/domains.json +0 -6
  105. package/data/house-md/domains.json +0 -6
  106. package/data/lost/domains.json +0 -6
  107. package/data/matrix/domains.json +0 -6
  108. package/data/peaky-blinders/domains.json +0 -6
  109. package/data/sherlock/domains.json +0 -6
  110. package/data/the-office/domains.json +0 -6
@@ -1,149 +1,250 @@
1
1
  [
2
- {
3
- "id": "walter-white",
4
- "firstName": "Walter",
5
- "lastName": "White",
6
- "usernames": ["heisenberg", "blue_sky_cook", "danger_knocks"],
7
- "profession": "chemistry teacher",
8
- "interests": ["chemistry", "cooking", "family"],
9
- "quotes": [
10
- "I am the one who knocks.",
11
- "Say my name.",
12
- "I'm the danger.",
13
- "I did it for me. I liked it. I was good at it. And I was really... I was alive.",
14
- "Chemistry is, well technically, chemistry is the study of matter."
15
- ],
16
- "gender": "male",
17
- "birthYear": 1959,
18
- "address": {
19
- "street": "308 Negra Arroyo Lane",
20
- "city": "Albuquerque",
21
- "state": "NM",
22
- "country": "US"
23
- },
24
- "symbol": "โ˜ข๏ธ",
25
- "color": "#4c1d95"
26
- },
27
- {
28
- "id": "jesse-pinkman",
29
- "firstName": "Jesse",
30
- "lastName": "Pinkman",
31
- "usernames": ["capncook", "yo_bitch_84", "junkyard_artist"],
32
- "profession": "drug dealer",
33
- "interests": ["art", "cars", "chemistry", "video games"],
34
- "quotes": [
35
- "Yeah, science!",
36
- "Yeah, bitch! Magnets!",
37
- "Yo, Mr. White! We're gonna be okay!",
38
- "I'm the bad guy.",
39
- "Maybe. But some people are just... broken."
40
- ],
41
- "gender": "male",
42
- "birthYear": 1984,
43
- "symbol": "๐ŸŽจ",
44
- "color": "#0c4a6e"
45
- },
46
- {
47
- "id": "saul-goodman",
48
- "firstName": "Saul",
49
- "lastName": "Goodman",
50
- "usernames": ["bettercallsaul", "slippin_jimmy", "lawman505"],
51
- "profession": "criminal lawyer",
52
- "interests": ["law", "money", "loopholes", "self-promotion"],
53
- "quotes": [
54
- "Better call Saul!",
55
- "It's all good, man.",
56
- "You don't want a criminal lawyer. You want a criminal lawyer.",
57
- "Let's just say I know a guy who knows a guy. Sometimes I am the guy.",
58
- "I fight for you, Albuquerque!"
59
- ],
60
- "gender": "male",
61
- "address": {
62
- "street": "160 Juan Tabo Blvd NE",
63
- "city": "Albuquerque",
64
- "state": "NM",
65
- "country": "US"
66
- },
67
- "symbol": "โš–๏ธ",
68
- "color": "#4a1942"
69
- },
70
- {
71
- "id": "skyler-white",
72
- "firstName": "Skyler",
73
- "lastName": "White",
74
- "usernames": ["carwash_queen", "sky.steele", "not_afraid_now"],
75
- "profession": "accountant",
76
- "interests": ["bookkeeping", "family", "swimming"],
77
- "quotes": [
78
- "Walt, I'm out.",
79
- "I'm so sick of being afraid.",
80
- "Someone has to protect this family from the man who protects this family.",
81
- "I don't know what to do.",
82
- "You've lied to me, manipulated me."
83
- ],
84
- "gender": "female",
85
- "symbol": "๐Ÿ’ผ",
86
- "color": "#134e4a"
87
- },
88
- {
89
- "id": "hank-schrader",
90
- "firstName": "Hank",
91
- "lastName": "Schrader",
92
- "usernames": ["asac_schrader", "minerals_not_rocks", "big_one_hank"],
93
- "profession": "DEA agent",
94
- "interests": ["beer brewing", "mineralogy", "law enforcement"],
95
- "quotes": [
96
- "My name is ASAC Schrader, and you can go fuck yourself.",
97
- "You're the Devil. You're pure evil.",
98
- "We're done. I don't know who you are. I don't even know who I'm talking to.",
99
- "This is my chance to catch the big one.",
100
- "Minerals, not rocks."
101
- ],
102
- "gender": "male",
103
- "symbol": "๐Ÿ”",
104
- "color": "#3b1f0a"
105
- },
106
- {
107
- "id": "gustavo-fring",
108
- "firstName": "Gustavo",
109
- "lastName": "Fring",
110
- "usernames": ["los_pollos", "plain_sight", "chicken_man_abq"],
111
- "profession": "fast food entrepreneur",
112
- "interests": ["business", "cooking", "philanthropy"],
113
- "quotes": [
114
- "I hide in plain sight.",
115
- "What does a man do, Walter? A man provides for his family.",
116
- "Be careful. The next words that come out of your mouth will either save your life or end it.",
117
- "I will not negotiate my product.",
118
- "I was ten years building what I have."
119
- ],
120
- "gender": "male",
121
- "birthYear": 1958,
122
- "address": {
123
- "street": "4257 Isleta Blvd SW",
124
- "city": "Albuquerque",
125
- "state": "NM",
126
- "country": "US"
127
- },
128
- "symbol": "๐Ÿ—",
129
- "color": "#1e3a5f"
130
- },
131
- {
132
- "id": "mike-ehrmantraut",
133
- "firstName": "Mike",
134
- "lastName": "Ehrmantraut",
135
- "usernames": ["the_cleaner", "no_half_measures", "fixer_philly"],
136
- "profession": "private investigator",
137
- "interests": ["security", "chess", "family"],
138
- "quotes": [
139
- "No more half measures.",
140
- "Just because you shot Jesse James, don't make you Jesse James.",
141
- "I have spent my whole life trying to work my way back from a mistake I made. And I made it worse.",
142
- "Everyone sounds like Meryl Streep with a gun to their head.",
143
- "You talk too much."
144
- ],
145
- "gender": "male",
146
- "symbol": "๐Ÿงน",
147
- "color": "#9333ea"
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
  }
@@ -7,7 +7,6 @@
7
7
  "country": "US"
8
8
  },
9
9
  {
10
- "street": "Toretto's Market & Service",
11
10
  "city": "Los Angeles",
12
11
  "state": "CA",
13
12
  "country": "US"
@@ -25,4 +24,4 @@
25
24
  "city": "London",
26
25
  "country": "GB"
27
26
  }
28
- ]
27
+ ]