loredata 0.1.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 (67) hide show
  1. package/LICENSE +9 -0
  2. package/README.md +119 -0
  3. package/data/breaking-bad/addresses.json +37 -0
  4. package/data/breaking-bad/characters.json +120 -0
  5. package/data/breaking-bad/domains.json +6 -0
  6. package/data/breaking-bad/meta.json +4 -0
  7. package/data/fast-and-furious/addresses.json +28 -0
  8. package/data/fast-and-furious/characters.json +115 -0
  9. package/data/fast-and-furious/domains.json +6 -0
  10. package/data/fast-and-furious/meta.json +4 -0
  11. package/data/friends/addresses.json +34 -0
  12. package/data/friends/characters.json +176 -0
  13. package/data/friends/domains.json +6 -0
  14. package/data/friends/meta.json +1 -0
  15. package/data/game-of-thrones/addresses.json +37 -0
  16. package/data/game-of-thrones/characters.json +270 -0
  17. package/data/game-of-thrones/domains.json +6 -0
  18. package/data/game-of-thrones/meta.json +4 -0
  19. package/data/harry-potter/addresses.json +37 -0
  20. package/data/harry-potter/characters.json +125 -0
  21. package/data/harry-potter/domains.json +6 -0
  22. package/data/harry-potter/meta.json +4 -0
  23. package/data/house-md/addresses.json +32 -0
  24. package/data/house-md/characters.json +213 -0
  25. package/data/house-md/domains.json +6 -0
  26. package/data/house-md/meta.json +1 -0
  27. package/data/lost/addresses.json +31 -0
  28. package/data/lost/characters.json +204 -0
  29. package/data/lost/domains.json +6 -0
  30. package/data/lost/meta.json +1 -0
  31. package/data/matrix/addresses.json +6 -0
  32. package/data/matrix/characters.json +194 -0
  33. package/data/matrix/domains.json +6 -0
  34. package/data/matrix/meta.json +1 -0
  35. package/data/peaky-blinders/addresses.json +26 -0
  36. package/data/peaky-blinders/characters.json +198 -0
  37. package/data/peaky-blinders/domains.json +6 -0
  38. package/data/peaky-blinders/meta.json +1 -0
  39. package/data/sherlock/addresses.json +31 -0
  40. package/data/sherlock/characters.json +184 -0
  41. package/data/sherlock/domains.json +6 -0
  42. package/data/sherlock/meta.json +1 -0
  43. package/data/the-office/addresses.json +30 -0
  44. package/data/the-office/characters.json +244 -0
  45. package/data/the-office/domains.json +6 -0
  46. package/data/the-office/meta.json +4 -0
  47. package/dist/browser.cjs +321 -0
  48. package/dist/browser.cjs.map +1 -0
  49. package/dist/browser.d.cts +11 -0
  50. package/dist/browser.d.ts +11 -0
  51. package/dist/browser.js +288 -0
  52. package/dist/browser.js.map +1 -0
  53. package/dist/cli/cli.cjs +390 -0
  54. package/dist/cli/cli.cjs.map +1 -0
  55. package/dist/cli/cli.d.cts +1 -0
  56. package/dist/cli/cli.d.ts +1 -0
  57. package/dist/cli/cli.js +388 -0
  58. package/dist/cli/cli.js.map +1 -0
  59. package/dist/index.cjs +356 -0
  60. package/dist/index.cjs.map +1 -0
  61. package/dist/index.d.cts +26 -0
  62. package/dist/index.d.ts +26 -0
  63. package/dist/index.js +323 -0
  64. package/dist/index.js.map +1 -0
  65. package/dist/universe-store-DJrm7bP7.d.cts +98 -0
  66. package/dist/universe-store-DJrm7bP7.d.ts +98 -0
  67. package/package.json +77 -0
@@ -0,0 +1,6 @@
1
+ {
2
+ "emailDomains": ["centralperk.coffee", "nycfriends.net", "pivotmail.com", "gellernet.org"],
3
+ "phonePrefixes": ["212", "718", "646", "347"],
4
+ "phoneEasterEggs": [],
5
+ "passwordEasterEggs": ["we_were_on_a_break", "how_you_doin", "oh_my_god_janice", "pivot", "smelly_cat", "joey_doesnt_share_food", "could_i_be_more"]
6
+ }
@@ -0,0 +1 @@
1
+ {"id": "friends", "name": "Friends"}
@@ -0,0 +1,37 @@
1
+ [
2
+ {
3
+ "street": "1 Castle Black Road",
4
+ "city": "Castle Black",
5
+ "state": "The Wall",
6
+ "zip": "NW1",
7
+ "country": "Westeros"
8
+ },
9
+ {
10
+ "street": "1 Winterfell Keep",
11
+ "city": "Winterfell",
12
+ "state": "The North",
13
+ "zip": "WF1",
14
+ "country": "Westeros"
15
+ },
16
+ {
17
+ "street": "1 Red Keep Hill",
18
+ "city": "King's Landing",
19
+ "state": "Crownlands",
20
+ "zip": "KL1",
21
+ "country": "Westeros"
22
+ },
23
+ {
24
+ "street": "1 Dragon Stone Cliffs",
25
+ "city": "Dragonstone",
26
+ "state": "Blackwater Bay",
27
+ "zip": "DS1",
28
+ "country": "Westeros"
29
+ },
30
+ {
31
+ "street": "1 Eyrie Tower",
32
+ "city": "The Eyrie",
33
+ "state": "Vale of Arryn",
34
+ "zip": "VA1",
35
+ "country": "Westeros"
36
+ }
37
+ ]
@@ -0,0 +1,270 @@
1
+ [
2
+ {
3
+ "id": "jon-snow",
4
+ "firstName": "Jon",
5
+ "lastName": "Snow",
6
+ "usernames": ["lord_commander", "jon_snow", "knows_nothing"],
7
+ "profession": "Night's Watch commander",
8
+ "interests": ["swordsmanship", "honor", "direwolves"],
9
+ "quotes": [
10
+ "I don't want it.",
11
+ "The dead are coming.",
12
+ "I've seen the army of the dead. I've seen the Night King. I know what they can do.",
13
+ "We're all going to die. But at least we die together.",
14
+ "Love is the death of duty."
15
+ ],
16
+ "gender": "male",
17
+ "birthYear": 281,
18
+ "address": {"city": "Castle Black"}
19
+ },
20
+ {
21
+ "id": "daenerys-targaryen",
22
+ "firstName": "Daenerys",
23
+ "lastName": "Targaryen",
24
+ "usernames": ["khaleesi", "mother_of_dragons", "breaker_of_chains"],
25
+ "profession": "Queen of the Seven Kingdoms",
26
+ "interests": ["dragons", "liberation", "conquest"],
27
+ "quotes": [
28
+ "Dracarys.",
29
+ "I will take what is mine with fire and blood.",
30
+ "I am not your little princess. I am Daenerys Stormborn.",
31
+ "I'm not going to stop the wheel. I'm going to break the wheel.",
32
+ "They can live in my new world or they can die in their old one."
33
+ ],
34
+ "gender": "female",
35
+ "birthYear": 284,
36
+ "address": {"city": "Dragonstone"}
37
+ },
38
+ {
39
+ "id": "tyrion-lannister",
40
+ "firstName": "Tyrion",
41
+ "lastName": "Lannister",
42
+ "usernames": ["halfman", "imp_of_kings_landing", "wine_and_wisdom"],
43
+ "profession": "Hand of the King",
44
+ "interests": ["wine", "reading", "strategy"],
45
+ "quotes": [
46
+ "I drink and I know things.",
47
+ "Never forget what you are, for surely the world will not.",
48
+ "A mind needs books as a sword needs a whetstone.",
49
+ "It's not easy being drunk all the time. Everyone would do it, if it were easy.",
50
+ "A Lannister always pays his debts."
51
+ ],
52
+ "gender": "male",
53
+ "birthYear": 273,
54
+ "address": {"city": "King's Landing"}
55
+ },
56
+ {
57
+ "id": "cersei-lannister",
58
+ "firstName": "Cersei",
59
+ "lastName": "Lannister",
60
+ "usernames": ["queen_regent", "lioness_of_casterly", "power_is_power"],
61
+ "profession": "Queen Regent of the Seven Kingdoms",
62
+ "interests": ["power", "wine", "her children"],
63
+ "quotes": [
64
+ "When you play the game of thrones, you win or you die.",
65
+ "Power is power.",
66
+ "I am the queen. I don't need a reason.",
67
+ "Tears aren't a woman's only weapon. The best one's between your legs.",
68
+ "Everyone who isn't us is an enemy."
69
+ ],
70
+ "gender": "female",
71
+ "birthYear": 267,
72
+ "address": {"street": "The Red Keep", "city": "King's Landing"}
73
+ },
74
+ {
75
+ "id": "arya-stark",
76
+ "firstName": "Arya",
77
+ "lastName": "Stark",
78
+ "usernames": ["no_one", "faceless_girl", "needle_and_list"],
79
+ "profession": "No One",
80
+ "interests": ["swordsmanship", "revenge", "travel"],
81
+ "quotes": [
82
+ "Not today.",
83
+ "A girl has no name.",
84
+ "Stick them with the pointy end.",
85
+ "Leave one wolf alive and the sheep are never safe.",
86
+ "I'm going to kill the queen."
87
+ ],
88
+ "gender": "female",
89
+ "birthYear": 289,
90
+ "address": {"city": "Winterfell"}
91
+ },
92
+ {
93
+ "id": "ned-stark",
94
+ "firstName": "Eddard",
95
+ "lastName": "Stark",
96
+ "usernames": ["lord_eddard", "warden_of_the_north", "winter_is_coming"],
97
+ "profession": "Lord of Winterfell",
98
+ "interests": ["honor", "family", "justice"],
99
+ "quotes": [
100
+ "Winter is coming.",
101
+ "The man who passes the sentence should swing the sword.",
102
+ "I grew up with soldiers. I learned how to die a long time ago.",
103
+ "There must always be a Stark in Winterfell.",
104
+ "A ruler who hides behind paid executioners soon forgets what death is."
105
+ ],
106
+ "gender": "male",
107
+ "birthYear": 263,
108
+ "address": {"city": "Winterfell"}
109
+ },
110
+ {
111
+ "id": "sansa-stark",
112
+ "firstName": "Sansa",
113
+ "lastName": "Stark",
114
+ "usernames": ["lady_stark", "queen_in_the_north", "slow_learner"],
115
+ "profession": "Queen in the North",
116
+ "interests": ["politics", "needlework", "leadership"],
117
+ "quotes": [
118
+ "I am a slow learner, it's true. But I learn.",
119
+ "No need to seize the last word, Lord Baelish. I'll assume it was something clever.",
120
+ "I used to think you were the stupidest man alive. I was wrong.",
121
+ "Everyone who's ever crossed you ends up dead or worse.",
122
+ "The North remembers."
123
+ ],
124
+ "gender": "female",
125
+ "birthYear": 286,
126
+ "address": {"city": "Winterfell"}
127
+ },
128
+ {
129
+ "id": "ygritte",
130
+ "firstName": "Ygritte",
131
+ "lastName": "",
132
+ "usernames": ["kissed_by_fire", "you_know_nothing", "free_folk_forever"],
133
+ "profession": "Free Folk warrior",
134
+ "interests": ["archery", "survival", "freedom"],
135
+ "quotes": [
136
+ "You know nothing, Jon Snow.",
137
+ "We're just people who don't kneel.",
138
+ "If we die, we die. But first, we live.",
139
+ "You're mine and I'm yours. And if we die, we die.",
140
+ "Free folk don't kneel."
141
+ ],
142
+ "gender": "female",
143
+ "birthYear": 283
144
+ },
145
+ {
146
+ "id": "jaime-lannister",
147
+ "firstName": "Jaime",
148
+ "lastName": "Lannister",
149
+ "usernames": ["kingslayer", "ser_jaime", "things_i_do_for_love"],
150
+ "profession": "knight",
151
+ "interests": ["swordsmanship", "honor", "Cersei"],
152
+ "quotes": [
153
+ "There are no men like me. Only me.",
154
+ "By what right does the wolf judge the lion?",
155
+ "The things I do for love.",
156
+ "No man can make you less if you don't allow it.",
157
+ "I don't plan on knitting by the fire. I'll die in the field."
158
+ ],
159
+ "gender": "male",
160
+ "birthYear": 266,
161
+ "address": {"city": "Casterly Rock"}
162
+ },
163
+ {
164
+ "id": "bran-stark",
165
+ "firstName": "Bran",
166
+ "lastName": "Stark",
167
+ "usernames": ["three_eyed_raven", "the_broken", "i_remember_everything"],
168
+ "profession": "Three-Eyed Raven",
169
+ "interests": ["greenseeing", "history", "ravens"],
170
+ "quotes": [
171
+ "I'm not really, not anymore.",
172
+ "I remember everything.",
173
+ "I can never be Lord of Winterfell. I can never be anything, actually.",
174
+ "Everything you did brought you where you are now.",
175
+ "I don't want to be king."
176
+ ],
177
+ "gender": "male",
178
+ "birthYear": 290,
179
+ "address": {"city": "Winterfell"}
180
+ },
181
+ {
182
+ "id": "joffrey-baratheon",
183
+ "firstName": "Joffrey",
184
+ "lastName": "Baratheon",
185
+ "usernames": ["king_joffrey", "first_of_his_name", "everyone_is_mine"],
186
+ "profession": "King of the Seven Kingdoms",
187
+ "interests": ["crossbows", "cruelty", "power"],
188
+ "quotes": [
189
+ "I am the king! I will punish you.",
190
+ "Everyone is mine to torment.",
191
+ "I could have their tongues if I wanted.",
192
+ "The king can do as he likes.",
193
+ "You'll be sorry for that."
194
+ ],
195
+ "gender": "male",
196
+ "birthYear": 286,
197
+ "address": {"street": "The Red Keep", "city": "King's Landing"}
198
+ },
199
+ {
200
+ "id": "petyr-baelish",
201
+ "firstName": "Petyr",
202
+ "lastName": "Baelish",
203
+ "usernames": ["littlefinger", "master_of_coin", "chaos_is_a_ladder"],
204
+ "profession": "Master of Coin",
205
+ "interests": ["politics", "scheming", "chaos"],
206
+ "quotes": [
207
+ "Chaos isn't a pit. Chaos is a ladder.",
208
+ "Always keep your foes confused. If they are never certain who you are or what you want, they cannot know what you are like to do next.",
209
+ "Knowledge is power.",
210
+ "A man with no motive is a man no one suspects.",
211
+ "I did warn you not to trust me."
212
+ ],
213
+ "gender": "male",
214
+ "birthYear": 268,
215
+ "address": {"city": "King's Landing"}
216
+ },
217
+ {
218
+ "id": "stannis-baratheon",
219
+ "firstName": "Stannis",
220
+ "lastName": "Baratheon",
221
+ "usernames": ["the_mannis", "rightful_king", "not_a_page_in_history"],
222
+ "profession": "King of the Seven Kingdoms",
223
+ "interests": ["law", "duty", "siege warfare"],
224
+ "quotes": [
225
+ "The iron throne is mine by right.",
226
+ "I will not become a page in someone else's history book.",
227
+ "I was born to rule the Seven Kingdoms.",
228
+ "You don't have to like it. You just have to do it.",
229
+ "Good men and bad men both serve the realm."
230
+ ],
231
+ "gender": "male",
232
+ "birthYear": 264,
233
+ "address": {"city": "Dragonstone"}
234
+ },
235
+ {
236
+ "id": "melisandre",
237
+ "firstName": "Melisandre",
238
+ "lastName": "",
239
+ "usernames": ["red_woman", "priestess_of_light", "night_is_dark"],
240
+ "profession": "Red Priestess",
241
+ "interests": ["prophecy", "fire magic", "the Lord of Light"],
242
+ "quotes": [
243
+ "The night is dark and full of terrors.",
244
+ "Death by fire is the purest death.",
245
+ "I have seen the darkness in your soul.",
246
+ "The Lord of Light commands it.",
247
+ "For the night is dark and full of terrors, and only the Lord of Light can protect us."
248
+ ],
249
+ "gender": "female",
250
+ "birthYear": 240
251
+ },
252
+ {
253
+ "id": "theon-greyjoy",
254
+ "firstName": "Theon",
255
+ "lastName": "Greyjoy",
256
+ "usernames": ["reek", "prince_of_iron_islands", "what_is_dead_may_never"],
257
+ "profession": "Prince of the Iron Islands",
258
+ "interests": ["sailing", "redemption", "the Iron Islands"],
259
+ "quotes": [
260
+ "My name is Theon Greyjoy.",
261
+ "I've made my choice. I choose the Starks.",
262
+ "I always wanted to do the right thing. I just... never knew what it was.",
263
+ "What is dead may never die.",
264
+ "I'm not the one who ran away."
265
+ ],
266
+ "gender": "male",
267
+ "birthYear": 278,
268
+ "address": {"city": "Pyke"}
269
+ }
270
+ ]
@@ -0,0 +1,6 @@
1
+ {
2
+ "emailDomains": ["kingslanding.gov", "winterfell.net", "dragonstone.com", "citadel.edu"],
3
+ "phonePrefixes": ["777", "888"],
4
+ "phoneEasterEggs": ["777-555-0001", "888-555-0002"],
5
+ "passwordEasterEggs": ["winter1scoming", "youknownothing", "dracarys42", "not_today"]
6
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "id": "game-of-thrones",
3
+ "name": "Game of Thrones"
4
+ }
@@ -0,0 +1,37 @@
1
+ [
2
+ {
3
+ "street": "4 Privet Drive",
4
+ "city": "Little Whinging",
5
+ "state": "Surrey",
6
+ "zip": "GU25 4PD",
7
+ "country": "UK"
8
+ },
9
+ {
10
+ "street": "12 Grimmauld Place",
11
+ "city": "London",
12
+ "state": "England",
13
+ "zip": "N1 9GU",
14
+ "country": "UK"
15
+ },
16
+ {
17
+ "street": "The Burrow, Ottery St Catchpole",
18
+ "city": "Ottery St Catchpole",
19
+ "state": "Devon",
20
+ "zip": "EX14 1HP",
21
+ "country": "UK"
22
+ },
23
+ {
24
+ "street": "Hogwarts Castle",
25
+ "city": "Hogsmeade",
26
+ "state": "Scotland",
27
+ "zip": "PH49 4HG",
28
+ "country": "UK"
29
+ },
30
+ {
31
+ "street": "Shell Cottage, Tinworth",
32
+ "city": "Tinworth",
33
+ "state": "Cornwall",
34
+ "zip": "TR26 1RT",
35
+ "country": "UK"
36
+ }
37
+ ]
@@ -0,0 +1,125 @@
1
+ [
2
+ {
3
+ "id": "harry-potter",
4
+ "firstName": "Harry",
5
+ "lastName": "Potter",
6
+ "usernames": ["the_boy_who_lived", "chosen_one", "trouble_finds_me"],
7
+ "profession": "Auror",
8
+ "interests": ["quidditch", "defense against dark arts", "friendship"],
9
+ "quotes": [
10
+ "I don't go looking for trouble. Trouble usually finds me.",
11
+ "You're the weak one. You'll never know love or friendship. And I feel sorry for you.",
12
+ "We're all human, aren't we? Every human life is worth the same.",
13
+ "I'm not going home. Not really.",
14
+ "Dumbledore's man through and through."
15
+ ],
16
+ "gender": "male",
17
+ "birthYear": 1980,
18
+ "address": {"street": "4 Privet Drive", "city": "Little Whinging", "state": "Surrey", "country": "GB"}
19
+ },
20
+ {
21
+ "id": "hermione-granger",
22
+ "firstName": "Hermione",
23
+ "lastName": "Granger",
24
+ "usernames": ["brightest_witch", "miss_granger", "when_in_doubt_library"],
25
+ "profession": "Ministry official",
26
+ "interests": ["reading", "spells", "house elf liberation"],
27
+ "quotes": [
28
+ "It's LeviOsa, not LevioSA.",
29
+ "When in doubt, go to the library.",
30
+ "I'm going to bed before either of you come up with another clever idea to get us killed.",
31
+ "Actually, I'm highly logical which allows me to look past extraneous detail and perceive clearly that which others overlook.",
32
+ "Fear of a name only increases fear of the thing itself."
33
+ ],
34
+ "gender": "female",
35
+ "birthYear": 1979
36
+ },
37
+ {
38
+ "id": "ron-weasley",
39
+ "firstName": "Ron",
40
+ "lastName": "Weasley",
41
+ "usernames": ["won_won", "why_not_butterflies", "chess_king_gryffindor"],
42
+ "profession": "Auror",
43
+ "interests": ["chess", "quidditch", "food"],
44
+ "quotes": [
45
+ "Bloody hell.",
46
+ "Why spiders? Why couldn't it be follow the butterflies?",
47
+ "She needs to sort out her priorities.",
48
+ "I'm not as good as I thought I was.",
49
+ "One person can't feel all that at once, they'd explode."
50
+ ],
51
+ "gender": "male",
52
+ "birthYear": 1980
53
+ },
54
+ {
55
+ "id": "albus-dumbledore",
56
+ "firstName": "Albus",
57
+ "lastName": "Dumbledore",
58
+ "usernames": ["headmaster", "greatest_sorcerer", "do_not_dwell_on_dreams"],
59
+ "profession": "Headmaster of Hogwarts",
60
+ "interests": ["magic", "sweets", "knitting patterns"],
61
+ "quotes": [
62
+ "It does not do to dwell on dreams and forget to live.",
63
+ "Happiness can be found in the darkest of places, if one only remembers to turn on the light.",
64
+ "It is our choices that show what we truly are, far more than our abilities.",
65
+ "Do not pity the dead, Harry. Pity the living, and above all, those who live without love.",
66
+ "Words are, in my not so humble opinion, our most inexhaustible source of magic."
67
+ ],
68
+ "gender": "male",
69
+ "birthYear": 1881,
70
+ "address": {"street": "Hogwarts School of Witchcraft and Wizardry", "city": "Scottish Highlands", "country": "GB"}
71
+ },
72
+ {
73
+ "id": "severus-snape",
74
+ "firstName": "Severus",
75
+ "lastName": "Snape",
76
+ "usernames": ["potions_master", "half_blood_prince", "turn_to_page_394"],
77
+ "profession": "Potions professor",
78
+ "interests": ["potions", "dark arts", "occlumency"],
79
+ "quotes": [
80
+ "Always.",
81
+ "I can teach you how to bottle fame, brew glory, even stopper death.",
82
+ "You have your mother's eyes.",
83
+ "Clearly, fame isn't everything, is it, Mr. Potter?",
84
+ "Turn to page 394."
85
+ ],
86
+ "gender": "male",
87
+ "birthYear": 1960,
88
+ "address": {"street": "Spinner's End", "city": "Cokeworth", "country": "GB"}
89
+ },
90
+ {
91
+ "id": "draco-malfoy",
92
+ "firstName": "Draco",
93
+ "lastName": "Malfoy",
94
+ "usernames": ["slytherin_prince", "father_will_hear", "scared_potter"],
95
+ "profession": "Ministry official",
96
+ "interests": ["quidditch", "pureblood traditions", "dark arts"],
97
+ "quotes": [
98
+ "My father will hear about this.",
99
+ "I don't need your help, Potter.",
100
+ "Scared, Potter?",
101
+ "You're dead, Potter.",
102
+ "No one asked your opinion, you filthy little Mudblood."
103
+ ],
104
+ "gender": "male",
105
+ "birthYear": 1980,
106
+ "address": {"street": "Malfoy Manor", "city": "Wiltshire", "country": "GB"}
107
+ },
108
+ {
109
+ "id": "luna-lovegood",
110
+ "firstName": "Luna",
111
+ "lastName": "Lovegood",
112
+ "usernames": ["loony_lovegood", "nargles_watcher", "just_as_sane_as_you"],
113
+ "profession": "Magizoologist",
114
+ "interests": ["nargles", "thestrals", "the quibbler"],
115
+ "quotes": [
116
+ "Things we lose have a way of coming back to us in the end.",
117
+ "You're just as sane as I am.",
118
+ "I suspect the Nargles are behind it.",
119
+ "Being different isn't a bad thing. It means you're brave enough to be yourself.",
120
+ "The most important thing about Nargles is that they're quite hard to see."
121
+ ],
122
+ "gender": "female",
123
+ "birthYear": 1981
124
+ }
125
+ ]
@@ -0,0 +1,6 @@
1
+ {
2
+ "emailDomains": ["hogwarts.edu", "ministry.gov.uk", "diagon.com", "hogsmeade.co.uk"],
3
+ "phonePrefixes": ["020", "0131"],
4
+ "phoneEasterEggs": ["020-555-0742", "0131-555-0001"],
5
+ "passwordEasterEggs": ["alohomora!", "expelliarmus1", "mischief_managed", "always"]
6
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "id": "harry-potter",
3
+ "name": "Harry Potter"
4
+ }
@@ -0,0 +1,32 @@
1
+ [
2
+ {
3
+ "city": "Princeton",
4
+ "state": "NJ",
5
+ "country": "US"
6
+ },
7
+ {
8
+ "city": "Trenton",
9
+ "state": "NJ",
10
+ "country": "US"
11
+ },
12
+ {
13
+ "city": "Plainsboro",
14
+ "state": "NJ",
15
+ "country": "US"
16
+ },
17
+ {
18
+ "city": "New Brunswick",
19
+ "state": "NJ",
20
+ "country": "US"
21
+ },
22
+ {
23
+ "city": "Newark",
24
+ "state": "NJ",
25
+ "country": "US"
26
+ },
27
+ {
28
+ "city": "Cherry Hill",
29
+ "state": "NJ",
30
+ "country": "US"
31
+ }
32
+ ]