tpmkms_4wp 7.12.8-beta.4 → 7.12.8-beta.6

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 (57) hide show
  1. package/common/animals.instance.json +67 -227
  2. package/common/animals.js +1 -1
  3. package/common/avatar.js +7 -5
  4. package/common/characters.js +7 -5
  5. package/common/crew.instance.json +257 -417
  6. package/common/crew.js +1 -1
  7. package/common/currency.js +0 -2
  8. package/common/dialogues.js +13 -11
  9. package/common/dimension.instance.json +10 -10
  10. package/common/dimension.js +1 -1
  11. package/common/edible.instance.json +139 -255
  12. package/common/edible.js +1 -1
  13. package/common/emotions.instance.json +56 -32
  14. package/common/emotions.js +1 -1
  15. package/common/fastfood.instance.json +915 -1919
  16. package/common/fastfood.js +1 -1
  17. package/common/formulas.instance.json +7 -7
  18. package/common/formulas.js +2 -2
  19. package/common/help.js +4 -2
  20. package/common/helpers.js +5 -0
  21. package/common/javascript.js +8 -6
  22. package/common/kirk.instance.json +1 -1
  23. package/common/kirk.js +1 -1
  24. package/common/length.instance.json +37 -217
  25. package/common/length.js +1 -1
  26. package/common/math.instance.json +19 -39
  27. package/common/math.js +1 -1
  28. package/common/meta.instance.json +1 -1
  29. package/common/meta.js +29 -10
  30. package/common/numbers.js +31 -24
  31. package/common/ordering.instance.json +86 -82
  32. package/common/ordering.js +1 -1
  33. package/common/people.instance.json +42 -70
  34. package/common/people.js +1 -1
  35. package/common/pipboy.instance.json +109 -169
  36. package/common/pipboy.js +1 -1
  37. package/common/pokemon.instance.json +31 -87
  38. package/common/pokemon.js +1 -1
  39. package/common/pressure.instance.json +10 -30
  40. package/common/pressure.js +1 -1
  41. package/common/properties.instance.json +16 -44
  42. package/common/properties.js +13 -8
  43. package/common/reports.instance.json +6 -62
  44. package/common/reports.js +9 -7
  45. package/common/scorekeeper.instance.json +1 -1
  46. package/common/scorekeeper.js +9 -7
  47. package/common/spock.instance.json +1 -1
  48. package/common/spock.js +1 -1
  49. package/common/tell.js +4 -2
  50. package/common/temperature.instance.json +13 -129
  51. package/common/temperature.js +1 -1
  52. package/common/time.js +36 -20
  53. package/common/time.test.json +66 -44
  54. package/common/ui.instance.json +1 -1
  55. package/common/weight.instance.json +25 -193
  56. package/common/weight.js +1 -1
  57. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  {
2
- "queries": [
2
+ "configs": [
3
3
  "food and drinks are edible",
4
4
  "chicken modifies strips",
5
5
  "chicken modifies nugget",
@@ -449,26 +449,26 @@
449
449
  "value": [
450
450
  {
451
451
  "marker": "type",
452
+ "value": "food",
453
+ "word": "food",
454
+ "text": "food",
452
455
  "range": {
453
456
  "start": 0,
454
457
  "end": 3
455
458
  },
456
- "word": "food",
457
- "text": "food",
458
- "value": "food",
459
459
  "unknown": true,
460
460
  "dead": true,
461
461
  "level": 1
462
462
  },
463
463
  {
464
464
  "marker": "type",
465
+ "value": "drinks",
466
+ "word": "drinks",
467
+ "text": "drinks",
465
468
  "range": {
466
469
  "start": 9,
467
470
  "end": 14
468
471
  },
469
- "word": "drinks",
470
- "text": "drinks",
471
- "value": "drinks",
472
472
  "unknown": true,
473
473
  "dead": true,
474
474
  "level": 1
@@ -478,13 +478,13 @@
478
478
  },
479
479
  "two": {
480
480
  "marker": "unknown",
481
+ "value": "edible",
482
+ "word": "edible",
483
+ "text": "edible",
481
484
  "range": {
482
485
  "start": 20,
483
486
  "end": 25
484
487
  },
485
- "word": "edible",
486
- "text": "edible",
487
- "value": "edible",
488
488
  "unknown": true,
489
489
  "dead": true,
490
490
  "types": [
@@ -1002,13 +1002,13 @@
1002
1002
  "modifiers": [
1003
1003
  {
1004
1004
  "marker": "unknown",
1005
+ "value": "chicken",
1006
+ "word": "chicken",
1007
+ "text": "chicken",
1005
1008
  "range": {
1006
1009
  "start": 0,
1007
1010
  "end": 6
1008
1011
  },
1009
- "word": "chicken",
1010
- "text": "chicken",
1011
- "value": "chicken",
1012
1012
  "unknown": true,
1013
1013
  "dead": true,
1014
1014
  "level": 1
@@ -1016,13 +1016,13 @@
1016
1016
  ],
1017
1017
  "concept": {
1018
1018
  "marker": "unknown",
1019
+ "value": "strips",
1020
+ "word": "strips",
1021
+ "text": "strips",
1019
1022
  "range": {
1020
1023
  "start": 17,
1021
1024
  "end": 22
1022
1025
  },
1023
- "word": "strips",
1024
- "text": "strips",
1025
- "value": "strips",
1026
1026
  "unknown": true,
1027
1027
  "dead": true,
1028
1028
  "level": 1
@@ -1634,13 +1634,13 @@
1634
1634
  ],
1635
1635
  "concept": {
1636
1636
  "marker": "unknown",
1637
+ "value": "nugget",
1638
+ "word": "nugget",
1639
+ "text": "nugget",
1637
1640
  "range": {
1638
1641
  "start": 17,
1639
1642
  "end": 22
1640
1643
  },
1641
- "word": "nugget",
1642
- "text": "nugget",
1643
- "value": "nugget",
1644
1644
  "unknown": true,
1645
1645
  "dead": true,
1646
1646
  "level": 1
@@ -2677,16 +2677,6 @@
2677
2677
  0
2678
2678
  ]
2679
2679
  ],
2680
- [
2681
- [
2682
- "chicken",
2683
- 0
2684
- ],
2685
- [
2686
- "food",
2687
- 0
2688
- ]
2689
- ],
2690
2680
  [
2691
2681
  [
2692
2682
  "chicken",
@@ -3435,13 +3425,13 @@
3435
3425
  "one": {
3436
3426
  "number": "one",
3437
3427
  "marker": "unknown",
3428
+ "value": "sushi",
3429
+ "word": "sushi",
3430
+ "text": "sushi",
3438
3431
  "range": {
3439
3432
  "start": 0,
3440
3433
  "end": 12
3441
3434
  },
3442
- "word": "sushi",
3443
- "text": "sushi",
3444
- "value": "sushi",
3445
3435
  "unknown": true,
3446
3436
  "dead": true,
3447
3437
  "types": [
@@ -4329,39 +4319,39 @@
4329
4319
  "value": [
4330
4320
  {
4331
4321
  "marker": "unknown",
4322
+ "value": "apples",
4323
+ "word": "apples",
4324
+ "text": "apples",
4332
4325
  "range": {
4333
4326
  "start": 0,
4334
4327
  "end": 5
4335
4328
  },
4336
- "word": "apples",
4337
- "text": "apples",
4338
- "value": "apples",
4339
4329
  "unknown": true,
4340
4330
  "dead": true,
4341
4331
  "level": 1
4342
4332
  },
4343
4333
  {
4344
4334
  "marker": "unknown",
4335
+ "value": "oranges",
4336
+ "word": "oranges",
4337
+ "text": "oranges",
4345
4338
  "range": {
4346
4339
  "start": 7,
4347
4340
  "end": 13
4348
4341
  },
4349
- "word": "oranges",
4350
- "text": "oranges",
4351
- "value": "oranges",
4352
4342
  "unknown": true,
4353
4343
  "dead": true,
4354
4344
  "level": 2
4355
4345
  },
4356
4346
  {
4357
4347
  "marker": "unknown",
4348
+ "value": "bananas",
4349
+ "word": "bananas",
4350
+ "text": "bananas",
4358
4351
  "range": {
4359
4352
  "start": 19,
4360
4353
  "end": 25
4361
4354
  },
4362
- "word": "bananas",
4363
- "text": "bananas",
4364
- "value": "bananas",
4365
4355
  "unknown": true,
4366
4356
  "dead": true,
4367
4357
  "level": 2
@@ -4380,13 +4370,13 @@
4380
4370
  },
4381
4371
  "two": {
4382
4372
  "marker": "unknown",
4373
+ "value": "fruit",
4374
+ "word": "fruit",
4375
+ "text": "fruit",
4383
4376
  "range": {
4384
4377
  "start": 31,
4385
4378
  "end": 35
4386
4379
  },
4387
- "word": "fruit",
4388
- "text": "fruit",
4389
- "value": "fruit",
4390
4380
  "unknown": true,
4391
4381
  "dead": true,
4392
4382
  "types": [
@@ -5264,13 +5254,13 @@
5264
5254
  "modifiers": [
5265
5255
  {
5266
5256
  "marker": "unknown",
5257
+ "value": "hot",
5258
+ "word": "hot",
5259
+ "text": "hot",
5267
5260
  "range": {
5268
5261
  "start": 0,
5269
5262
  "end": 2
5270
5263
  },
5271
- "word": "hot",
5272
- "text": "hot",
5273
- "value": "hot",
5274
5264
  "unknown": true,
5275
5265
  "dead": true,
5276
5266
  "level": 1
@@ -5278,13 +5268,13 @@
5278
5268
  ],
5279
5269
  "concept": {
5280
5270
  "marker": "unknown",
5271
+ "value": "dog",
5272
+ "word": "dog",
5273
+ "text": "dog",
5281
5274
  "range": {
5282
5275
  "start": 13,
5283
5276
  "end": 15
5284
5277
  },
5285
- "word": "dog",
5286
- "text": "dog",
5287
- "value": "dog",
5288
5278
  "unknown": true,
5289
5279
  "dead": true,
5290
5280
  "level": 1
@@ -6300,13 +6290,13 @@
6300
6290
  },
6301
6291
  "two": {
6302
6292
  "marker": "unknown",
6293
+ "value": "sausages",
6294
+ "word": "sausages",
6295
+ "text": "sausages",
6303
6296
  "range": {
6304
6297
  "start": 13,
6305
6298
  "end": 20
6306
6299
  },
6307
- "word": "sausages",
6308
- "text": "sausages",
6309
- "value": "sausages",
6310
6300
  "unknown": true,
6311
6301
  "dead": true,
6312
6302
  "types": [
@@ -6371,16 +6361,6 @@
6371
6361
  1
6372
6362
  ]
6373
6363
  ],
6374
- [
6375
- [
6376
- "hot",
6377
- 0
6378
- ],
6379
- [
6380
- "unknown",
6381
- 0
6382
- ]
6383
- ],
6384
6364
  [
6385
6365
  [
6386
6366
  "is",
@@ -7346,13 +7326,13 @@
7346
7326
  },
7347
7327
  "two": {
7348
7328
  "marker": "unknown",
7329
+ "value": "meat",
7330
+ "word": "meat",
7331
+ "text": "meat",
7349
7332
  "range": {
7350
7333
  "start": 13,
7351
7334
  "end": 16
7352
7335
  },
7353
- "word": "meat",
7354
- "text": "meat",
7355
- "value": "meat",
7356
7336
  "unknown": true,
7357
7337
  "dead": true,
7358
7338
  "types": [
@@ -8380,13 +8360,13 @@
8380
8360
  "modifiers": [
8381
8361
  {
8382
8362
  "marker": "unknown",
8363
+ "value": "french",
8364
+ "word": "french",
8365
+ "text": "french",
8383
8366
  "range": {
8384
8367
  "start": 0,
8385
8368
  "end": 5
8386
8369
  },
8387
- "word": "french",
8388
- "text": "french",
8389
- "value": "french",
8390
8370
  "unknown": true,
8391
8371
  "dead": true,
8392
8372
  "level": 1
@@ -8394,13 +8374,13 @@
8394
8374
  ],
8395
8375
  "concept": {
8396
8376
  "marker": "unknown",
8377
+ "value": "fries",
8378
+ "word": "fries",
8379
+ "text": "fries",
8397
8380
  "range": {
8398
8381
  "start": 16,
8399
8382
  "end": 20
8400
8383
  },
8401
- "word": "fries",
8402
- "text": "fries",
8403
- "value": "fries",
8404
8384
  "unknown": true,
8405
8385
  "dead": true,
8406
8386
  "level": 1
@@ -13103,26 +13083,26 @@
13103
13083
  "value": [
13104
13084
  {
13105
13085
  "marker": "unknown",
13086
+ "value": "pie",
13087
+ "word": "pie",
13088
+ "text": "pie",
13106
13089
  "range": {
13107
13090
  "start": 0,
13108
13091
  "end": 2
13109
13092
  },
13110
- "word": "pie",
13111
- "text": "pie",
13112
- "value": "pie",
13113
13093
  "unknown": true,
13114
13094
  "dead": true,
13115
13095
  "level": 2
13116
13096
  },
13117
13097
  {
13118
13098
  "marker": "unknown",
13099
+ "value": "salad",
13100
+ "word": "salad",
13101
+ "text": "salad",
13119
13102
  "range": {
13120
13103
  "start": 8,
13121
13104
  "end": 12
13122
13105
  },
13123
- "word": "salad",
13124
- "text": "salad",
13125
- "value": "salad",
13126
13106
  "unknown": true,
13127
13107
  "dead": true,
13128
13108
  "level": 2
@@ -15679,13 +15659,13 @@
15679
15659
  "one": {
15680
15660
  "number": "many",
15681
15661
  "marker": "unknown",
15662
+ "value": "sandwiches",
15663
+ "word": "sandwiches",
15664
+ "text": "sandwiches",
15682
15665
  "range": {
15683
15666
  "start": 0,
15684
15667
  "end": 18
15685
15668
  },
15686
- "word": "sandwiches",
15687
- "text": "sandwiches",
15688
- "value": "sandwiches",
15689
15669
  "unknown": true,
15690
15670
  "dead": true,
15691
15671
  "types": [
@@ -15758,16 +15738,6 @@
15758
15738
  1
15759
15739
  ]
15760
15740
  ],
15761
- [
15762
- [
15763
- "food",
15764
- 0
15765
- ],
15766
- [
15767
- "unknown",
15768
- 0
15769
- ]
15770
- ],
15771
15741
  [
15772
15742
  [
15773
15743
  "is",
@@ -17406,13 +17376,13 @@
17406
17376
  "value": [
17407
17377
  {
17408
17378
  "marker": "unknown",
17379
+ "value": "carrots",
17380
+ "word": "carrots",
17381
+ "text": "carrots ,",
17409
17382
  "range": {
17410
17383
  "start": 0,
17411
17384
  "end": 7
17412
17385
  },
17413
- "word": "carrots",
17414
- "text": "carrots ,",
17415
- "value": "carrots",
17416
17386
  "unknown": true,
17417
17387
  "dead": true,
17418
17388
  "decorators": {
@@ -17434,13 +17404,13 @@
17434
17404
  },
17435
17405
  {
17436
17406
  "marker": "unknown",
17407
+ "value": "peas",
17408
+ "word": "peas",
17409
+ "text": "peas ,",
17437
17410
  "range": {
17438
17411
  "start": 9,
17439
17412
  "end": 13
17440
17413
  },
17441
- "word": "peas",
17442
- "text": "peas ,",
17443
- "value": "peas",
17444
17414
  "unknown": true,
17445
17415
  "dead": true,
17446
17416
  "decorators": {
@@ -17462,13 +17432,13 @@
17462
17432
  },
17463
17433
  {
17464
17434
  "marker": "unknown",
17435
+ "value": "cabbage",
17436
+ "word": "cabbage",
17437
+ "text": "cabbage ,",
17465
17438
  "range": {
17466
17439
  "start": 15,
17467
17440
  "end": 22
17468
17441
  },
17469
- "word": "cabbage",
17470
- "text": "cabbage ,",
17471
- "value": "cabbage",
17472
17442
  "unknown": true,
17473
17443
  "dead": true,
17474
17444
  "decorators": {
@@ -17490,26 +17460,26 @@
17490
17460
  },
17491
17461
  {
17492
17462
  "marker": "unknown",
17463
+ "value": "potatoes",
17464
+ "word": "potatoes",
17465
+ "text": "potatoes",
17493
17466
  "range": {
17494
17467
  "start": 24,
17495
17468
  "end": 31
17496
17469
  },
17497
- "word": "potatoes",
17498
- "text": "potatoes",
17499
- "value": "potatoes",
17500
17470
  "unknown": true,
17501
17471
  "dead": true,
17502
17472
  "level": 2
17503
17473
  },
17504
17474
  {
17505
17475
  "marker": "unknown",
17476
+ "value": "broccoli",
17477
+ "word": "broccoli",
17478
+ "text": "broccoli",
17506
17479
  "range": {
17507
17480
  "start": 37,
17508
17481
  "end": 44
17509
17482
  },
17510
- "word": "broccoli",
17511
- "text": "broccoli",
17512
- "value": "broccoli",
17513
17483
  "unknown": true,
17514
17484
  "dead": true,
17515
17485
  "level": 2
@@ -17528,13 +17498,13 @@
17528
17498
  },
17529
17499
  "two": {
17530
17500
  "marker": "unknown",
17501
+ "value": "vegetables",
17502
+ "word": "vegetables",
17503
+ "text": "vegetables",
17531
17504
  "range": {
17532
17505
  "start": 50,
17533
17506
  "end": 59
17534
17507
  },
17535
- "word": "vegetables",
17536
- "text": "vegetables",
17537
- "value": "vegetables",
17538
17508
  "unknown": true,
17539
17509
  "dead": true,
17540
17510
  "types": [
@@ -19160,13 +19130,13 @@
19160
19130
  },
19161
19131
  {
19162
19132
  "marker": "unknown",
19133
+ "value": "bread",
19134
+ "word": "bread",
19135
+ "text": "bread",
19163
19136
  "range": {
19164
19137
  "start": 15,
19165
19138
  "end": 19
19166
19139
  },
19167
- "word": "bread",
19168
- "text": "bread",
19169
- "value": "bread",
19170
19140
  "unknown": true,
19171
19141
  "dead": true,
19172
19142
  "level": 1
@@ -19287,16 +19257,6 @@
19287
19257
  1
19288
19258
  ]
19289
19259
  ],
19290
- [
19291
- [
19292
- "food",
19293
- 0
19294
- ],
19295
- [
19296
- "unknown",
19297
- 0
19298
- ]
19299
- ],
19300
19260
  [
19301
19261
  [
19302
19262
  "is",
@@ -20773,13 +20733,13 @@
20773
20733
  ],
20774
20734
  "concept": {
20775
20735
  "marker": "unknown",
20736
+ "value": "toast",
20737
+ "word": "toast",
20738
+ "text": "toast",
20776
20739
  "range": {
20777
20740
  "start": 16,
20778
20741
  "end": 20
20779
20742
  },
20780
- "word": "toast",
20781
- "text": "toast",
20782
- "value": "toast",
20783
20743
  "unknown": true,
20784
20744
  "dead": true,
20785
20745
  "level": 1
@@ -22578,13 +22538,13 @@
22578
22538
  "value": [
22579
22539
  {
22580
22540
  "marker": "unknown",
22541
+ "value": "muffins",
22542
+ "word": "muffins",
22543
+ "text": "muffins ,",
22581
22544
  "range": {
22582
22545
  "start": 0,
22583
22546
  "end": 7
22584
22547
  },
22585
- "word": "muffins",
22586
- "text": "muffins ,",
22587
- "value": "muffins",
22588
22548
  "unknown": true,
22589
22549
  "dead": true,
22590
22550
  "decorators": {
@@ -22641,13 +22601,13 @@
22641
22601
  },
22642
22602
  {
22643
22603
  "marker": "unknown",
22604
+ "value": "pancakes",
22605
+ "word": "pancakes",
22606
+ "text": "pancakes",
22644
22607
  "range": {
22645
22608
  "start": 26,
22646
22609
  "end": 33
22647
22610
  },
22648
- "word": "pancakes",
22649
- "text": "pancakes",
22650
- "value": "pancakes",
22651
22611
  "unknown": true,
22652
22612
  "dead": true,
22653
22613
  "level": 1
@@ -22812,24 +22772,6 @@
22812
22772
  1
22813
22773
  ]
22814
22774
  ],
22815
- [
22816
- [
22817
- "bread",
22818
- 0
22819
- ],
22820
- [
22821
- "french",
22822
- 0
22823
- ],
22824
- [
22825
- "toast",
22826
- 0
22827
- ],
22828
- [
22829
- "unknown",
22830
- 0
22831
- ]
22832
- ],
22833
22775
  [
22834
22776
  [
22835
22777
  "bread",
@@ -24527,13 +24469,13 @@
24527
24469
  "one": {
24528
24470
  "number": "one",
24529
24471
  "marker": "unknown",
24472
+ "value": "grain",
24473
+ "word": "grain",
24474
+ "text": "grain",
24530
24475
  "range": {
24531
24476
  "start": 0,
24532
24477
  "end": 14
24533
24478
  },
24534
- "word": "grain",
24535
- "text": "grain",
24536
- "value": "grain",
24537
24479
  "unknown": true,
24538
24480
  "dead": true,
24539
24481
  "types": [
@@ -26287,13 +26229,13 @@
26287
26229
  "modifiers": [
26288
26230
  {
26289
26231
  "marker": "unknown",
26232
+ "value": "cereal",
26233
+ "word": "cereal",
26234
+ "text": "cereal",
26290
26235
  "range": {
26291
26236
  "start": 0,
26292
26237
  "end": 5
26293
26238
  },
26294
- "word": "cereal",
26295
- "text": "cereal",
26296
- "value": "cereal",
26297
26239
  "unknown": true,
26298
26240
  "dead": true,
26299
26241
  "level": 1
@@ -28134,13 +28076,13 @@
28134
28076
  "one": {
28135
28077
  "number": "one",
28136
28078
  "marker": "unknown",
28079
+ "value": "oatmeal",
28080
+ "word": "oatmeal",
28081
+ "text": "oatmeal",
28137
28082
  "range": {
28138
28083
  "start": 0,
28139
28084
  "end": 24
28140
28085
  },
28141
- "word": "oatmeal",
28142
- "text": "oatmeal",
28143
- "value": "oatmeal",
28144
28086
  "unknown": true,
28145
28087
  "dead": true,
28146
28088
  "types": [
@@ -31985,13 +31927,13 @@
31985
31927
  "one": {
31986
31928
  "number": "one",
31987
31929
  "marker": "unknown",
31930
+ "value": "hamburger",
31931
+ "word": "hamburger",
31932
+ "text": "a hamburger",
31988
31933
  "range": {
31989
31934
  "start": 0,
31990
31935
  "end": 24
31991
31936
  },
31992
- "word": "hamburger",
31993
- "text": "a hamburger",
31994
- "value": "hamburger",
31995
31937
  "unknown": true,
31996
31938
  "dead": true,
31997
31939
  "types": [
@@ -33971,13 +33913,13 @@
33971
33913
  "one": {
33972
33914
  "number": "one",
33973
33915
  "marker": "unknown",
33916
+ "value": "cheeseburger",
33917
+ "word": "cheeseburger",
33918
+ "text": "a cheeseburger",
33974
33919
  "range": {
33975
33920
  "start": 0,
33976
33921
  "end": 28
33977
33922
  },
33978
- "word": "cheeseburger",
33979
- "text": "a cheeseburger",
33980
- "value": "cheeseburger",
33981
33923
  "unknown": true,
33982
33924
  "dead": true,
33983
33925
  "types": [
@@ -35960,13 +35902,13 @@
35960
35902
  "one": {
35961
35903
  "number": "one",
35962
35904
  "marker": "unknown",
35905
+ "value": "cheese",
35906
+ "word": "cheese",
35907
+ "text": "cheese",
35963
35908
  "range": {
35964
35909
  "start": 0,
35965
35910
  "end": 15
35966
35911
  },
35967
- "word": "cheese",
35968
- "text": "cheese",
35969
- "value": "cheese",
35970
35912
  "unknown": true,
35971
35913
  "dead": true,
35972
35914
  "types": [
@@ -37964,13 +37906,13 @@
37964
37906
  "one": {
37965
37907
  "number": "one",
37966
37908
  "marker": "unknown",
37909
+ "value": "cheddar",
37910
+ "word": "cheddar",
37911
+ "text": "cheddar",
37967
37912
  "range": {
37968
37913
  "start": 0,
37969
37914
  "end": 18
37970
37915
  },
37971
- "word": "cheddar",
37972
- "text": "cheddar",
37973
- "value": "cheddar",
37974
37916
  "unknown": true,
37975
37917
  "dead": true,
37976
37918
  "types": [
@@ -40673,13 +40615,13 @@
40673
40615
  "value": [
40674
40616
  {
40675
40617
  "marker": "unknown",
40618
+ "value": "milk",
40619
+ "word": "milk",
40620
+ "text": "milk ,",
40676
40621
  "range": {
40677
40622
  "start": 0,
40678
40623
  "end": 4
40679
40624
  },
40680
- "word": "milk",
40681
- "text": "milk ,",
40682
- "value": "milk",
40683
40625
  "unknown": true,
40684
40626
  "dead": true,
40685
40627
  "decorators": {
@@ -40701,13 +40643,13 @@
40701
40643
  },
40702
40644
  {
40703
40645
  "marker": "unknown",
40646
+ "value": "pop",
40647
+ "word": "pop",
40648
+ "text": "pop ,",
40704
40649
  "range": {
40705
40650
  "start": 6,
40706
40651
  "end": 9
40707
40652
  },
40708
- "word": "pop",
40709
- "text": "pop ,",
40710
- "value": "pop",
40711
40653
  "unknown": true,
40712
40654
  "dead": true,
40713
40655
  "decorators": {
@@ -40729,13 +40671,13 @@
40729
40671
  },
40730
40672
  {
40731
40673
  "marker": "unknown",
40674
+ "value": "soda",
40675
+ "word": "soda",
40676
+ "text": "soda ,",
40732
40677
  "range": {
40733
40678
  "start": 11,
40734
40679
  "end": 15
40735
40680
  },
40736
- "word": "soda",
40737
- "text": "soda ,",
40738
- "value": "soda",
40739
40681
  "unknown": true,
40740
40682
  "dead": true,
40741
40683
  "decorators": {
@@ -40757,13 +40699,13 @@
40757
40699
  },
40758
40700
  {
40759
40701
  "marker": "unknown",
40702
+ "value": "coffee",
40703
+ "word": "coffee",
40704
+ "text": "coffee ,",
40760
40705
  "range": {
40761
40706
  "start": 17,
40762
40707
  "end": 23
40763
40708
  },
40764
- "word": "coffee",
40765
- "text": "coffee ,",
40766
- "value": "coffee",
40767
40709
  "unknown": true,
40768
40710
  "dead": true,
40769
40711
  "decorators": {
@@ -40785,13 +40727,13 @@
40785
40727
  },
40786
40728
  {
40787
40729
  "marker": "unknown",
40730
+ "value": "tea",
40731
+ "word": "tea",
40732
+ "text": "tea ,",
40788
40733
  "range": {
40789
40734
  "start": 25,
40790
40735
  "end": 28
40791
40736
  },
40792
- "word": "tea",
40793
- "text": "tea ,",
40794
- "value": "tea",
40795
40737
  "unknown": true,
40796
40738
  "dead": true,
40797
40739
  "decorators": {
@@ -40813,26 +40755,26 @@
40813
40755
  },
40814
40756
  {
40815
40757
  "marker": "unknown",
40758
+ "value": "shakes",
40759
+ "word": "shakes",
40760
+ "text": "shakes",
40816
40761
  "range": {
40817
40762
  "start": 30,
40818
40763
  "end": 35
40819
40764
  },
40820
- "word": "shakes",
40821
- "text": "shakes",
40822
- "value": "shakes",
40823
40765
  "unknown": true,
40824
40766
  "dead": true,
40825
40767
  "level": 2
40826
40768
  },
40827
40769
  {
40828
40770
  "marker": "unknown",
40771
+ "value": "juice",
40772
+ "word": "juice",
40773
+ "text": "juice",
40829
40774
  "range": {
40830
40775
  "start": 41,
40831
40776
  "end": 45
40832
40777
  },
40833
- "word": "juice",
40834
- "text": "juice",
40835
- "value": "juice",
40836
40778
  "unknown": true,
40837
40779
  "dead": true,
40838
40780
  "level": 2
@@ -45329,13 +45271,13 @@
45329
45271
  "modifiers": [
45330
45272
  {
45331
45273
  "marker": "unknown",
45274
+ "value": "chocolate",
45275
+ "word": "chocolate",
45276
+ "text": "chocolate",
45332
45277
  "range": {
45333
45278
  "start": 0,
45334
45279
  "end": 8
45335
45280
  },
45336
- "word": "chocolate",
45337
- "text": "chocolate",
45338
- "value": "chocolate",
45339
45281
  "unknown": true,
45340
45282
  "dead": true,
45341
45283
  "level": 1
@@ -47676,13 +47618,13 @@
47676
47618
  "one": {
47677
47619
  "number": "one",
47678
47620
  "marker": "unknown",
47621
+ "value": "lemonade",
47622
+ "word": "lemonade",
47623
+ "text": "lemonade",
47679
47624
  "range": {
47680
47625
  "start": 0,
47681
47626
  "end": 18
47682
47627
  },
47683
- "word": "lemonade",
47684
- "text": "lemonade",
47685
- "value": "lemonade",
47686
47628
  "unknown": true,
47687
47629
  "dead": true,
47688
47630
  "types": [
@@ -48375,24 +48317,6 @@
48375
48317
  1
48376
48318
  ]
48377
48319
  ],
48378
- [
48379
- [
48380
- "bread",
48381
- 0
48382
- ],
48383
- [
48384
- "french",
48385
- 0
48386
- ],
48387
- [
48388
- "toast",
48389
- 0
48390
- ],
48391
- [
48392
- "unknown",
48393
- 0
48394
- ]
48395
- ],
48396
48320
  [
48397
48321
  [
48398
48322
  "bread",
@@ -48473,16 +48397,6 @@
48473
48397
  0
48474
48398
  ]
48475
48399
  ],
48476
- [
48477
- [
48478
- "chicken",
48479
- 0
48480
- ],
48481
- [
48482
- "food",
48483
- 0
48484
- ]
48485
- ],
48486
48400
  [
48487
48401
  [
48488
48402
  "chicken",
@@ -49095,26 +49009,6 @@
49095
49009
  1
49096
49010
  ]
49097
49011
  ],
49098
- [
49099
- [
49100
- "food",
49101
- 0
49102
- ],
49103
- [
49104
- "unknown",
49105
- 0
49106
- ]
49107
- ],
49108
- [
49109
- [
49110
- "food",
49111
- 0
49112
- ],
49113
- [
49114
- "unknown",
49115
- 0
49116
- ]
49117
- ],
49118
49012
  [
49119
49013
  [
49120
49014
  "french",
@@ -49171,16 +49065,6 @@
49171
49065
  1
49172
49066
  ]
49173
49067
  ],
49174
- [
49175
- [
49176
- "hot",
49177
- 0
49178
- ],
49179
- [
49180
- "unknown",
49181
- 0
49182
- ]
49183
- ],
49184
49068
  [
49185
49069
  [
49186
49070
  "is",