tpmkms_4wp 9.5.1 → 9.6.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 (122) hide show
  1. package/common/animals.instance.json +21 -61
  2. package/common/asking.js +116 -106
  3. package/common/avatar.test.json +1001 -860
  4. package/common/can.instance.json +2174 -0
  5. package/common/can.js +254 -0
  6. package/common/can.test.json +51307 -0
  7. package/common/characters.js +5 -5
  8. package/common/colors.instance.json +12 -12
  9. package/common/comparable.instance.json +3 -3
  10. package/common/concept.js +25 -27
  11. package/common/concept.test.json +180 -144
  12. package/common/conjunction.js +13 -5
  13. package/common/conjunction.test.json +32 -42
  14. package/common/crew.instance.json +196 -160
  15. package/common/crew.js +1 -1
  16. package/common/crew.test.json +4148 -3324
  17. package/common/currency.js +1 -1
  18. package/common/dateTimeSelectors.instance.json +2 -2
  19. package/common/dateTimeSelectors.js +3 -3
  20. package/common/dateTimeSelectors.test.json +76935 -35739
  21. package/common/dates.instance.json +3 -3
  22. package/common/dates.test.json +284 -287
  23. package/common/dialogues.js +41 -119
  24. package/common/dialogues.test.json +1171 -996
  25. package/common/dimension.instance.json +21369 -557
  26. package/common/dimension.js +148 -54
  27. package/common/dimension.test.json +8753 -3495
  28. package/common/drone.instance.json +23712 -0
  29. package/common/drone.js +448 -0
  30. package/common/drone.test.json +66665 -0
  31. package/common/edible.instance.json +32 -32
  32. package/common/emotions.instance.json +75 -76
  33. package/common/emotions.js +1 -1
  34. package/common/emotions.test.json +242 -174
  35. package/common/english_helpers.js +336 -0
  36. package/common/errors.js +6 -6
  37. package/common/evaluate.js +2 -2
  38. package/common/events.js +8 -8
  39. package/common/fastfood.instance.json +389 -245
  40. package/common/fastfood.js +11 -11
  41. package/common/fastfood.test.json +6970 -6829
  42. package/common/formulas.instance.json +1 -1
  43. package/common/formulas.js +1 -1
  44. package/common/gdefaults.js +111 -17
  45. package/common/help.js +12 -12
  46. package/common/help.test.json +65 -11
  47. package/common/helpers/concept.js +1 -1
  48. package/common/helpers/conjunction.js +54 -44
  49. package/common/helpers/dateTimeSelectors.js +2 -2
  50. package/common/helpers/dialogues.js +7 -2
  51. package/common/helpers/formulas.js +13 -11
  52. package/common/helpers/menus.js +12 -12
  53. package/common/helpers/meta.js +9 -9
  54. package/common/helpers/properties.js +185 -62
  55. package/common/helpers.js +167 -48
  56. package/common/hierarchy.js +6 -4
  57. package/common/kirk.instance.json +1 -1
  58. package/common/kirk.test.json +600 -424
  59. package/common/latin.instance.json +12 -12
  60. package/common/latin.js +9 -9
  61. package/common/length.instance.json +27612 -2890
  62. package/common/length.js +6 -1
  63. package/common/length.test.json +45315 -3925
  64. package/common/math.instance.json +29 -29
  65. package/common/math.js +47 -46
  66. package/common/menus.instance.json +7 -10
  67. package/common/menus.js +2 -9
  68. package/common/meta.js +77 -60
  69. package/common/nameable.js +20 -13
  70. package/common/nameable.test.json +436 -0
  71. package/common/numbers.js +1 -1
  72. package/common/ordering.instance.json +87 -19
  73. package/common/ordering.js +1 -1
  74. package/common/ordering.test.json +835 -417
  75. package/common/people.instance.json +96 -348
  76. package/common/people.js +6 -4
  77. package/common/people.test.json +4135 -3606
  78. package/common/pipboy.instance.json +17 -17
  79. package/common/pipboy.js +2 -3
  80. package/common/pokemon.instance.json +13 -13
  81. package/common/pokemon.js +1 -1
  82. package/common/pressure.instance.json +3579 -1610
  83. package/common/pressure.test.json +433 -477
  84. package/common/properties.instance.json +6 -17
  85. package/common/properties.js +25 -7
  86. package/common/properties.test.json +9565 -6951
  87. package/common/rates.instance.json +59 -0
  88. package/common/rates.js +97 -0
  89. package/common/rates.test.json +27702 -0
  90. package/common/reminders.instance.json +4 -4
  91. package/common/reminders.js +5 -5
  92. package/common/reminders.test.json +64635 -25787
  93. package/common/reports.instance.json +3 -3
  94. package/common/reports.js +18 -16
  95. package/common/scorekeeper.js +6 -6
  96. package/common/sdefaults.js +22 -2
  97. package/common/spock.instance.json +1 -1
  98. package/common/spock.test.json +606 -430
  99. package/common/stgame.js +1 -1
  100. package/common/stm.js +17 -6
  101. package/common/tell.js +1 -1
  102. package/common/temperature.instance.json +3659 -1690
  103. package/common/temperature.test.json +433 -477
  104. package/common/tester.js +3 -3
  105. package/common/time.instance.json +24762 -0
  106. package/common/time.js +137 -141
  107. package/common/time.test.json +31876 -3757
  108. package/common/tokenize.js +5 -2
  109. package/common/ui.instance.json +2 -5
  110. package/common/ui.js +1 -8
  111. package/common/weight.instance.json +10360 -4078
  112. package/common/weight.test.json +2601 -2263
  113. package/common/words.instance.json +9 -0
  114. package/common/words.js +53 -0
  115. package/common/words.test.json +2 -0
  116. package/common/wp.instance.json +408 -8
  117. package/common/wp.js +8 -4
  118. package/common/wp.test.json +7385 -6906
  119. package/main.js +4 -2
  120. package/package.json +20 -5
  121. package/common/listener.js +0 -50
  122. package/common/listener.test.json +0 -142
@@ -1004,7 +1004,7 @@
1004
1004
  "end": 19
1005
1005
  },
1006
1006
  "dead": true,
1007
- "modifiers": [
1007
+ "conceptModifiers": [
1008
1008
  {
1009
1009
  "value": "crew",
1010
1010
  "unknown": true,
@@ -2400,7 +2400,7 @@
2400
2400
  "word": "name",
2401
2401
  "range": {
2402
2402
  "start": 0,
2403
- "end": 17
2403
+ "end": 10
2404
2404
  },
2405
2405
  "dead": true,
2406
2406
  "types": [
@@ -4157,7 +4157,7 @@
4157
4157
  "word": "rank",
4158
4158
  "range": {
4159
4159
  "start": 0,
4160
- "end": 21
4160
+ "end": 10
4161
4161
  },
4162
4162
  "dead": true,
4163
4163
  "types": [
@@ -5953,7 +5953,7 @@
5953
5953
  "word": "eyes",
5954
5954
  "range": {
5955
5955
  "start": 0,
5956
- "end": 19
5956
+ "end": 10
5957
5957
  },
5958
5958
  "dead": true,
5959
5959
  "types": [
@@ -7737,7 +7737,7 @@
7737
7737
  "word": "kirk",
7738
7738
  "range": {
7739
7739
  "start": 0,
7740
- "end": 16
7740
+ "end": 3
7741
7741
  },
7742
7742
  "dead": true,
7743
7743
  "types": [
@@ -9400,7 +9400,7 @@
9400
9400
  "word": "kirk",
9401
9401
  "range": {
9402
9402
  "start": 0,
9403
- "end": 20
9403
+ "end": 3
9404
9404
  },
9405
9405
  "dead": true,
9406
9406
  "types": [
@@ -11157,7 +11157,7 @@
11157
11157
  "word": "rank",
11158
11158
  "range": {
11159
11159
  "start": 0,
11160
- "end": 21
11160
+ "end": 11
11161
11161
  },
11162
11162
  "dead": true,
11163
11163
  "types": [
@@ -13072,7 +13072,7 @@
13072
13072
  "word": "name",
13073
13073
  "range": {
13074
13074
  "start": 0,
13075
- "end": 20
13075
+ "end": 11
13076
13076
  },
13077
13077
  "dead": true,
13078
13078
  "types": [
@@ -14992,7 +14992,7 @@
14992
14992
  "word": "eyes",
14993
14993
  "range": {
14994
14994
  "start": 0,
14995
- "end": 21
14995
+ "end": 11
14996
14996
  },
14997
14997
  "dead": true,
14998
14998
  "types": [
@@ -16870,7 +16870,7 @@
16870
16870
  "word": "spock",
16871
16871
  "range": {
16872
16872
  "start": 0,
16873
- "end": 16
16873
+ "end": 4
16874
16874
  },
16875
16875
  "dead": true,
16876
16876
  "types": [
@@ -18618,7 +18618,7 @@
18618
18618
  "word": "spock",
18619
18619
  "range": {
18620
18620
  "start": 0,
18621
- "end": 21
18621
+ "end": 4
18622
18622
  },
18623
18623
  "dead": true,
18624
18624
  "types": [
@@ -20460,7 +20460,7 @@
20460
20460
  "word": "rank",
20461
20461
  "range": {
20462
20462
  "start": 0,
20463
- "end": 21
20463
+ "end": 11
20464
20464
  },
20465
20465
  "dead": true,
20466
20466
  "types": [
@@ -22469,7 +22469,7 @@
22469
22469
  "word": "name",
22470
22470
  "range": {
22471
22471
  "start": 0,
22472
- "end": 20
22472
+ "end": 11
22473
22473
  },
22474
22474
  "dead": true,
22475
22475
  "types": [
@@ -24479,7 +24479,7 @@
24479
24479
  "word": "eyes",
24480
24480
  "range": {
24481
24481
  "start": 0,
24482
- "end": 21
24482
+ "end": 11
24483
24483
  },
24484
24484
  "dead": true,
24485
24485
  "types": [
@@ -26463,7 +26463,7 @@
26463
26463
  "word": "mccoy",
26464
26464
  "range": {
26465
26465
  "start": 0,
26466
- "end": 21
26466
+ "end": 4
26467
26467
  },
26468
26468
  "dead": true,
26469
26469
  "types": [
@@ -28309,7 +28309,7 @@
28309
28309
  "word": "mccoy",
28310
28310
  "range": {
28311
28311
  "start": 0,
28312
- "end": 16
28312
+ "end": 4
28313
28313
  },
28314
28314
  "dead": true,
28315
28315
  "types": [
@@ -30159,7 +30159,7 @@
30159
30159
  ],
30160
30160
  "ops": [
30161
30161
  [
30162
- "is",
30162
+ "be",
30163
30163
  0
30164
30164
  ],
30165
30165
  [
@@ -30217,7 +30217,7 @@
30217
30217
  "word": "status",
30218
30218
  "range": {
30219
30219
  "start": 0,
30220
- "end": 33
30220
+ "end": 24
30221
30221
  },
30222
30222
  "dead": true,
30223
30223
  "types": [
@@ -30391,6 +30391,10 @@
30391
30391
  "propertyOf",
30392
30392
  0
30393
30393
  ],
30394
+ [
30395
+ "the",
30396
+ 0
30397
+ ],
30394
30398
  [
30395
30399
  "unknown",
30396
30400
  0
@@ -30401,6 +30405,16 @@
30401
30405
  "is",
30402
30406
  0
30403
30407
  ],
30408
+ [
30409
+ "propertyOf",
30410
+ 0
30411
+ ],
30412
+ [
30413
+ "unknown",
30414
+ 0
30415
+ ]
30416
+ ],
30417
+ [
30404
30418
  [
30405
30419
  "propertyOf",
30406
30420
  1
@@ -30858,7 +30872,7 @@
30858
30872
  },
30859
30873
  {
30860
30874
  "marker": [
30861
- "is",
30875
+ "be",
30862
30876
  0
30863
30877
  ],
30864
30878
  "range": {
@@ -32461,7 +32475,7 @@
32461
32475
  "end": 24
32462
32476
  },
32463
32477
  "dead": true,
32464
- "modifiers": [
32478
+ "conceptModifiers": [
32465
32479
  {
32466
32480
  "value": "photon",
32467
32481
  "unknown": true,
@@ -34419,7 +34433,7 @@
34419
34433
  ],
34420
34434
  "ops": [
34421
34435
  [
34422
- "is",
34436
+ "be",
34423
34437
  0
34424
34438
  ],
34425
34439
  [
@@ -34476,7 +34490,7 @@
34476
34490
  "word": "status",
34477
34491
  "range": {
34478
34492
  "start": 0,
34479
- "end": 42
34493
+ "end": 33
34480
34494
  },
34481
34495
  "dead": true,
34482
34496
  "types": [
@@ -34724,10 +34738,6 @@
34724
34738
  "is",
34725
34739
  0
34726
34740
  ],
34727
- [
34728
- "propertyOf",
34729
- 1
34730
- ],
34731
34741
  [
34732
34742
  "status",
34733
34743
  0
@@ -34739,8 +34749,8 @@
34739
34749
  ],
34740
34750
  [
34741
34751
  [
34742
- "is",
34743
- 0
34752
+ "propertyOf",
34753
+ 1
34744
34754
  ],
34745
34755
  [
34746
34756
  "status",
@@ -35229,7 +35239,7 @@
35229
35239
  },
35230
35240
  {
35231
35241
  "marker": [
35232
- "is",
35242
+ "be",
35233
35243
  0
35234
35244
  ],
35235
35245
  "range": {
@@ -36986,7 +36996,7 @@
36986
36996
  "word": "phasers",
36987
36997
  "range": {
36988
36998
  "start": 0,
36989
- "end": 18
36999
+ "end": 6
36990
37000
  },
36991
37001
  "dead": true,
36992
37002
  "types": [
@@ -38867,7 +38877,7 @@
38867
38877
  "word": "torpedoes",
38868
38878
  "range": {
38869
38879
  "start": 0,
38870
- "end": 20
38880
+ "end": 8
38871
38881
  },
38872
38882
  "dead": true,
38873
38883
  "types": [
@@ -40742,7 +40752,7 @@
40742
40752
  "word": "kirk",
40743
40753
  "range": {
40744
40754
  "start": 0,
40745
- "end": 15
40755
+ "end": 3
40746
40756
  },
40747
40757
  "dead": true,
40748
40758
  "types": [
@@ -42572,7 +42582,7 @@
42572
42582
  "word": "spock",
42573
42583
  "range": {
42574
42584
  "start": 0,
42575
- "end": 16
42585
+ "end": 4
42576
42586
  },
42577
42587
  "dead": true,
42578
42588
  "types": [
@@ -44402,7 +44412,7 @@
44402
44412
  "word": "mccoy",
44403
44413
  "range": {
44404
44414
  "start": 0,
44405
- "end": 16
44415
+ "end": 4
44406
44416
  },
44407
44417
  "dead": true,
44408
44418
  "types": [
@@ -46404,7 +46414,7 @@
46404
46414
  0
46405
46415
  ],
46406
46416
  [
46407
- "is",
46417
+ "be",
46408
46418
  0
46409
46419
  ],
46410
46420
  [
@@ -46437,7 +46447,7 @@
46437
46447
  0
46438
46448
  ],
46439
46449
  [
46440
- "is",
46450
+ "be",
46441
46451
  0
46442
46452
  ],
46443
46453
  [
@@ -46466,7 +46476,7 @@
46466
46476
  0
46467
46477
  ],
46468
46478
  [
46469
- "is",
46479
+ "be",
46470
46480
  0
46471
46481
  ],
46472
46482
  [
@@ -46508,7 +46518,7 @@
46508
46518
  ],
46509
46519
  "ops": [
46510
46520
  [
46511
- "is",
46521
+ "be",
46512
46522
  0
46513
46523
  ],
46514
46524
  [
@@ -46573,6 +46583,7 @@
46573
46583
  "dead": true,
46574
46584
  "from": {
46575
46585
  "value": "arm",
46586
+ "isVerb": true,
46576
46587
  "number": "many",
46577
46588
  "text": "arm the weapon",
46578
46589
  "marker": "arm",
@@ -46586,7 +46597,7 @@
46586
46597
  "value": "weapon",
46587
46598
  "unknown": true,
46588
46599
  "text": "the weapon",
46589
- "marker": "weapon",
46600
+ "marker": "unknown",
46590
46601
  "word": "weapon",
46591
46602
  "range": {
46592
46603
  "start": 4,
@@ -46607,12 +46618,35 @@
46607
46618
  ],
46608
46619
  "level": 0
46609
46620
  },
46621
+ "operator": {
46622
+ "value": "arm",
46623
+ "isVerb": true,
46624
+ "number": "one",
46625
+ "text": "arm",
46626
+ "marker": "arm",
46627
+ "word": "arm",
46628
+ "range": {
46629
+ "start": 0,
46630
+ "end": 2
46631
+ },
46632
+ "evaluateWord": true,
46633
+ "imperative": true,
46634
+ "level": 0
46635
+ },
46610
46636
  "unflatten": [
46611
46637
  "weapon"
46612
46638
  ],
46613
46639
  "focusable": [
46614
46640
  "weapon"
46615
46641
  ],
46642
+ "interpolate": [
46643
+ {
46644
+ "property": "operator"
46645
+ },
46646
+ {
46647
+ "property": "weapon"
46648
+ }
46649
+ ],
46616
46650
  "level": 1
46617
46651
  },
46618
46652
  "to": {
@@ -46632,7 +46666,7 @@
46632
46666
  "word": "status",
46633
46667
  "range": {
46634
46668
  "start": 21,
46635
- "end": 53
46669
+ "end": 44
46636
46670
  },
46637
46671
  "dead": true,
46638
46672
  "types": [
@@ -46799,10 +46833,6 @@
46799
46833
  "arm",
46800
46834
  0
46801
46835
  ],
46802
- [
46803
- "is",
46804
- 0
46805
- ],
46806
46836
  [
46807
46837
  "means",
46808
46838
  0
@@ -46829,10 +46859,6 @@
46829
46859
  "arm",
46830
46860
  0
46831
46861
  ],
46832
- [
46833
- "is",
46834
- 0
46835
- ],
46836
46862
  [
46837
46863
  "means",
46838
46864
  0
@@ -46881,10 +46907,6 @@
46881
46907
  "means",
46882
46908
  0
46883
46909
  ],
46884
- [
46885
- "propertyOf",
46886
- 1
46887
- ],
46888
46910
  [
46889
46911
  "status",
46890
46912
  0
@@ -46897,28 +46919,28 @@
46897
46919
  [
46898
46920
  [
46899
46921
  "is",
46900
- 0
46922
+ 1
46901
46923
  ],
46902
46924
  [
46903
46925
  "means",
46904
46926
  0
46905
- ],
46906
- [
46907
- "status",
46908
- 0
46909
- ],
46910
- [
46911
- "unknown",
46912
- 0
46913
46927
  ]
46914
46928
  ],
46915
46929
  [
46916
46930
  [
46917
- "is",
46931
+ "means",
46932
+ 0
46933
+ ],
46934
+ [
46935
+ "propertyOf",
46918
46936
  1
46919
46937
  ],
46920
46938
  [
46921
- "means",
46939
+ "status",
46940
+ 0
46941
+ ],
46942
+ [
46943
+ "unknown",
46922
46944
  0
46923
46945
  ]
46924
46946
  ]
@@ -47585,7 +47607,7 @@
47585
47607
  },
47586
47608
  {
47587
47609
  "marker": [
47588
- "is",
47610
+ "be",
47589
47611
  0
47590
47612
  ],
47591
47613
  "range": {
@@ -47680,7 +47702,7 @@
47680
47702
  },
47681
47703
  {
47682
47704
  "marker": [
47683
- "is",
47705
+ "be",
47684
47706
  0
47685
47707
  ],
47686
47708
  "range": {
@@ -47765,7 +47787,7 @@
47765
47787
  },
47766
47788
  {
47767
47789
  "marker": [
47768
- "is",
47790
+ "be",
47769
47791
  0
47770
47792
  ],
47771
47793
  "range": {
@@ -47905,7 +47927,7 @@
47905
47927
  },
47906
47928
  {
47907
47929
  "marker": [
47908
- "is",
47930
+ "be",
47909
47931
  0
47910
47932
  ],
47911
47933
  "range": {
@@ -50029,7 +50051,7 @@
50029
50051
  ],
50030
50052
  "ops": [
50031
50053
  [
50032
- "is",
50054
+ "be",
50033
50055
  0
50034
50056
  ],
50035
50057
  [
@@ -50094,6 +50116,7 @@
50094
50116
  "dead": true,
50095
50117
  "from": {
50096
50118
  "value": "disarm",
50119
+ "isVerb": true,
50097
50120
  "number": "many",
50098
50121
  "text": "disarm the weapon",
50099
50122
  "marker": "disarm",
@@ -50128,12 +50151,35 @@
50128
50151
  ],
50129
50152
  "level": 0
50130
50153
  },
50154
+ "operator": {
50155
+ "value": "disarm",
50156
+ "isVerb": true,
50157
+ "number": "one",
50158
+ "text": "disarm",
50159
+ "marker": "disarm",
50160
+ "word": "disarm",
50161
+ "range": {
50162
+ "start": 0,
50163
+ "end": 5
50164
+ },
50165
+ "evaluateWord": true,
50166
+ "imperative": true,
50167
+ "level": 0
50168
+ },
50131
50169
  "unflatten": [
50132
50170
  "weapon"
50133
50171
  ],
50134
50172
  "focusable": [
50135
50173
  "weapon"
50136
50174
  ],
50175
+ "interpolate": [
50176
+ {
50177
+ "property": "operator"
50178
+ },
50179
+ {
50180
+ "property": "weapon"
50181
+ }
50182
+ ],
50137
50183
  "level": 1
50138
50184
  },
50139
50185
  "to": {
@@ -50153,7 +50199,7 @@
50153
50199
  "word": "status",
50154
50200
  "range": {
50155
50201
  "start": 24,
50156
- "end": 60
50202
+ "end": 47
50157
50203
  },
50158
50204
  "dead": true,
50159
50205
  "types": [
@@ -50422,10 +50468,6 @@
50422
50468
  "means",
50423
50469
  0
50424
50470
  ],
50425
- [
50426
- "propertyOf",
50427
- 1
50428
- ],
50429
50471
  [
50430
50472
  "status",
50431
50473
  0
@@ -50438,28 +50480,28 @@
50438
50480
  [
50439
50481
  [
50440
50482
  "is",
50441
- 0
50483
+ 1
50442
50484
  ],
50443
50485
  [
50444
50486
  "means",
50445
50487
  0
50446
- ],
50447
- [
50448
- "status",
50449
- 0
50450
- ],
50451
- [
50452
- "unknown",
50453
- 0
50454
50488
  ]
50455
50489
  ],
50456
50490
  [
50457
50491
  [
50458
- "is",
50492
+ "means",
50493
+ 0
50494
+ ],
50495
+ [
50496
+ "propertyOf",
50459
50497
  1
50460
50498
  ],
50461
50499
  [
50462
- "means",
50500
+ "status",
50501
+ 0
50502
+ ],
50503
+ [
50504
+ "unknown",
50463
50505
  0
50464
50506
  ]
50465
50507
  ]
@@ -51611,7 +51653,7 @@
51611
51653
  },
51612
51654
  {
51613
51655
  "marker": [
51614
- "is",
51656
+ "be",
51615
51657
  0
51616
51658
  ],
51617
51659
  "range": {
@@ -51961,10 +52003,6 @@
51961
52003
  "arm",
51962
52004
  0
51963
52005
  ],
51964
- [
51965
- "is",
51966
- 0
51967
- ],
51968
52006
  [
51969
52007
  "means",
51970
52008
  0
@@ -51991,10 +52029,6 @@
51991
52029
  "arm",
51992
52030
  0
51993
52031
  ],
51994
- [
51995
- "is",
51996
- 0
51997
- ],
51998
52032
  [
51999
52033
  "means",
52000
52034
  0
@@ -52492,50 +52526,6 @@
52492
52526
  0
52493
52527
  ]
52494
52528
  ],
52495
- [
52496
- [
52497
- "is",
52498
- 0
52499
- ],
52500
- [
52501
- "means",
52502
- 0
52503
- ],
52504
- [
52505
- "propertyOf",
52506
- 1
52507
- ],
52508
- [
52509
- "status",
52510
- 0
52511
- ],
52512
- [
52513
- "unknown",
52514
- 0
52515
- ]
52516
- ],
52517
- [
52518
- [
52519
- "is",
52520
- 0
52521
- ],
52522
- [
52523
- "means",
52524
- 0
52525
- ],
52526
- [
52527
- "propertyOf",
52528
- 1
52529
- ],
52530
- [
52531
- "status",
52532
- 0
52533
- ],
52534
- [
52535
- "unknown",
52536
- 0
52537
- ]
52538
- ],
52539
52529
  [
52540
52530
  [
52541
52531
  "is",
@@ -52890,21 +52880,7 @@
52890
52880
  0
52891
52881
  ],
52892
52882
  [
52893
- "unknown",
52894
- 0
52895
- ]
52896
- ],
52897
- [
52898
- [
52899
- "is",
52900
- 0
52901
- ],
52902
- [
52903
- "propertyOf",
52904
- 1
52905
- ],
52906
- [
52907
- "status",
52883
+ "the",
52908
52884
  0
52909
52885
  ],
52910
52886
  [
@@ -52919,7 +52895,7 @@
52919
52895
  ],
52920
52896
  [
52921
52897
  "propertyOf",
52922
- 1
52898
+ 0
52923
52899
  ],
52924
52900
  [
52925
52901
  "unknown",
@@ -53026,6 +53002,42 @@
53026
53002
  0
53027
53003
  ]
53028
53004
  ],
53005
+ [
53006
+ [
53007
+ "means",
53008
+ 0
53009
+ ],
53010
+ [
53011
+ "propertyOf",
53012
+ 1
53013
+ ],
53014
+ [
53015
+ "status",
53016
+ 0
53017
+ ],
53018
+ [
53019
+ "unknown",
53020
+ 0
53021
+ ]
53022
+ ],
53023
+ [
53024
+ [
53025
+ "means",
53026
+ 0
53027
+ ],
53028
+ [
53029
+ "propertyOf",
53030
+ 1
53031
+ ],
53032
+ [
53033
+ "status",
53034
+ 0
53035
+ ],
53036
+ [
53037
+ "unknown",
53038
+ 0
53039
+ ]
53040
+ ],
53029
53041
  [
53030
53042
  [
53031
53043
  "modifies",
@@ -53045,6 +53057,30 @@
53045
53057
  "unknown",
53046
53058
  0
53047
53059
  ]
53060
+ ],
53061
+ [
53062
+ [
53063
+ "propertyOf",
53064
+ 1
53065
+ ],
53066
+ [
53067
+ "status",
53068
+ 0
53069
+ ],
53070
+ [
53071
+ "unknown",
53072
+ 0
53073
+ ]
53074
+ ],
53075
+ [
53076
+ [
53077
+ "propertyOf",
53078
+ 1
53079
+ ],
53080
+ [
53081
+ "unknown",
53082
+ 0
53083
+ ]
53048
53084
  ]
53049
53085
  ],
53050
53086
  "summaries": [
@@ -57924,7 +57960,7 @@
57924
57960
  },
57925
57961
  {
57926
57962
  "marker": [
57927
- "is",
57963
+ "be",
57928
57964
  0
57929
57965
  ],
57930
57966
  "range": {
@@ -58614,7 +58650,7 @@
58614
58650
  },
58615
58651
  {
58616
58652
  "marker": [
58617
- "is",
58653
+ "be",
58618
58654
  0
58619
58655
  ],
58620
58656
  "range": {
@@ -59959,7 +59995,7 @@
59959
59995
  },
59960
59996
  {
59961
59997
  "marker": [
59962
- "is",
59998
+ "be",
59963
59999
  0
59964
60000
  ],
59965
60001
  "range": {
@@ -60054,7 +60090,7 @@
60054
60090
  },
60055
60091
  {
60056
60092
  "marker": [
60057
- "is",
60093
+ "be",
60058
60094
  0
60059
60095
  ],
60060
60096
  "range": {
@@ -60139,7 +60175,7 @@
60139
60175
  },
60140
60176
  {
60141
60177
  "marker": [
60142
- "is",
60178
+ "be",
60143
60179
  0
60144
60180
  ],
60145
60181
  "range": {
@@ -60279,7 +60315,7 @@
60279
60315
  },
60280
60316
  {
60281
60317
  "marker": [
60282
- "is",
60318
+ "be",
60283
60319
  0
60284
60320
  ],
60285
60321
  "range": {
@@ -61554,7 +61590,7 @@
61554
61590
  },
61555
61591
  {
61556
61592
  "marker": [
61557
- "is",
61593
+ "be",
61558
61594
  0
61559
61595
  ],
61560
61596
  "range": {