tpmkms 8.0.0-beta.42 → 8.0.0-beta.43
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/common/animals.js +17 -20
- package/common/articles.js +6 -11
- package/common/avatar.js +5 -9
- package/common/characters.js +22 -26
- package/common/colors.instance.json +28 -0
- package/common/colors.js +4 -8
- package/common/comparable.js +5 -9
- package/common/concept.js +120 -124
- package/common/countable.js +5 -9
- package/common/crew.js +36 -41
- package/common/currency.js +25 -43
- package/common/dialogues.js +46 -49
- package/common/dimension.instance.json +8 -8
- package/common/dimension.js +7 -13
- package/common/edible.instance.json +112 -0
- package/common/edible.js +3 -8
- package/common/emotions.js +35 -38
- package/common/evaluate.js +5 -11
- package/common/events.js +6 -10
- package/common/fastfood.instance.json +401 -317
- package/common/fastfood.js +53 -63
- package/common/formulas.instance.json +10 -10
- package/common/formulas.js +7 -14
- package/common/gdefaults.js +8 -10
- package/common/help.js +7 -12
- package/common/hierarchy.js +8 -12
- package/common/javascript.js +7 -14
- package/common/kirk.js +5 -8
- package/common/length.js +4 -8
- package/common/listener.js +5 -11
- package/common/math.instance.json +16 -16
- package/common/math.js +6 -10
- package/common/meta.js +5 -22
- package/common/nameable.js +6 -13
- package/common/negation.js +5 -5
- package/common/numbers.js +5 -9
- package/common/ordering.instance.json +68 -0
- package/common/ordering.js +80 -86
- package/common/people.js +8 -12
- package/common/percentages.js +5 -9
- package/common/pipboy.instance.json +84 -28
- package/common/pipboy.js +7 -15
- package/common/pokemon.js +7 -20
- package/common/pos.js +4 -5
- package/common/pressure.js +4 -8
- package/common/properties.js +6 -12
- package/common/punctuation.js +5 -5
- package/common/reports.instance.json +1 -1
- package/common/reports.js +9 -14
- package/common/scorekeeper.js +8 -12
- package/common/sdefaults.js +4 -5
- package/common/sizeable.js +5 -9
- package/common/spock.js +5 -8
- package/common/stgame.js +18 -23
- package/common/stm.js +9 -15
- package/common/tell.js +9 -13
- package/common/temperature.instance.json +0 -112
- package/common/temperature.js +4 -8
- package/common/tester.js +1 -1
- package/common/testing.js +5 -9
- package/common/time.js +18 -23
- package/common/tokenize.js +4 -5
- package/common/ui.js +6 -12
- package/common/weight.js +4 -8
- package/common/yesno.js +5 -5
- package/package.json +2 -2
@@ -203,7 +203,7 @@
|
|
203
203
|
"natural cut modifies fries",
|
204
204
|
"hamburgers, cheeseburgers, crispy chicken and nuggets are kids meals",
|
205
205
|
{
|
206
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
206
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
207
207
|
"operators": [
|
208
208
|
"((meal/* && context.comboNumber == undefined) [comboMeal] (combo/*))",
|
209
209
|
"((combo/*) [comboNumber] (number/* || numberNumberCombo/*))",
|
@@ -665,7 +665,7 @@
|
|
665
665
|
],
|
666
666
|
"generators": [
|
667
667
|
{
|
668
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
668
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
669
669
|
"match": "({context}) => false && context.marker == 'combo' && context.comboNumber",
|
670
670
|
"apply": "async ({context, g}) => await g(context.comboNumber)"
|
671
671
|
}
|
@@ -896,12 +896,12 @@
|
|
896
896
|
"apply": "async ({context, s}) => await s({...context, flatten: true})"
|
897
897
|
},
|
898
898
|
{
|
899
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
899
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
900
900
|
"match": "({context, api}) => context.marker == 'controlEnd' && api.hasAskedForButNotAvailable()",
|
901
901
|
"apply": "async ({context, api, gp, toContext, verbatim}) => {\n const naArray = api.getAskedForButNotAvailable()\n naArray.forEach((f) => f.paraphrase = true)\n const naContext = toContext(naArray)\n verbatim(`The following are not menu items: ${await gp(naContext)}`)\n // allow other motivation to run\n context.cascade = true\n }"
|
902
902
|
},
|
903
903
|
{
|
904
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
904
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
905
905
|
"match": "({context, api}) => context.marker == 'controlEnd' && api.hasAskedForButNotAvailableModification()",
|
906
906
|
"apply": "async ({context, api, gp, toContext, verbatim}) => {\n const naArray = []\n for (const args of api.getAskedForButNotAvailableModification()) {\n const args = { item, modification }\n // return `${gp(item)} can not be modified with ${gp(modification)}.`\n naArray.push(`XXX can not be modified with ${await gp(modification)}.`)\n }\n verbatim(naArray.join(' '))\n // allow other motivation to run\n context.cascade = true\n }"
|
907
907
|
}
|
@@ -85171,11 +85171,11 @@
|
|
85171
85171
|
0
|
85172
85172
|
],
|
85173
85173
|
[
|
85174
|
-
"
|
85174
|
+
"strawberry_banana",
|
85175
85175
|
0
|
85176
85176
|
],
|
85177
85177
|
[
|
85178
|
-
"
|
85178
|
+
"mango_passion",
|
85179
85179
|
0
|
85180
85180
|
],
|
85181
85181
|
[
|
@@ -85240,11 +85240,11 @@
|
|
85240
85240
|
0
|
85241
85241
|
],
|
85242
85242
|
[
|
85243
|
-
"
|
85243
|
+
"strawberry_banana",
|
85244
85244
|
0
|
85245
85245
|
],
|
85246
85246
|
[
|
85247
|
-
"
|
85247
|
+
"mango_passion",
|
85248
85248
|
0
|
85249
85249
|
],
|
85250
85250
|
[
|
@@ -85305,11 +85305,11 @@
|
|
85305
85305
|
0
|
85306
85306
|
],
|
85307
85307
|
[
|
85308
|
-
"
|
85308
|
+
"strawberry_banana",
|
85309
85309
|
0
|
85310
85310
|
],
|
85311
85311
|
[
|
85312
|
-
"
|
85312
|
+
"mango_passion",
|
85313
85313
|
0
|
85314
85314
|
],
|
85315
85315
|
[
|
@@ -85366,11 +85366,11 @@
|
|
85366
85366
|
0
|
85367
85367
|
],
|
85368
85368
|
[
|
85369
|
-
"
|
85369
|
+
"strawberry_banana",
|
85370
85370
|
0
|
85371
85371
|
],
|
85372
85372
|
[
|
85373
|
-
"
|
85373
|
+
"mango_passion",
|
85374
85374
|
0
|
85375
85375
|
],
|
85376
85376
|
[
|
@@ -91146,11 +91146,11 @@
|
|
91146
91146
|
0
|
91147
91147
|
],
|
91148
91148
|
[
|
91149
|
-
"
|
91149
|
+
"strawberry_banana",
|
91150
91150
|
0
|
91151
91151
|
],
|
91152
91152
|
[
|
91153
|
-
"
|
91153
|
+
"mango_passion",
|
91154
91154
|
0
|
91155
91155
|
],
|
91156
91156
|
[
|
@@ -91215,11 +91215,11 @@
|
|
91215
91215
|
0
|
91216
91216
|
],
|
91217
91217
|
[
|
91218
|
-
"
|
91218
|
+
"strawberry_banana",
|
91219
91219
|
0
|
91220
91220
|
],
|
91221
91221
|
[
|
91222
|
-
"
|
91222
|
+
"mango_passion",
|
91223
91223
|
0
|
91224
91224
|
],
|
91225
91225
|
[
|
@@ -92067,6 +92067,20 @@
|
|
92067
92067
|
1
|
92068
92068
|
]
|
92069
92069
|
],
|
92070
|
+
[
|
92071
|
+
[
|
92072
|
+
"countable",
|
92073
|
+
0
|
92074
|
+
],
|
92075
|
+
[
|
92076
|
+
"is",
|
92077
|
+
0
|
92078
|
+
],
|
92079
|
+
[
|
92080
|
+
"list",
|
92081
|
+
1
|
92082
|
+
]
|
92083
|
+
],
|
92070
92084
|
[
|
92071
92085
|
[
|
92072
92086
|
"is",
|
@@ -102315,15 +102329,15 @@
|
|
102315
102329
|
0
|
102316
102330
|
],
|
102317
102331
|
[
|
102318
|
-
"
|
102332
|
+
"strawberry_banana",
|
102319
102333
|
0
|
102320
102334
|
],
|
102321
102335
|
[
|
102322
|
-
"
|
102336
|
+
"smoothie_ingredient",
|
102323
102337
|
0
|
102324
102338
|
],
|
102325
102339
|
[
|
102326
|
-
"
|
102340
|
+
"mango_passion",
|
102327
102341
|
0
|
102328
102342
|
],
|
102329
102343
|
[
|
@@ -102392,15 +102406,15 @@
|
|
102392
102406
|
0
|
102393
102407
|
],
|
102394
102408
|
[
|
102395
|
-
"
|
102409
|
+
"strawberry_banana",
|
102396
102410
|
0
|
102397
102411
|
],
|
102398
102412
|
[
|
102399
|
-
"
|
102413
|
+
"smoothie_ingredient",
|
102400
102414
|
0
|
102401
102415
|
],
|
102402
102416
|
[
|
102403
|
-
"
|
102417
|
+
"mango_passion",
|
102404
102418
|
0
|
102405
102419
|
],
|
102406
102420
|
[
|
@@ -108734,6 +108748,16 @@
|
|
108734
108748
|
0
|
108735
108749
|
]
|
108736
108750
|
],
|
108751
|
+
[
|
108752
|
+
[
|
108753
|
+
"a",
|
108754
|
+
0
|
108755
|
+
],
|
108756
|
+
[
|
108757
|
+
"is",
|
108758
|
+
0
|
108759
|
+
]
|
108760
|
+
],
|
108737
108761
|
[
|
108738
108762
|
[
|
108739
108763
|
"a",
|
@@ -125528,7 +125552,7 @@
|
|
125528
125552
|
0
|
125529
125553
|
],
|
125530
125554
|
[
|
125531
|
-
"
|
125555
|
+
"ultimate_chicken_grill",
|
125532
125556
|
0
|
125533
125557
|
],
|
125534
125558
|
[
|
@@ -125536,11 +125560,11 @@
|
|
125536
125560
|
0
|
125537
125561
|
],
|
125538
125562
|
[
|
125539
|
-
"
|
125563
|
+
"chicken_club",
|
125540
125564
|
0
|
125541
125565
|
],
|
125542
125566
|
[
|
125543
|
-
"
|
125567
|
+
"chicken_sandwich",
|
125544
125568
|
0
|
125545
125569
|
]
|
125546
125570
|
],
|
@@ -125613,7 +125637,7 @@
|
|
125613
125637
|
0
|
125614
125638
|
],
|
125615
125639
|
[
|
125616
|
-
"
|
125640
|
+
"ultimate_chicken_grill",
|
125617
125641
|
0
|
125618
125642
|
],
|
125619
125643
|
[
|
@@ -125621,11 +125645,11 @@
|
|
125621
125645
|
0
|
125622
125646
|
],
|
125623
125647
|
[
|
125624
|
-
"
|
125648
|
+
"chicken_club",
|
125625
125649
|
0
|
125626
125650
|
],
|
125627
125651
|
[
|
125628
|
-
"
|
125652
|
+
"chicken_sandwich",
|
125629
125653
|
0
|
125630
125654
|
]
|
125631
125655
|
],
|
@@ -125694,7 +125718,7 @@
|
|
125694
125718
|
0
|
125695
125719
|
],
|
125696
125720
|
[
|
125697
|
-
"
|
125721
|
+
"ultimate_chicken_grill",
|
125698
125722
|
0
|
125699
125723
|
],
|
125700
125724
|
[
|
@@ -125702,11 +125726,11 @@
|
|
125702
125726
|
0
|
125703
125727
|
],
|
125704
125728
|
[
|
125705
|
-
"
|
125729
|
+
"chicken_club",
|
125706
125730
|
0
|
125707
125731
|
],
|
125708
125732
|
[
|
125709
|
-
"
|
125733
|
+
"chicken_sandwich",
|
125710
125734
|
0
|
125711
125735
|
]
|
125712
125736
|
],
|
@@ -125771,7 +125795,7 @@
|
|
125771
125795
|
0
|
125772
125796
|
],
|
125773
125797
|
[
|
125774
|
-
"
|
125798
|
+
"ultimate_chicken_grill",
|
125775
125799
|
0
|
125776
125800
|
],
|
125777
125801
|
[
|
@@ -125779,11 +125803,11 @@
|
|
125779
125803
|
0
|
125780
125804
|
],
|
125781
125805
|
[
|
125782
|
-
"
|
125806
|
+
"chicken_club",
|
125783
125807
|
0
|
125784
125808
|
],
|
125785
125809
|
[
|
125786
|
-
"
|
125810
|
+
"chicken_sandwich",
|
125787
125811
|
0
|
125788
125812
|
]
|
125789
125813
|
],
|
@@ -125844,7 +125868,7 @@
|
|
125844
125868
|
0
|
125845
125869
|
],
|
125846
125870
|
[
|
125847
|
-
"
|
125871
|
+
"ultimate_chicken_grill",
|
125848
125872
|
0
|
125849
125873
|
],
|
125850
125874
|
[
|
@@ -125852,11 +125876,11 @@
|
|
125852
125876
|
0
|
125853
125877
|
],
|
125854
125878
|
[
|
125855
|
-
"
|
125879
|
+
"chicken_club",
|
125856
125880
|
0
|
125857
125881
|
],
|
125858
125882
|
[
|
125859
|
-
"
|
125883
|
+
"chicken_sandwich",
|
125860
125884
|
0
|
125861
125885
|
]
|
125862
125886
|
],
|
@@ -125913,7 +125937,7 @@
|
|
125913
125937
|
0
|
125914
125938
|
],
|
125915
125939
|
[
|
125916
|
-
"
|
125940
|
+
"ultimate_chicken_grill",
|
125917
125941
|
0
|
125918
125942
|
],
|
125919
125943
|
[
|
@@ -125921,11 +125945,11 @@
|
|
125921
125945
|
0
|
125922
125946
|
],
|
125923
125947
|
[
|
125924
|
-
"
|
125948
|
+
"chicken_club",
|
125925
125949
|
0
|
125926
125950
|
],
|
125927
125951
|
[
|
125928
|
-
"
|
125952
|
+
"chicken_sandwich",
|
125929
125953
|
0
|
125930
125954
|
]
|
125931
125955
|
],
|
@@ -126084,11 +126108,11 @@
|
|
126084
126108
|
0
|
126085
126109
|
],
|
126086
126110
|
[
|
126087
|
-
"
|
126111
|
+
"ultimate_chicken_grill",
|
126088
126112
|
0
|
126089
126113
|
],
|
126090
126114
|
[
|
126091
|
-
"
|
126115
|
+
"premium_cod",
|
126092
126116
|
0
|
126093
126117
|
]
|
126094
126118
|
],
|
@@ -138204,6 +138228,20 @@
|
|
138204
138228
|
1
|
138205
138229
|
]
|
138206
138230
|
],
|
138231
|
+
[
|
138232
|
+
[
|
138233
|
+
"a",
|
138234
|
+
0
|
138235
|
+
],
|
138236
|
+
[
|
138237
|
+
"is",
|
138238
|
+
0
|
138239
|
+
],
|
138240
|
+
[
|
138241
|
+
"unknown",
|
138242
|
+
1
|
138243
|
+
]
|
138244
|
+
],
|
138207
138245
|
[
|
138208
138246
|
[
|
138209
138247
|
"is",
|
@@ -149545,6 +149583,16 @@
|
|
149545
149583
|
0
|
149546
149584
|
]
|
149547
149585
|
],
|
149586
|
+
[
|
149587
|
+
[
|
149588
|
+
"a",
|
149589
|
+
0
|
149590
|
+
],
|
149591
|
+
[
|
149592
|
+
"is",
|
149593
|
+
0
|
149594
|
+
]
|
149595
|
+
],
|
149548
149596
|
[
|
149549
149597
|
[
|
149550
149598
|
"a",
|
@@ -310589,6 +310637,16 @@
|
|
310589
310637
|
0
|
310590
310638
|
]
|
310591
310639
|
],
|
310640
|
+
[
|
310641
|
+
[
|
310642
|
+
"a",
|
310643
|
+
0
|
310644
|
+
],
|
310645
|
+
[
|
310646
|
+
"is",
|
310647
|
+
0
|
310648
|
+
]
|
310649
|
+
],
|
310592
310650
|
[
|
310593
310651
|
[
|
310594
310652
|
"a",
|
@@ -325635,23 +325693,23 @@
|
|
325635
325693
|
0
|
325636
325694
|
],
|
325637
325695
|
[
|
325638
|
-
"
|
325696
|
+
"egg_muffin",
|
325639
325697
|
0
|
325640
325698
|
],
|
325641
325699
|
[
|
325642
|
-
"
|
325700
|
+
"pancake_platter",
|
325643
325701
|
0
|
325644
325702
|
],
|
325645
325703
|
[
|
325646
|
-
"
|
325704
|
+
"french_toast",
|
325647
325705
|
0
|
325648
325706
|
],
|
325649
325707
|
[
|
325650
|
-
"
|
325708
|
+
"breakfast_meal",
|
325651
325709
|
0
|
325652
325710
|
],
|
325653
325711
|
[
|
325654
|
-
"
|
325712
|
+
"double_sausage_muffin",
|
325655
325713
|
0
|
325656
325714
|
],
|
325657
325715
|
[
|
@@ -325962,23 +326020,23 @@
|
|
325962
326020
|
0
|
325963
326021
|
],
|
325964
326022
|
[
|
325965
|
-
"
|
326023
|
+
"egg_muffin",
|
325966
326024
|
0
|
325967
326025
|
],
|
325968
326026
|
[
|
325969
|
-
"
|
326027
|
+
"pancake_platter",
|
325970
326028
|
0
|
325971
326029
|
],
|
325972
326030
|
[
|
325973
|
-
"
|
326031
|
+
"french_toast",
|
325974
326032
|
0
|
325975
326033
|
],
|
325976
326034
|
[
|
325977
|
-
"
|
326035
|
+
"breakfast_meal",
|
325978
326036
|
0
|
325979
326037
|
],
|
325980
326038
|
[
|
325981
|
-
"
|
326039
|
+
"double_sausage_muffin",
|
325982
326040
|
0
|
325983
326041
|
],
|
325984
326042
|
[
|
@@ -326172,7 +326230,7 @@
|
|
326172
326230
|
0
|
326173
326231
|
],
|
326174
326232
|
[
|
326175
|
-
"
|
326233
|
+
"french_toast",
|
326176
326234
|
0
|
326177
326235
|
],
|
326178
326236
|
[
|
@@ -326180,11 +326238,11 @@
|
|
326180
326238
|
0
|
326181
326239
|
],
|
326182
326240
|
[
|
326183
|
-
"
|
326241
|
+
"breakfast_meal",
|
326184
326242
|
0
|
326185
326243
|
],
|
326186
326244
|
[
|
326187
|
-
"
|
326245
|
+
"double_sausage_muffin",
|
326188
326246
|
0
|
326189
326247
|
],
|
326190
326248
|
[
|
@@ -326281,7 +326339,7 @@
|
|
326281
326339
|
0
|
326282
326340
|
],
|
326283
326341
|
[
|
326284
|
-
"
|
326342
|
+
"french_toast",
|
326285
326343
|
0
|
326286
326344
|
],
|
326287
326345
|
[
|
@@ -326289,11 +326347,11 @@
|
|
326289
326347
|
0
|
326290
326348
|
],
|
326291
326349
|
[
|
326292
|
-
"
|
326350
|
+
"breakfast_meal",
|
326293
326351
|
0
|
326294
326352
|
],
|
326295
326353
|
[
|
326296
|
-
"
|
326354
|
+
"double_sausage_muffin",
|
326297
326355
|
0
|
326298
326356
|
],
|
326299
326357
|
[
|
@@ -326386,7 +326444,7 @@
|
|
326386
326444
|
0
|
326387
326445
|
],
|
326388
326446
|
[
|
326389
|
-
"
|
326447
|
+
"french_toast",
|
326390
326448
|
0
|
326391
326449
|
],
|
326392
326450
|
[
|
@@ -326394,11 +326452,11 @@
|
|
326394
326452
|
0
|
326395
326453
|
],
|
326396
326454
|
[
|
326397
|
-
"
|
326455
|
+
"breakfast_meal",
|
326398
326456
|
0
|
326399
326457
|
],
|
326400
326458
|
[
|
326401
|
-
"
|
326459
|
+
"double_sausage_muffin",
|
326402
326460
|
0
|
326403
326461
|
],
|
326404
326462
|
[
|
@@ -326637,7 +326695,7 @@
|
|
326637
326695
|
0
|
326638
326696
|
],
|
326639
326697
|
[
|
326640
|
-
"
|
326698
|
+
"french_toast",
|
326641
326699
|
0
|
326642
326700
|
],
|
326643
326701
|
[
|
@@ -326645,11 +326703,11 @@
|
|
326645
326703
|
0
|
326646
326704
|
],
|
326647
326705
|
[
|
326648
|
-
"
|
326706
|
+
"breakfast_meal",
|
326649
326707
|
0
|
326650
326708
|
],
|
326651
326709
|
[
|
326652
|
-
"
|
326710
|
+
"double_sausage_muffin",
|
326653
326711
|
0
|
326654
326712
|
],
|
326655
326713
|
[
|
@@ -326795,15 +326853,15 @@
|
|
326795
326853
|
0
|
326796
326854
|
],
|
326797
326855
|
[
|
326798
|
-
"
|
326856
|
+
"french_toast",
|
326799
326857
|
0
|
326800
326858
|
],
|
326801
326859
|
[
|
326802
|
-
"
|
326860
|
+
"breakfast_meal",
|
326803
326861
|
0
|
326804
326862
|
],
|
326805
326863
|
[
|
326806
|
-
"
|
326864
|
+
"double_sausage_muffin",
|
326807
326865
|
0
|
326808
326866
|
],
|
326809
326867
|
[
|
@@ -328425,60 +328483,6 @@
|
|
328425
328483
|
0
|
328426
328484
|
]
|
328427
328485
|
],
|
328428
|
-
[
|
328429
|
-
[
|
328430
|
-
"breakfast",
|
328431
|
-
0
|
328432
|
-
],
|
328433
|
-
[
|
328434
|
-
"comma",
|
328435
|
-
0
|
328436
|
-
],
|
328437
|
-
[
|
328438
|
-
"double",
|
328439
|
-
0
|
328440
|
-
],
|
328441
|
-
[
|
328442
|
-
"french",
|
328443
|
-
0
|
328444
|
-
],
|
328445
|
-
[
|
328446
|
-
"is",
|
328447
|
-
0
|
328448
|
-
],
|
328449
|
-
[
|
328450
|
-
"list",
|
328451
|
-
0
|
328452
|
-
],
|
328453
|
-
[
|
328454
|
-
"meal",
|
328455
|
-
0
|
328456
|
-
],
|
328457
|
-
[
|
328458
|
-
"muffin",
|
328459
|
-
0
|
328460
|
-
],
|
328461
|
-
[
|
328462
|
-
"oatmeal",
|
328463
|
-
0
|
328464
|
-
],
|
328465
|
-
[
|
328466
|
-
"pancake",
|
328467
|
-
0
|
328468
|
-
],
|
328469
|
-
[
|
328470
|
-
"platter",
|
328471
|
-
0
|
328472
|
-
],
|
328473
|
-
[
|
328474
|
-
"sausage",
|
328475
|
-
0
|
328476
|
-
],
|
328477
|
-
[
|
328478
|
-
"toast",
|
328479
|
-
0
|
328480
|
-
]
|
328481
|
-
],
|
328482
328486
|
[
|
328483
328487
|
[
|
328484
328488
|
"breakfast",
|
@@ -336143,11 +336147,11 @@
|
|
336143
336147
|
0
|
336144
336148
|
],
|
336145
336149
|
[
|
336146
|
-
"
|
336150
|
+
"premium_cod",
|
336147
336151
|
0
|
336148
336152
|
],
|
336149
336153
|
[
|
336150
|
-
"
|
336154
|
+
"bacon_deluxe",
|
336151
336155
|
0
|
336152
336156
|
]
|
336153
336157
|
],
|
@@ -336224,11 +336228,11 @@
|
|
336224
336228
|
0
|
336225
336229
|
],
|
336226
336230
|
[
|
336227
|
-
"
|
336231
|
+
"premium_cod",
|
336228
336232
|
0
|
336229
336233
|
],
|
336230
336234
|
[
|
336231
|
-
"
|
336235
|
+
"bacon_deluxe",
|
336232
336236
|
0
|
336233
336237
|
]
|
336234
336238
|
],
|
@@ -336301,11 +336305,11 @@
|
|
336301
336305
|
0
|
336302
336306
|
],
|
336303
336307
|
[
|
336304
|
-
"
|
336308
|
+
"premium_cod",
|
336305
336309
|
0
|
336306
336310
|
],
|
336307
336311
|
[
|
336308
|
-
"
|
336312
|
+
"bacon_deluxe",
|
336309
336313
|
0
|
336310
336314
|
]
|
336311
336315
|
],
|
@@ -336374,11 +336378,11 @@
|
|
336374
336378
|
0
|
336375
336379
|
],
|
336376
336380
|
[
|
336377
|
-
"
|
336381
|
+
"premium_cod",
|
336378
336382
|
0
|
336379
336383
|
],
|
336380
336384
|
[
|
336381
|
-
"
|
336385
|
+
"bacon_deluxe",
|
336382
336386
|
0
|
336383
336387
|
]
|
336384
336388
|
],
|
@@ -336443,11 +336447,11 @@
|
|
336443
336447
|
0
|
336444
336448
|
],
|
336445
336449
|
[
|
336446
|
-
"
|
336450
|
+
"premium_cod",
|
336447
336451
|
0
|
336448
336452
|
],
|
336449
336453
|
[
|
336450
|
-
"
|
336454
|
+
"bacon_deluxe",
|
336451
336455
|
0
|
336452
336456
|
]
|
336453
336457
|
],
|
@@ -336508,11 +336512,11 @@
|
|
336508
336512
|
0
|
336509
336513
|
],
|
336510
336514
|
[
|
336511
|
-
"
|
336515
|
+
"premium_cod",
|
336512
336516
|
0
|
336513
336517
|
],
|
336514
336518
|
[
|
336515
|
-
"
|
336519
|
+
"bacon_deluxe",
|
336516
336520
|
0
|
336517
336521
|
]
|
336518
336522
|
],
|
@@ -336569,11 +336573,11 @@
|
|
336569
336573
|
0
|
336570
336574
|
],
|
336571
336575
|
[
|
336572
|
-
"
|
336576
|
+
"premium_cod",
|
336573
336577
|
0
|
336574
336578
|
],
|
336575
336579
|
[
|
336576
|
-
"
|
336580
|
+
"bacon_deluxe",
|
336577
336581
|
0
|
336578
336582
|
]
|
336579
336583
|
],
|
@@ -336626,11 +336630,11 @@
|
|
336626
336630
|
0
|
336627
336631
|
],
|
336628
336632
|
[
|
336629
|
-
"
|
336633
|
+
"premium_cod",
|
336630
336634
|
0
|
336631
336635
|
],
|
336632
336636
|
[
|
336633
|
-
"
|
336637
|
+
"bacon_deluxe",
|
336634
336638
|
0
|
336635
336639
|
]
|
336636
336640
|
],
|
@@ -369939,10 +369943,18 @@
|
|
369939
369943
|
]
|
369940
369944
|
],
|
369941
369945
|
[
|
369946
|
+
[
|
369947
|
+
"coca",
|
369948
|
+
0
|
369949
|
+
],
|
369942
369950
|
[
|
369943
369951
|
"coke",
|
369944
369952
|
0
|
369945
369953
|
],
|
369954
|
+
[
|
369955
|
+
"cola",
|
369956
|
+
0
|
369957
|
+
],
|
369946
369958
|
[
|
369947
369959
|
"comma",
|
369948
369960
|
0
|
@@ -369985,6 +369997,10 @@
|
|
369985
369997
|
"comma",
|
369986
369998
|
0
|
369987
369999
|
],
|
370000
|
+
[
|
370001
|
+
"diet",
|
370002
|
+
0
|
370003
|
+
],
|
369988
370004
|
[
|
369989
370005
|
"iced",
|
369990
370006
|
0
|
@@ -370011,6 +370027,10 @@
|
|
370011
370027
|
]
|
370012
370028
|
],
|
370013
370029
|
[
|
370030
|
+
[
|
370031
|
+
"coke",
|
370032
|
+
0
|
370033
|
+
],
|
370014
370034
|
[
|
370015
370035
|
"comma",
|
370016
370036
|
0
|
@@ -370041,6 +370061,10 @@
|
|
370041
370061
|
]
|
370042
370062
|
],
|
370043
370063
|
[
|
370064
|
+
[
|
370065
|
+
"comma",
|
370066
|
+
0
|
370067
|
+
],
|
370044
370068
|
[
|
370045
370069
|
"iced",
|
370046
370070
|
0
|
@@ -370067,6 +370091,10 @@
|
|
370067
370091
|
]
|
370068
370092
|
],
|
370069
370093
|
[
|
370094
|
+
[
|
370095
|
+
"iced",
|
370096
|
+
0
|
370097
|
+
],
|
370070
370098
|
[
|
370071
370099
|
"is",
|
370072
370100
|
0
|
@@ -370080,17 +370108,11 @@
|
|
370080
370108
|
0
|
370081
370109
|
],
|
370082
370110
|
[
|
370083
|
-
"
|
370084
|
-
1
|
370085
|
-
]
|
370086
|
-
],
|
370087
|
-
[
|
370088
|
-
[
|
370089
|
-
"is",
|
370111
|
+
"tea",
|
370090
370112
|
0
|
370091
370113
|
],
|
370092
370114
|
[
|
370093
|
-
"
|
370115
|
+
"unknown",
|
370094
370116
|
1
|
370095
370117
|
]
|
370096
370118
|
],
|
@@ -370101,11 +370123,15 @@
|
|
370101
370123
|
],
|
370102
370124
|
[
|
370103
370125
|
"list",
|
370104
|
-
|
370126
|
+
0
|
370105
370127
|
],
|
370106
370128
|
[
|
370107
370129
|
"pop",
|
370108
370130
|
0
|
370131
|
+
],
|
370132
|
+
[
|
370133
|
+
"unknown",
|
370134
|
+
1
|
370109
370135
|
]
|
370110
370136
|
],
|
370111
370137
|
[
|
@@ -370116,10 +370142,6 @@
|
|
370116
370142
|
[
|
370117
370143
|
"list",
|
370118
370144
|
1
|
370119
|
-
],
|
370120
|
-
[
|
370121
|
-
"pop",
|
370122
|
-
0
|
370123
370145
|
]
|
370124
370146
|
],
|
370125
370147
|
[
|
@@ -548663,24 +548685,6 @@
|
|
548663
548685
|
0
|
548664
548686
|
]
|
548665
548687
|
],
|
548666
|
-
[
|
548667
|
-
[
|
548668
|
-
"is",
|
548669
|
-
0
|
548670
|
-
],
|
548671
|
-
[
|
548672
|
-
"kid",
|
548673
|
-
0
|
548674
|
-
],
|
548675
|
-
[
|
548676
|
-
"list",
|
548677
|
-
1
|
548678
|
-
],
|
548679
|
-
[
|
548680
|
-
"meal",
|
548681
|
-
0
|
548682
|
-
]
|
548683
|
-
],
|
548684
548688
|
[
|
548685
548689
|
[
|
548686
548690
|
"is",
|
@@ -548700,7 +548704,7 @@
|
|
548700
548704
|
},
|
548701
548705
|
{
|
548702
548706
|
"extraConfig": true,
|
548703
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
548707
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
548704
548708
|
"operators": [
|
548705
548709
|
"((meal/* && context.comboNumber == undefined) [comboMeal] (combo/*))",
|
548706
548710
|
"((combo/*) [comboNumber] (number/* || numberNumberCombo/*))",
|
@@ -549162,7 +549166,7 @@
|
|
549162
549166
|
],
|
549163
549167
|
"generators": [
|
549164
549168
|
{
|
549165
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
549169
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5"
|
549166
549170
|
}
|
549167
549171
|
],
|
549168
549172
|
"bridges": [
|
@@ -558858,11 +558862,11 @@
|
|
558858
558862
|
0
|
558859
558863
|
],
|
558860
558864
|
[
|
558861
|
-
"
|
558865
|
+
"crispy_chicken",
|
558862
558866
|
0
|
558863
558867
|
],
|
558864
558868
|
[
|
558865
|
-
"
|
558869
|
+
"chicken_club",
|
558866
558870
|
0
|
558867
558871
|
],
|
558868
558872
|
[
|
@@ -558924,15 +558928,15 @@
|
|
558924
558928
|
0
|
558925
558929
|
],
|
558926
558930
|
[
|
558927
|
-
"
|
558931
|
+
"crispy_chicken_club",
|
558928
558932
|
0
|
558929
558933
|
],
|
558930
558934
|
[
|
558931
|
-
"
|
558935
|
+
"chicken_club",
|
558932
558936
|
0
|
558933
558937
|
],
|
558934
558938
|
[
|
558935
|
-
"
|
558939
|
+
"chicken_sandwich",
|
558936
558940
|
0
|
558937
558941
|
]
|
558938
558942
|
],
|
@@ -568699,15 +568703,15 @@
|
|
568699
568703
|
0
|
568700
568704
|
],
|
568701
568705
|
[
|
568702
|
-
"
|
568706
|
+
"go_wrap",
|
568703
568707
|
0
|
568704
568708
|
],
|
568705
568709
|
[
|
568706
|
-
"
|
568710
|
+
"value_meal",
|
568707
568711
|
0
|
568708
568712
|
],
|
568709
568713
|
[
|
568710
|
-
"
|
568714
|
+
"bacon_cheeseburger",
|
568711
568715
|
0
|
568712
568716
|
],
|
568713
568717
|
[
|
@@ -568715,7 +568719,7 @@
|
|
568715
568719
|
0
|
568716
568720
|
],
|
568717
568721
|
[
|
568718
|
-
"
|
568722
|
+
"chicken_sandwich",
|
568719
568723
|
0
|
568720
568724
|
]
|
568721
568725
|
],
|
@@ -568792,15 +568796,15 @@
|
|
568792
568796
|
0
|
568793
568797
|
],
|
568794
568798
|
[
|
568795
|
-
"
|
568799
|
+
"go_wrap",
|
568796
568800
|
0
|
568797
568801
|
],
|
568798
568802
|
[
|
568799
|
-
"
|
568803
|
+
"value_meal",
|
568800
568804
|
0
|
568801
568805
|
],
|
568802
568806
|
[
|
568803
|
-
"
|
568807
|
+
"bacon_cheeseburger",
|
568804
568808
|
0
|
568805
568809
|
],
|
568806
568810
|
[
|
@@ -568808,7 +568812,7 @@
|
|
568808
568812
|
0
|
568809
568813
|
],
|
568810
568814
|
[
|
568811
|
-
"
|
568815
|
+
"chicken_sandwich",
|
568812
568816
|
0
|
568813
568817
|
]
|
568814
568818
|
],
|
@@ -568881,15 +568885,15 @@
|
|
568881
568885
|
0
|
568882
568886
|
],
|
568883
568887
|
[
|
568884
|
-
"
|
568888
|
+
"go_wrap",
|
568885
568889
|
0
|
568886
568890
|
],
|
568887
568891
|
[
|
568888
|
-
"
|
568892
|
+
"value_meal",
|
568889
568893
|
0
|
568890
568894
|
],
|
568891
568895
|
[
|
568892
|
-
"
|
568896
|
+
"bacon_cheeseburger",
|
568893
568897
|
0
|
568894
568898
|
],
|
568895
568899
|
[
|
@@ -568897,7 +568901,7 @@
|
|
568897
568901
|
0
|
568898
568902
|
],
|
568899
568903
|
[
|
568900
|
-
"
|
568904
|
+
"chicken_sandwich",
|
568901
568905
|
0
|
568902
568906
|
]
|
568903
568907
|
],
|
@@ -568958,11 +568962,11 @@
|
|
568958
568962
|
0
|
568959
568963
|
],
|
568960
568964
|
[
|
568961
|
-
"
|
568965
|
+
"chicken_club",
|
568962
568966
|
0
|
568963
568967
|
],
|
568964
568968
|
[
|
568965
|
-
"
|
568969
|
+
"chicken_sandwich",
|
568966
568970
|
0
|
568967
568971
|
],
|
568968
568972
|
[
|
@@ -569031,11 +569035,11 @@
|
|
569031
569035
|
0
|
569032
569036
|
],
|
569033
569037
|
[
|
569034
|
-
"
|
569038
|
+
"chicken_club",
|
569035
569039
|
0
|
569036
569040
|
],
|
569037
569041
|
[
|
569038
|
-
"
|
569042
|
+
"chicken_sandwich",
|
569039
569043
|
0
|
569040
569044
|
],
|
569041
569045
|
[
|
@@ -569112,11 +569116,11 @@
|
|
569112
569116
|
0
|
569113
569117
|
],
|
569114
569118
|
[
|
569115
|
-
"
|
569119
|
+
"go_wrap",
|
569116
569120
|
0
|
569117
569121
|
],
|
569118
569122
|
[
|
569119
|
-
"
|
569123
|
+
"value_meal",
|
569120
569124
|
0
|
569121
569125
|
],
|
569122
569126
|
[
|
@@ -569124,7 +569128,7 @@
|
|
569124
569128
|
0
|
569125
569129
|
],
|
569126
569130
|
[
|
569127
|
-
"
|
569131
|
+
"chicken_sandwich",
|
569128
569132
|
0
|
569129
569133
|
]
|
569130
569134
|
],
|
@@ -569169,11 +569173,11 @@
|
|
569169
569173
|
0
|
569170
569174
|
],
|
569171
569175
|
[
|
569172
|
-
"
|
569176
|
+
"chicken_club",
|
569173
569177
|
0
|
569174
569178
|
],
|
569175
569179
|
[
|
569176
|
-
"
|
569180
|
+
"chicken_sandwich",
|
569177
569181
|
0
|
569178
569182
|
],
|
569179
569183
|
[
|
@@ -569206,11 +569210,11 @@
|
|
569206
569210
|
0
|
569207
569211
|
],
|
569208
569212
|
[
|
569209
|
-
"
|
569213
|
+
"chicken_go_wrap",
|
569210
569214
|
0
|
569211
569215
|
],
|
569212
569216
|
[
|
569213
|
-
"
|
569217
|
+
"chicken_sandwich",
|
569214
569218
|
0
|
569215
569219
|
],
|
569216
569220
|
[
|
@@ -569287,11 +569291,11 @@
|
|
569287
569291
|
0
|
569288
569292
|
],
|
569289
569293
|
[
|
569290
|
-
"
|
569294
|
+
"crispy_chicken",
|
569291
569295
|
0
|
569292
569296
|
],
|
569293
569297
|
[
|
569294
|
-
"
|
569298
|
+
"value_meal",
|
569295
569299
|
0
|
569296
569300
|
],
|
569297
569301
|
[
|
@@ -569369,15 +569373,15 @@
|
|
569369
569373
|
0
|
569370
569374
|
],
|
569371
569375
|
[
|
569372
|
-
"
|
569376
|
+
"crispy_chicken_club",
|
569373
569377
|
0
|
569374
569378
|
],
|
569375
569379
|
[
|
569376
|
-
"
|
569380
|
+
"chicken_club",
|
569377
569381
|
0
|
569378
569382
|
],
|
569379
569383
|
[
|
569380
|
-
"
|
569384
|
+
"chicken_sandwich",
|
569381
569385
|
0
|
569382
569386
|
],
|
569383
569387
|
[
|
@@ -570132,6 +570136,10 @@
|
|
570132
570136
|
"is",
|
570133
570137
|
0
|
570134
570138
|
],
|
570139
|
+
[
|
570140
|
+
"junior",
|
570141
|
+
0
|
570142
|
+
],
|
570135
570143
|
[
|
570136
570144
|
"list",
|
570137
570145
|
0
|
@@ -570146,10 +570154,18 @@
|
|
570146
570154
|
]
|
570147
570155
|
],
|
570148
570156
|
[
|
570157
|
+
[
|
570158
|
+
"chicken",
|
570159
|
+
0
|
570160
|
+
],
|
570149
570161
|
[
|
570150
570162
|
"club",
|
570151
570163
|
0
|
570152
570164
|
],
|
570165
|
+
[
|
570166
|
+
"crispy",
|
570167
|
+
0
|
570168
|
+
],
|
570153
570169
|
[
|
570154
570170
|
"is",
|
570155
570171
|
0
|
@@ -570168,6 +570184,10 @@
|
|
570168
570184
|
]
|
570169
570185
|
],
|
570170
570186
|
[
|
570187
|
+
[
|
570188
|
+
"club",
|
570189
|
+
0
|
570190
|
+
],
|
570171
570191
|
[
|
570172
570192
|
"is",
|
570173
570193
|
0
|
@@ -570185,6 +570205,34 @@
|
|
570185
570205
|
0
|
570186
570206
|
]
|
570187
570207
|
],
|
570208
|
+
[
|
570209
|
+
[
|
570210
|
+
"is",
|
570211
|
+
0
|
570212
|
+
],
|
570213
|
+
[
|
570214
|
+
"list",
|
570215
|
+
0
|
570216
|
+
],
|
570217
|
+
[
|
570218
|
+
"meal",
|
570219
|
+
0
|
570220
|
+
],
|
570221
|
+
[
|
570222
|
+
"value",
|
570223
|
+
0
|
570224
|
+
]
|
570225
|
+
],
|
570226
|
+
[
|
570227
|
+
[
|
570228
|
+
"is",
|
570229
|
+
0
|
570230
|
+
],
|
570231
|
+
[
|
570232
|
+
"list",
|
570233
|
+
1
|
570234
|
+
]
|
570235
|
+
],
|
570188
570236
|
[
|
570189
570237
|
[
|
570190
570238
|
"is",
|
@@ -570193,6 +570241,14 @@
|
|
570193
570241
|
[
|
570194
570242
|
"list",
|
570195
570243
|
1
|
570244
|
+
],
|
570245
|
+
[
|
570246
|
+
"meal",
|
570247
|
+
0
|
570248
|
+
],
|
570249
|
+
[
|
570250
|
+
"value",
|
570251
|
+
0
|
570196
570252
|
]
|
570197
570253
|
],
|
570198
570254
|
[
|
@@ -580336,20 +580392,6 @@
|
|
580336
580392
|
1
|
580337
580393
|
]
|
580338
580394
|
],
|
580339
|
-
[
|
580340
|
-
[
|
580341
|
-
"is",
|
580342
|
-
0
|
580343
|
-
],
|
580344
|
-
[
|
580345
|
-
"list",
|
580346
|
-
1
|
580347
|
-
],
|
580348
|
-
[
|
580349
|
-
"sizeable",
|
580350
|
-
0
|
580351
|
-
]
|
580352
|
-
],
|
580353
580395
|
[
|
580354
580396
|
[
|
580355
580397
|
"is",
|
@@ -580376,10 +580418,10 @@
|
|
580376
580418
|
"semantics": [
|
580377
580419
|
{},
|
580378
580420
|
{
|
580379
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
580421
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5"
|
580380
580422
|
},
|
580381
580423
|
{
|
580382
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
580424
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5"
|
580383
580425
|
}
|
580384
580426
|
]
|
580385
580427
|
},
|
@@ -580957,6 +580999,36 @@
|
|
580957
580999
|
0
|
580958
581000
|
]
|
580959
581001
|
],
|
581002
|
+
[
|
581003
|
+
[
|
581004
|
+
"a",
|
581005
|
+
0
|
581006
|
+
],
|
581007
|
+
[
|
581008
|
+
"is",
|
581009
|
+
0
|
581010
|
+
]
|
581011
|
+
],
|
581012
|
+
[
|
581013
|
+
[
|
581014
|
+
"a",
|
581015
|
+
0
|
581016
|
+
],
|
581017
|
+
[
|
581018
|
+
"is",
|
581019
|
+
0
|
581020
|
+
]
|
581021
|
+
],
|
581022
|
+
[
|
581023
|
+
[
|
581024
|
+
"a",
|
581025
|
+
0
|
581026
|
+
],
|
581027
|
+
[
|
581028
|
+
"is",
|
581029
|
+
0
|
581030
|
+
]
|
581031
|
+
],
|
580960
581032
|
[
|
580961
581033
|
[
|
580962
581034
|
"a",
|
@@ -581063,6 +581135,20 @@
|
|
581063
581135
|
1
|
581064
581136
|
]
|
581065
581137
|
],
|
581138
|
+
[
|
581139
|
+
[
|
581140
|
+
"a",
|
581141
|
+
0
|
581142
|
+
],
|
581143
|
+
[
|
581144
|
+
"is",
|
581145
|
+
0
|
581146
|
+
],
|
581147
|
+
[
|
581148
|
+
"unknown",
|
581149
|
+
1
|
581150
|
+
]
|
581151
|
+
],
|
581066
581152
|
[
|
581067
581153
|
[
|
581068
581154
|
"apple",
|
@@ -583041,60 +583127,6 @@
|
|
583041
583127
|
0
|
583042
583128
|
]
|
583043
583129
|
],
|
583044
|
-
[
|
583045
|
-
[
|
583046
|
-
"breakfast",
|
583047
|
-
0
|
583048
|
-
],
|
583049
|
-
[
|
583050
|
-
"comma",
|
583051
|
-
0
|
583052
|
-
],
|
583053
|
-
[
|
583054
|
-
"double",
|
583055
|
-
0
|
583056
|
-
],
|
583057
|
-
[
|
583058
|
-
"french",
|
583059
|
-
0
|
583060
|
-
],
|
583061
|
-
[
|
583062
|
-
"is",
|
583063
|
-
0
|
583064
|
-
],
|
583065
|
-
[
|
583066
|
-
"list",
|
583067
|
-
0
|
583068
|
-
],
|
583069
|
-
[
|
583070
|
-
"meal",
|
583071
|
-
0
|
583072
|
-
],
|
583073
|
-
[
|
583074
|
-
"muffin",
|
583075
|
-
0
|
583076
|
-
],
|
583077
|
-
[
|
583078
|
-
"oatmeal",
|
583079
|
-
0
|
583080
|
-
],
|
583081
|
-
[
|
583082
|
-
"pancake",
|
583083
|
-
0
|
583084
|
-
],
|
583085
|
-
[
|
583086
|
-
"platter",
|
583087
|
-
0
|
583088
|
-
],
|
583089
|
-
[
|
583090
|
-
"sausage",
|
583091
|
-
0
|
583092
|
-
],
|
583093
|
-
[
|
583094
|
-
"toast",
|
583095
|
-
0
|
583096
|
-
]
|
583097
|
-
],
|
583098
583130
|
[
|
583099
583131
|
[
|
583100
583132
|
"breakfast",
|
@@ -583773,6 +583805,40 @@
|
|
583773
583805
|
0
|
583774
583806
|
]
|
583775
583807
|
],
|
583808
|
+
[
|
583809
|
+
[
|
583810
|
+
"chicken",
|
583811
|
+
0
|
583812
|
+
],
|
583813
|
+
[
|
583814
|
+
"club",
|
583815
|
+
0
|
583816
|
+
],
|
583817
|
+
[
|
583818
|
+
"crispy",
|
583819
|
+
0
|
583820
|
+
],
|
583821
|
+
[
|
583822
|
+
"is",
|
583823
|
+
0
|
583824
|
+
],
|
583825
|
+
[
|
583826
|
+
"junior",
|
583827
|
+
0
|
583828
|
+
],
|
583829
|
+
[
|
583830
|
+
"list",
|
583831
|
+
0
|
583832
|
+
],
|
583833
|
+
[
|
583834
|
+
"meal",
|
583835
|
+
0
|
583836
|
+
],
|
583837
|
+
[
|
583838
|
+
"value",
|
583839
|
+
0
|
583840
|
+
]
|
583841
|
+
],
|
583776
583842
|
[
|
583777
583843
|
[
|
583778
583844
|
"chicken",
|
@@ -584487,6 +584553,52 @@
|
|
584487
584553
|
1
|
584488
584554
|
]
|
584489
584555
|
],
|
584556
|
+
[
|
584557
|
+
[
|
584558
|
+
"coca",
|
584559
|
+
0
|
584560
|
+
],
|
584561
|
+
[
|
584562
|
+
"coke",
|
584563
|
+
0
|
584564
|
+
],
|
584565
|
+
[
|
584566
|
+
"cola",
|
584567
|
+
0
|
584568
|
+
],
|
584569
|
+
[
|
584570
|
+
"comma",
|
584571
|
+
0
|
584572
|
+
],
|
584573
|
+
[
|
584574
|
+
"diet",
|
584575
|
+
0
|
584576
|
+
],
|
584577
|
+
[
|
584578
|
+
"iced",
|
584579
|
+
0
|
584580
|
+
],
|
584581
|
+
[
|
584582
|
+
"is",
|
584583
|
+
0
|
584584
|
+
],
|
584585
|
+
[
|
584586
|
+
"list",
|
584587
|
+
0
|
584588
|
+
],
|
584589
|
+
[
|
584590
|
+
"pop",
|
584591
|
+
0
|
584592
|
+
],
|
584593
|
+
[
|
584594
|
+
"tea",
|
584595
|
+
0
|
584596
|
+
],
|
584597
|
+
[
|
584598
|
+
"unknown",
|
584599
|
+
1
|
584600
|
+
]
|
584601
|
+
],
|
584490
584602
|
[
|
584491
584603
|
[
|
584492
584604
|
"cod",
|
@@ -585033,6 +585145,20 @@
|
|
585033
585145
|
1
|
585034
585146
|
]
|
585035
585147
|
],
|
585148
|
+
[
|
585149
|
+
[
|
585150
|
+
"countable",
|
585151
|
+
0
|
585152
|
+
],
|
585153
|
+
[
|
585154
|
+
"is",
|
585155
|
+
0
|
585156
|
+
],
|
585157
|
+
[
|
585158
|
+
"list",
|
585159
|
+
1
|
585160
|
+
]
|
585161
|
+
],
|
585036
585162
|
[
|
585037
585163
|
[
|
585038
585164
|
"double",
|
@@ -585629,24 +585755,6 @@
|
|
585629
585755
|
0
|
585630
585756
|
]
|
585631
585757
|
],
|
585632
|
-
[
|
585633
|
-
[
|
585634
|
-
"is",
|
585635
|
-
0
|
585636
|
-
],
|
585637
|
-
[
|
585638
|
-
"kid",
|
585639
|
-
0
|
585640
|
-
],
|
585641
|
-
[
|
585642
|
-
"list",
|
585643
|
-
1
|
585644
|
-
],
|
585645
|
-
[
|
585646
|
-
"meal",
|
585647
|
-
0
|
585648
|
-
]
|
585649
|
-
],
|
585650
585758
|
[
|
585651
585759
|
[
|
585652
585760
|
"is",
|
@@ -585867,21 +585975,11 @@
|
|
585867
585975
|
1
|
585868
585976
|
],
|
585869
585977
|
[
|
585870
|
-
"
|
585871
|
-
0
|
585872
|
-
]
|
585873
|
-
],
|
585874
|
-
[
|
585875
|
-
[
|
585876
|
-
"is",
|
585978
|
+
"meal",
|
585877
585979
|
0
|
585878
585980
|
],
|
585879
585981
|
[
|
585880
|
-
"
|
585881
|
-
1
|
585882
|
-
],
|
585883
|
-
[
|
585884
|
-
"pop",
|
585982
|
+
"value",
|
585885
585983
|
0
|
585886
585984
|
]
|
585887
585985
|
],
|
@@ -585963,20 +586061,6 @@
|
|
585963
586061
|
0
|
585964
586062
|
]
|
585965
586063
|
],
|
585966
|
-
[
|
585967
|
-
[
|
585968
|
-
"is",
|
585969
|
-
0
|
585970
|
-
],
|
585971
|
-
[
|
585972
|
-
"list",
|
585973
|
-
1
|
585974
|
-
],
|
585975
|
-
[
|
585976
|
-
"sizeable",
|
585977
|
-
0
|
585978
|
-
]
|
585979
|
-
],
|
585980
586064
|
[
|
585981
586065
|
[
|
585982
586066
|
"is",
|