-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbazaara-static-types.json
More file actions
4590 lines (4590 loc) · 102 KB
/
bazaara-static-types.json
File metadata and controls
4590 lines (4590 loc) · 102 KB
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"stores": [
{
"name": "Walmart",
"locations": [
{
"address": "2200 Wheatsheaf Ln, Philadelphia, PA 19137",
"lat": 39.999069,
"lon": -75.091637
},
{
"address": "1675 S Christopher Columbus Blvd, Philadelphia, PA 19148",
"lat": 39.926331,
"lon": -75.144699
},
{
"address": "4600 Roosevelt Blvd Bldg G, Philadelphia, PA 19124",
"lat": 40.029942,
"lon": -75.102531
},
{
"address": "1000 Easton Rd Ste 200, Wyncote, PA 19095",
"lat": 40.08375549316406,
"lon": -75.16983032226562
}
]
},
{
"name": "Target",
"locations": [
{
"address": "2701 Castor Ave,Philadelphia, Pennsylvania 19134-5505",
"lat": 39.990299224853516,
"lon": -75.09071350097656
},
{
"address": "456 N 5th St, Philadelphia, PA 19123 ",
"lat": 39.9625129699707,
"lon": -75.1466293334961
},
{
"address": "2001 Pennsylvania Ave, Philadelphia, PA 19130",
"lat": 39.961368560791016,
"lon": -75.17264556884766
},
{
"address": "1900 Chestnut St, Philadelphia, PA 19103",
"lat": 39.95170211791992,
"lon": -75.1707534790039
}
]
},
{
"name": "Acme",
"locations": [
{
"address": "180 W Girard Ave, Philadelphia, PA 19123",
"lat": 39.96931,
"lon": -75.1393957
},
{
"address": "4001 Walnut St, Philadelphia, PA 19104",
"lat": 39.95438003540039,
"lon": -75.20463562011719
},
{
"address": "309 S 5th St, Philadelphia, PA 19106",
"lat": 39.944435119628906,
"lon": -75.15019989013672
},
{
"address": "1001 South St, Philadelphia, PA 19147",
"lat": 39.94260025024414,
"lon": -75.15707397460938
}
]
},
{
"name": "Shoprite",
"locations": [
{
"address": "3400 Fox St Unit A, Philadelphia, PA 19129",
"lat": 40.01775360107422,
"lon": -75.18207550048828
},
{
"address": "3745 Aramingo Ave, Philadelphia, PA 19137",
"lat": 39.997093200683594,
"lon": -75.08991241455078
},
{
"address": "1501 N Broad St, Philadelphia, PA 19122",
"lat": 39.9759635925293,
"lon": -75.15846252441406
},
{
"address": "1575 N 52nd St, Philadelphia, PA 19131",
"lat": 39.979042053222656,
"lon": -75.22560119628906
}
]
}
],
"types": [
"baking powder",
"eggs",
"all-purpose flour",
"raisins",
"milk",
"white sugar",
"sugar",
"egg yolks",
"corn starch",
"cream of tartar",
"bananas",
"vanilla wafers",
"vanilla extract",
"toasted pecans",
"egg whites",
"light rum",
"sausage links",
"fennel bulb",
"fronds",
"olive oil",
"cuban peppers",
"onions",
"meat cuts",
"file powder",
"smoked sausage",
"okra",
"shrimp",
"andouille sausage",
"water",
"paprika",
"hot sauce",
"garlic cloves",
"browning",
"lump crab meat",
"vegetable oil",
"freshly ground pepper",
"flat leaf parsley",
"boneless chicken skinless thigh",
"dried thyme",
"white rice",
"yellow onion",
"ham",
"ground black pepper",
"salt",
"sausage casings",
"leeks",
"parmigiano reggiano cheese",
"cornmeal",
"extra-virgin olive oil",
"peach slices",
"heavy cream",
"lemon juice",
"unsalted butter",
"grape juice",
"orange",
"white zinfandel",
"ground ginger",
"white pepper",
"green onions",
"orange juice",
"Sriracha",
"orange zest",
"chicken broth",
"sesame seeds",
"boneless skinless chicken breasts",
"white vinegar",
"soy sauce",
"large eggs",
"garlic",
"diced onions",
"taco seasoning mix",
"chopped cilantro fresh",
"ground cumin",
"ground cinnamon",
"bittersweet chocolate",
"chopped garlic",
"hot chili powder",
"boneless skinless chicken breast halves",
"shredded Monterey Jack cheese",
"Anaheim chile",
"cream cheese",
"dried oregano",
"cherries",
"dates",
"dark muscovado sugar",
"mixed spice",
"cake",
"self raising flour",
"sultana",
"rum",
"prunes",
"glace cherries",
"butter",
"port",
"pasta",
"crushed red pepper",
"cherry tomatoes",
"basil",
"ear of corn",
"mozzarella cheese",
"zucchini",
"yellow squash",
"ground sumac",
"ground lamb",
"grated parmesan cheese",
"tomato paste",
"red wine",
"feta cheese crumbles",
"penne",
"dried mint flakes",
"cayenne pepper",
"curry powder",
"chicken wings",
"chopped onion",
"large garlic cloves",
"plain yogurt",
"marinara sauce",
"dried basil",
"chicken fingers",
"parmesan cheese",
"custard powder",
"margarine",
"self rising flour",
"vegetable oil cooking spray",
"apricot nectar",
"papaya",
"french bread",
"fresh lime juice",
"skim milk",
"dried apricot",
"brie cheese",
"brown sugar",
"honey",
"vanilla ice cream",
"banana liqueur",
"pineapple juice",
"chocolate syrup",
"whipped cream",
"coffee liqueur",
"molasses",
"baked beans",
"Grey Poupon Dijon Mustard",
"bacon",
"chopped green chilies",
"sour cream",
"cheddar cheese",
"ripe olives",
"grated jack cheese",
"cold water",
"chicken drumsticks",
"chicken thighs",
"chicken seasoning mix",
"buttermilk",
"bean threads",
"suet",
"fresh shiitake mushrooms",
"firm tofu",
"japanese greens",
"mirin",
"napa cabbage",
"scallions",
"enokitake",
"beef tenderloin",
"ground turmeric",
"long-grain rice",
"kosher salt",
"bay leaves",
"brown lentils",
"parsnips",
"sherry vinegar",
"baking potatoes",
"shallots",
"carrots",
"fat free less sodium chicken broth",
"chopped celery",
"herbs",
"nuoc cham",
"mung bean sprouts",
"lettuce leaves",
"rice flour",
"arborio rice",
"dry white wine",
"brown butter",
"vegetable stock",
"smoked paprika",
"nutmeg",
"pepper",
"sweet potatoes",
"chopped fresh herbs",
"granny smith apples",
"apple cider",
"clove",
"ground nutmeg",
"turkey",
"low salt chicken broth",
"apple cider vinegar",
"fish sauce",
"jalapeno chilies",
"lemongrass",
"hot water",
"mint",
"lime",
"ginger",
"coriander",
"serrano peppers",
"baking soda",
"rice vinegar",
"fine sea salt",
"toasted sesame seeds",
"fresh ginger",
"tamari soy sauce",
"oil",
"large egg whites",
"crushed red pepper flakes",
"apple juice",
"toasted sesame oil",
"figs",
"cracked black pepper",
"mint leaves",
"prosciutto",
"cheese sauce",
"macaroni and cheese dinner",
"shredded sharp cheddar cheese",
"serrano chile",
"tomatillos",
"avocado",
"white onion",
"cilantro leaves",
"asian eggplants",
"basil leaves",
"fresh coriander",
"roast",
"sauce",
"lime leaves",
"chicken stock",
"green chilies",
"fresh pineapple",
"cooking oil",
"red curry paste",
"coconut milk",
"dulce de leche",
"pumpkin seeds",
"food colouring",
"wafer",
"sea salt",
"nori",
"hard-boiled egg",
"edamame",
"brown rice",
"green tea",
"shrimp tails",
"coarse salt",
"ground cayenne pepper",
"minute rice",
"ground pepper",
"green bell pepper",
"diced tomatoes",
"chili powder",
"fresh dill",
"beef stew meat",
"bay leaf",
"savoy cabbage",
"black pepper",
"beets",
"coarse kosher salt",
"canola oil",
"starchy potatoes",
"beef broth",
"red wine vinegar",
"celery",
"allspice",
"cumin seed",
"potatoes",
"garam masala",
"ghee",
"wonton wrappers",
"crushed garlic",
"chicken",
"celery salt",
"chopped parsley",
"fresh thyme leaves",
"celery ribs",
"rice",
"medium shrimp",
"red pepper",
"turkey carcass",
"bell pepper",
"parsley",
"flour",
"light brown sugar",
"broccoli florets",
"round steaks",
"long grain white rice",
"red bell pepper",
"blue cheese",
"red kidney beans",
"coriander seeds",
"red chili powder",
"ground oregano",
"tomatoes",
"chuck roast",
"purple onion",
"chipotle chile powder",
"lime juice",
"thyme",
"capers",
"albacore tuna in water",
"anchovy fillets",
"arugula",
"fresh lemon juice",
"canola mayonnaise",
"green pepper",
"roast beef",
"beef stock",
"roasted tomatoes",
"fresh basil",
"mushrooms",
"saffron threads",
"pimento stuffed green olives",
"hot spanish paprika",
"large shrimp",
"chili pepper flakes",
"warm water",
"active dry yeast",
"curry",
"tumeric",
"ground beef",
"bread crumbs",
"snappers",
"bawang goreng",
"taro",
"beansprouts",
"tamarind juice",
"pineapple",
"jasmine rice",
"sesame oil",
"frozen peas",
"polenta",
"chicken breast halves",
"oil cured olives",
"cooking spray",
"plum tomatoes",
"long beans",
"pork belly",
"dried shrimp",
"cilantro root",
"green beans",
"green peppercorns",
"chiles",
"palm sugar",
"thai chile",
"galangal",
"kaffir lime leaves",
"krachai",
"mango",
"mayonaise",
"roasted cashews",
"seedless red grapes",
"eggplant",
"balsamic vinegar",
"romano cheese",
"part-skim mozzarella cheese",
"lasagna noodles, cooked and drained",
"fat free cream cheese",
"1% low-fat cottage cheese",
"tomato basil sauce",
"dark soy sauce",
"regular soy sauce",
"bean sauce",
"minced ginger",
"szechwan peppercorns",
"extra firm tofu",
"dried shiitake mushrooms",
"medium firm tofu",
"dry yeast",
"dashi",
"tangerine",
"shoyu",
"light soy sauce",
"dried fish flakes",
"salmon fillets",
"fermented black beans",
"low sodium soy sauce",
"minced garlic",
"rice wine",
"peeled fresh ginger",
"onion tops",
"diced tomatoes in juice",
"cooked chicken",
"hot pepper sauce",
"ground thyme",
"whipping cream",
"powdered sugar",
"semisweet chocolate",
"large egg yolks",
"slivered almonds",
"whole milk",
"masa harina",
"vegetable oil spray",
"corn kernels",
"non-fat sour cream",
"corn tortillas",
"2% reduced-fat milk",
"poblano chiles",
"ampalaya",
"luke warm water",
"radishes",
"red chili peppers",
"pears",
"salsa",
"taco seasoning",
"chickpeas",
"vegetable broth",
"spring roll wrappers",
"Velveeta",
"cilantro",
"roasted peanuts",
"garlic chili sauce",
"ketchup",
"fresh parsley",
"crushed tomatoes",
"canned low sodium chicken broth",
"light cream",
"shredded mozzarella cheese",
"fat free beef broth",
"dried porcini mushrooms",
"fresh thyme",
"beaujolais",
"dried chickpeas",
"lemon",
"ground coriander",
"chat masala",
"amchur",
"cayenne",
"sundried tomato paste",
"thai basil",
"king prawns",
"tapioca starch",
"cornflour",
"flaked coconut",
"cream",
"cinnamon",
"cashew nuts",
"tandoori spices",
"cardamom",
"sake",
"sea scallops",
"button mushrooms",
"worcestershire sauce",
"reduced sodium soy sauce",
"asafoetida",
"moong dal",
"curry leaves",
"mushroom caps",
"jicama",
"colby jack cheese",
"yellow corn meal",
"ground pecans",
"chicken breast tenders",
"cajun seasoning",
"english cucumber",
"leg of lamb",
"greek style plain yogurt",
"marjoram",
"pita bread",
"dill",
"Shaoxing wine",
"oyster sauce",
"green peas",
"skinless chicken pieces",
"squid",
"saffron",
"mussels",
"kalamata",
"white italian tuna in olive oil",
"Italian bread",
"watercress",
"rolls",
"cannellini beans",
"Gochujang base",
"fresh spinach",
"daikon",
"cucumber",
"roasted sesame seeds",
"lean ground pork",
"shells",
"caster sugar",
"double cream",
"raspberry jam",
"vidalia onion",
"Nu-Salt Salt Substitute",
"whole wheat breadcrumbs",
"fresh mint",
"tzatziki",
"cooked quinoa",
"baby spinach",
"greek yogurt",
"Country Crock® Spread",
"panko breadcrumbs",
"cooked white rice",
"muscovado sugar",
"pork steaks",
"tomato purée",
"chinese five-spice powder",
"cabbage",
"Madras curry powder",
"pizza sauce",
"sausages",
"goat cheese",
"fresh oregano",
"pizza shells",
"shredded cheddar cheese",
"large flour tortillas",
"fresh tomatoes",
"shredded cabbage",
"stir fry noodles",
"vegetables",
"cumin",
"montreal steak seasoning",
"fat-free buttermilk",
"cube steaks",
"rotelle",
"fresh parsley leaves",
"grated lemon zest",
"pesto",
"dried pasta",
"pinenuts",
"freshly grated parmesan",
"toasted pine nuts",
"chillies",
"shortening",
"ground white pepper",
"finely chopped onion",
"grated nutmeg",
"peanut butter",
"cream cheese, soften",
"bluefish",
"reduced fat reduced sodium cream of mushroom soup",
"chopped tomatoes",
"reduced fat reduced sodium condensed cream of chicken soup",
"portabello mushroom",
"pastry",
"salt and ground black pepper",
"frozen mixed thawed vegetables,",
"cannelloni",
"crème fraîche",
"fresh leav spinach",
"dry red wine",
"lemon zest",
"ricotta cheese",
"gingerroot",
"beef rib short",
"teriyaki sauce",
"garlic powder",
"butter oil",
"chicken tenderloin",
"corn",
"shredded pepper jack cheese",
"roasted red peppers",
"italian sausage",
"ziti",
"vinegar",
"black beans",
"ham hock",
"cider vinegar",
"dry mustard",
"basil dried leaves",
"Pillsbury™ Refrigerated Crescent Dinner Rolls",
"tomato sauce",
"shredded Italian cheese",
"sliced almonds",
"peanut oil",
"mexican chocolate",
"pasilla chiles",
"flour tortillas",
"orange peel",
"cauliflower",
"green bell pepper, slice",
"yellow curry paste",
"fresh green bean",
"rotisserie chicken",
"lamb stew meat",
"ground cardamom",
"feta cheese",
"cottage cheese",
"spaghetti",
"red pepper flakes",
"beef",
"stewed tomatoes",
"soft goat's cheese",
"chanterelle",
"frozen pastry puff sheets",
"7 Up",
"peppercorns",
"black-eyed peas",
"chopped cooked ham",
"rice paper",
"spring onions",
"chicken breasts",
"vermicelli noodles",
"rapini",
"pecorino romano cheese",
"pancetta",
"fettucine",
"ground turkey",
"key lime",
"ground pork",
"bird chile",
"chinese cabbage",
"sliced green onions",
"corned beef",
"caraway seeds",
"swiss cheese",
"nonfat thousand island dressing",
"green cabbage",
"apples",
"plain flour",
"granulated sugar",
"fresh cilantro",
"pimento stuffed olives",
"boned lamb shoulder",
"golden raisins",
"unsweetened cocoa powder",
"instant yeast",
"raw sugar",
"confectioners sugar",
"fennel seeds",
"flour for dusting",
"guacamole",
"turkey breast cutlets",
"seltzer water",
"white rum",
"triple sec",
"whiskey",
"tortilla chips",
"greens",
"citrus",
"dressing",
"Italian parsley leaves",
"fresh parmesan cheese",
"gluten-free spaghetti",
"lower sodium chicken broth",
"gluten",
"ground round",
"pico de gallo",
"monterey jack",
"tortillas",
"vegetable juice cocktail",
"tapioca flour",
"stew meat",
"meat",
"chinese rice wine",
"reduced fat chunky peanut butter",
"unsalted dry roast peanuts",
"soba",
"pepper sauce",
"vegetable shortening",
"chees fresh mozzarella",
"fresh rosemary",
"chicken cutlets",
"country style italian bread",
"natural pistachios",
"dried tart cherries",
"cake flour",
"seasoning",
"andouille sausage links",
"beer",
"creole mustard",
"shrimp and crab boil seasoning",
"cooked shrimp",
"red potato",
"creole seasoning",
"parboiled rice",
"chopped green bell pepper",
"red beans",
"rotini",
"melon liqueur",
"vodka",
"liqueur",
"scallion greens",
"boiling water",
"calamari",
"pitted kalamata olives",
"hot red pepper flakes",
"beans",
"sweet rice flour",
"salad oil",
"red miso",
"shredded nori",
"Mexican cheese blend",
"white wine",
"coconut",
"mustard seeds",
"low-fat sweetened condensed milk",
"almond extract",
"reduced fat milk",
"ice",
"frozen limeade concentrate",
"cointreau",
"tequila",
"dark brown sugar",
"frosting",
"white cake mix",
"margarita mix",
"grate lime peel",
"grated lemon peel",
"brandy",
"ground allspice",
"ground cloves",
"chopped walnuts",
"vanilla",
"champagne",
"vanilla beans",
"rose water",
"citron",
"black tea",
"seasoning salt",
"low-fat yogurt",
"yukon gold potatoes",
"crushed ice",
"syrup",
"bourbon whiskey",
"white bread",
"quickcooking grits",
"half & half",
"bacon slices",
"chopped fresh mint",
"artichokes",
"white wine vinegar",
"baguette",
"chopped fresh thyme",
"chopped fresh sage",
"lettuce",
"peanuts",
"creamy peanut butter",
"hoisin sauce",
"dipping sauces",
"grated carrot",
"lime zest",
"rice noodles",
"oregano",
"shoulder roast",
"chipotle peppers",
"whole cloves",
"lemon grass",
"coconut cream",
"Thai red curry paste",
"dijon mustard",
"sourdough bread",
"romaine lettuce",
"cocktail sauce",
"oysters",
"pasta sauce",
"taco shells",
"italian seasoning",
"unsweetened coconut milk",
"lobster",
"fish",
"asian",
"lime rind",
"parsley leaves",
"yellow bell pepper",
"chocolate frosting",
"chopped pecans",
"mini marshmallows",
"chocolate baking bar",
"cognac",
"coffee",
"cinnamon sticks",
"Grand Marnier",
"cooking wine",
"deveined shrimp",
"asafetida",
"fresh curry leaves",
"black mustard seeds",
"red lentils",
"tamarind paste",
"basmati rice",
"hungarian sweet paprika",
"refried beans",
"fajita seasoning mix",
"lean ground beef",
"enchilada sauce",
"prepared lasagne",
"frozen spinach",
"broth",
"pork shoulder",
"chopped cilantro",
"olives",
"masa",
"lime wedges",
"lemon wedge",
"lamb loin chops",
"marshmallows",
"evaporated milk",
"rolled oats",
"pitted olives",
"tri color pasta twists, cooked and drained",
"creamed coconut",
"almonds",
"chicken thigh fillets",
"black peppercorns",
"white poppy seeds",
"cassia cinnamon",
"gram flour",
"Italian seasoned breadcrumbs",
"fresh basil leaves",
"sweet italian sausage",
"lasagna noodles",
"dried rice noodles",
"mahi mahi",
"fish stock",
"palm oil",
"frozen corn kernels",
"cilantro sprigs",
"golden delicious apples",
"fresh raspberries",
"green curry paste",
"low sodium chicken broth",
"sole fillet",
"grated orange",
"fresh orange juice",
"fresh cranberries",
"instant rice",
"dal",
"chili pepper",
"pork",
"ice water",
"ground sage",
"thyme leaves",
"barbecue seasoning",
"free-range chickens",
"short-grain rice",
"spring chicken",
"sweetened condensed milk",
"crumbled goat cheese",
"chile powder",
"unsweetened chocolate",
"golden brown sugar",
"milk chocolate chips",
"rigatoni",
"sun-dried tomatoes in oil",
"rouget",
"haricots verts",
"jalape",
"bamboo shoots",
"dried black mushrooms",
"lily flowers",
"melted butter",
"dry bread crumbs",
"turkey breast",
"olive oil flavored cooking spray",
"dry vermouth",
"veal stock",
"toasted almonds",
"refrigerated pizza dough",
"pepperoni slices",
"low sodium tomato paste",
"whole milk yoghurt",
"ground tumeric",
"sharp cheddar cheese",
"stock",
"whole wheat tortillas",
"cooked rice",
"condiments",
"cotija",
"pork shoulder butt",
"pinto beans",
"bow-tie pasta",
"fresh mozzarella",
"prepar pesto",
"Johnsonville Mild Italian Sausage Links",
"skinless chicken breasts",
"pak choi",
"prawns",
"thai green curry paste",
"gin",
"seltzer",
"ice cubes",
"orange flower water",
"white vermouth",
"wild mushrooms",
"crema mexican",
"ricotta salata",
"chicken meat",
"iceberg lettuce",
"seeds",
"small red potato",
"unflavored gelatin",
"tilapia fillets",
"sliced mushrooms",
"fresh oregano leaves",
"anise extract",
"anise seed",
"dry rub",
"salad dressing",