ekms 9.6.0-beta.26 → 9.6.0-beta.28

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 (42) hide show
  1. package/common/angle.instance.json +305 -104
  2. package/common/animals.instance.json +470 -0
  3. package/common/articles.js +14 -8
  4. package/common/articles.test.json +1215 -0
  5. package/common/can.instance.json +20 -0
  6. package/common/colors.instance.json +1728 -0
  7. package/common/comparable.instance.json +110 -0
  8. package/common/compass.instance.json +215 -0
  9. package/common/crew.instance.json +2985 -156
  10. package/common/dates.instance.json +434 -0
  11. package/common/dimension.instance.json +825 -0
  12. package/common/drone.instance.json +4466 -1
  13. package/common/drone.js +47 -15
  14. package/common/drone.test.json +83342 -1590
  15. package/common/drone_v1.instance.json +1140 -2
  16. package/common/edible.instance.json +3018 -0
  17. package/common/emotions.instance.json +10 -0
  18. package/common/fastfood.instance.json +19986 -42
  19. package/common/formulas.instance.json +50 -0
  20. package/common/help.test.json +3 -21
  21. package/common/helpers/dialogues.js +1 -0
  22. package/common/kirk.instance.json +130 -0
  23. package/common/length.instance.json +2630 -44
  24. package/common/math.instance.json +50 -0
  25. package/common/menus.instance.json +405 -0
  26. package/common/nameable.js +7 -1
  27. package/common/ordering.instance.json +20 -0
  28. package/common/people.instance.json +105 -0
  29. package/common/pipboy.instance.json +2101 -0
  30. package/common/pipboy.test.json +2643 -305
  31. package/common/pokemon.instance.json +330 -0
  32. package/common/pressure.instance.json +305 -0
  33. package/common/properties.instance.json +10 -0
  34. package/common/reports.instance.json +122 -2
  35. package/common/reports.test.json +4872 -1597
  36. package/common/spock.instance.json +130 -0
  37. package/common/temperature.instance.json +315 -112
  38. package/common/time.instance.json +785 -0
  39. package/common/ui.instance.json +50 -0
  40. package/common/weight.instance.json +1055 -0
  41. package/common/wp.instance.json +4193 -60
  42. package/package.json +2 -2
@@ -63,6 +63,11 @@
63
63
  "theAble",
64
64
  false
65
65
  ],
66
+ [
67
+ "amount",
68
+ "thisAble",
69
+ false
70
+ ],
66
71
  [
67
72
  "article",
68
73
  "article",
@@ -108,6 +113,11 @@
108
113
  "theAble",
109
114
  false
110
115
  ],
116
+ [
117
+ "ascending",
118
+ "thisAble",
119
+ false
120
+ ],
111
121
  [
112
122
  "between",
113
123
  "preposition",
@@ -183,6 +193,11 @@
183
193
  "theAble",
184
194
  false
185
195
  ],
196
+ [
197
+ "condition",
198
+ "thisAble",
199
+ false
200
+ ],
186
201
  [
187
202
  "convertToUnits",
188
203
  "expression",
@@ -243,6 +258,11 @@
243
258
  "theAble",
244
259
  false
245
260
  ],
261
+ [
262
+ "descending",
263
+ "thisAble",
264
+ false
265
+ ],
246
266
  [
247
267
  "dimension",
248
268
  "concept",
@@ -283,6 +303,11 @@
283
303
  "theAble",
284
304
  false
285
305
  ],
306
+ [
307
+ "dimension",
308
+ "thisAble",
309
+ false
310
+ ],
286
311
  [
287
312
  "distributable",
288
313
  "queryable",
@@ -363,6 +388,11 @@
363
388
  "theAble",
364
389
  false
365
390
  ],
391
+ [
392
+ "formula",
393
+ "thisAble",
394
+ false
395
+ ],
366
396
  [
367
397
  "formulaForVariable",
368
398
  "preposition",
@@ -433,6 +463,11 @@
433
463
  "theAble",
434
464
  false
435
465
  ],
466
+ [
467
+ "highest",
468
+ "thisAble",
469
+ false
470
+ ],
436
471
  [
437
472
  "ifAble",
438
473
  "ifAble",
@@ -688,6 +723,11 @@
688
723
  "theAble",
689
724
  false
690
725
  ],
726
+ [
727
+ "lowest",
728
+ "thisAble",
729
+ false
730
+ ],
691
731
  [
692
732
  "mathematical",
693
733
  "hierarchyAble",
@@ -833,6 +873,11 @@
833
873
  "theAble",
834
874
  false
835
875
  ],
876
+ [
877
+ "maximum",
878
+ "thisAble",
879
+ false
880
+ ],
836
881
  [
837
882
  "measurement",
838
883
  "hierarchyAble",
@@ -1173,6 +1218,11 @@
1173
1218
  "theAble",
1174
1219
  false
1175
1220
  ],
1221
+ [
1222
+ "minimum",
1223
+ "thisAble",
1224
+ false
1225
+ ],
1176
1226
  [
1177
1227
  "minusExpression",
1178
1228
  "mathematicalExpression",
@@ -1198,6 +1248,11 @@
1198
1248
  "theAble",
1199
1249
  false
1200
1250
  ],
1251
+ [
1252
+ "noun",
1253
+ "thisAble",
1254
+ false
1255
+ ],
1201
1256
  [
1202
1257
  "number",
1203
1258
  "expression",
@@ -1558,6 +1613,11 @@
1558
1613
  "theAble",
1559
1614
  false
1560
1615
  ],
1616
+ [
1617
+ "superlative",
1618
+ "thisAble",
1619
+ false
1620
+ ],
1561
1621
  [
1562
1622
  "system",
1563
1623
  "concept",
@@ -1638,6 +1698,11 @@
1638
1698
  "thisitthat",
1639
1699
  false
1640
1700
  ],
1701
+ [
1702
+ "thisAble",
1703
+ "thisAble",
1704
+ false
1705
+ ],
1641
1706
  [
1642
1707
  "thisitthat",
1643
1708
  "queryable",
@@ -2190,6 +2255,11 @@
2190
2255
  "theAble",
2191
2256
  false
2192
2257
  ],
2258
+ [
2259
+ "amount",
2260
+ "thisAble",
2261
+ false
2262
+ ],
2193
2263
  [
2194
2264
  "angle",
2195
2265
  "dimension",
@@ -2230,6 +2300,11 @@
2230
2300
  "theAble",
2231
2301
  false
2232
2302
  ],
2303
+ [
2304
+ "angle",
2305
+ "thisAble",
2306
+ false
2307
+ ],
2233
2308
  [
2234
2309
  "article",
2235
2310
  "article",
@@ -2275,6 +2350,11 @@
2275
2350
  "theAble",
2276
2351
  false
2277
2352
  ],
2353
+ [
2354
+ "ascending",
2355
+ "thisAble",
2356
+ false
2357
+ ],
2278
2358
  [
2279
2359
  "between",
2280
2360
  "preposition",
@@ -2350,6 +2430,11 @@
2350
2430
  "theAble",
2351
2431
  false
2352
2432
  ],
2433
+ [
2434
+ "condition",
2435
+ "thisAble",
2436
+ false
2437
+ ],
2353
2438
  [
2354
2439
  "convertToUnits",
2355
2440
  "expression",
@@ -2410,6 +2495,11 @@
2410
2495
  "theAble",
2411
2496
  false
2412
2497
  ],
2498
+ [
2499
+ "descending",
2500
+ "thisAble",
2501
+ false
2502
+ ],
2413
2503
  [
2414
2504
  "dimension",
2415
2505
  "concept",
@@ -2450,6 +2540,11 @@
2450
2540
  "theAble",
2451
2541
  false
2452
2542
  ],
2543
+ [
2544
+ "dimension",
2545
+ "thisAble",
2546
+ false
2547
+ ],
2453
2548
  [
2454
2549
  "distributable",
2455
2550
  "queryable",
@@ -2530,6 +2625,11 @@
2530
2625
  "theAble",
2531
2626
  false
2532
2627
  ],
2628
+ [
2629
+ "formula",
2630
+ "thisAble",
2631
+ false
2632
+ ],
2533
2633
  [
2534
2634
  "formulaForVariable",
2535
2635
  "preposition",
@@ -2600,6 +2700,11 @@
2600
2700
  "theAble",
2601
2701
  false
2602
2702
  ],
2703
+ [
2704
+ "highest",
2705
+ "thisAble",
2706
+ false
2707
+ ],
2603
2708
  [
2604
2709
  "ifAble",
2605
2710
  "ifAble",
@@ -2855,6 +2960,11 @@
2855
2960
  "theAble",
2856
2961
  false
2857
2962
  ],
2963
+ [
2964
+ "lowest",
2965
+ "thisAble",
2966
+ false
2967
+ ],
2858
2968
  [
2859
2969
  "mathematical",
2860
2970
  "hierarchyAble",
@@ -3000,6 +3110,11 @@
3000
3110
  "theAble",
3001
3111
  false
3002
3112
  ],
3113
+ [
3114
+ "maximum",
3115
+ "thisAble",
3116
+ false
3117
+ ],
3003
3118
  [
3004
3119
  "measurement",
3005
3120
  "hierarchyAble",
@@ -3340,6 +3455,11 @@
3340
3455
  "theAble",
3341
3456
  false
3342
3457
  ],
3458
+ [
3459
+ "minimum",
3460
+ "thisAble",
3461
+ false
3462
+ ],
3343
3463
  [
3344
3464
  "minusExpression",
3345
3465
  "mathematicalExpression",
@@ -3365,6 +3485,11 @@
3365
3485
  "theAble",
3366
3486
  false
3367
3487
  ],
3488
+ [
3489
+ "noun",
3490
+ "thisAble",
3491
+ false
3492
+ ],
3368
3493
  [
3369
3494
  "number",
3370
3495
  "expression",
@@ -3725,6 +3850,11 @@
3725
3850
  "theAble",
3726
3851
  false
3727
3852
  ],
3853
+ [
3854
+ "superlative",
3855
+ "thisAble",
3856
+ false
3857
+ ],
3728
3858
  [
3729
3859
  "system",
3730
3860
  "concept",
@@ -3805,6 +3935,11 @@
3805
3935
  "thisitthat",
3806
3936
  false
3807
3937
  ],
3938
+ [
3939
+ "thisAble",
3940
+ "thisAble",
3941
+ false
3942
+ ],
3808
3943
  [
3809
3944
  "thisitthat",
3810
3945
  "queryable",
@@ -4868,6 +5003,11 @@
4868
5003
  "theAble",
4869
5004
  false
4870
5005
  ],
5006
+ [
5007
+ "amount",
5008
+ "thisAble",
5009
+ false
5010
+ ],
4871
5011
  [
4872
5012
  "angle",
4873
5013
  "dimension",
@@ -4908,6 +5048,11 @@
4908
5048
  "theAble",
4909
5049
  false
4910
5050
  ],
5051
+ [
5052
+ "angle",
5053
+ "thisAble",
5054
+ false
5055
+ ],
4911
5056
  [
4912
5057
  "article",
4913
5058
  "article",
@@ -4953,6 +5098,11 @@
4953
5098
  "theAble",
4954
5099
  false
4955
5100
  ],
5101
+ [
5102
+ "ascending",
5103
+ "thisAble",
5104
+ false
5105
+ ],
4956
5106
  [
4957
5107
  "between",
4958
5108
  "preposition",
@@ -5028,6 +5178,11 @@
5028
5178
  "theAble",
5029
5179
  false
5030
5180
  ],
5181
+ [
5182
+ "condition",
5183
+ "thisAble",
5184
+ false
5185
+ ],
5031
5186
  [
5032
5187
  "convertToUnits",
5033
5188
  "expression",
@@ -5083,6 +5238,11 @@
5083
5238
  "theAble",
5084
5239
  false
5085
5240
  ],
5241
+ [
5242
+ "degree",
5243
+ "thisAble",
5244
+ false
5245
+ ],
5086
5246
  [
5087
5247
  "degree",
5088
5248
  "unit_angle",
@@ -5128,6 +5288,11 @@
5128
5288
  "theAble",
5129
5289
  false
5130
5290
  ],
5291
+ [
5292
+ "descending",
5293
+ "thisAble",
5294
+ false
5295
+ ],
5131
5296
  [
5132
5297
  "dimension",
5133
5298
  "concept",
@@ -5168,6 +5333,11 @@
5168
5333
  "theAble",
5169
5334
  false
5170
5335
  ],
5336
+ [
5337
+ "dimension",
5338
+ "thisAble",
5339
+ false
5340
+ ],
5171
5341
  [
5172
5342
  "distributable",
5173
5343
  "queryable",
@@ -5248,6 +5418,11 @@
5248
5418
  "theAble",
5249
5419
  false
5250
5420
  ],
5421
+ [
5422
+ "formula",
5423
+ "thisAble",
5424
+ false
5425
+ ],
5251
5426
  [
5252
5427
  "formulaForVariable",
5253
5428
  "preposition",
@@ -5318,6 +5493,11 @@
5318
5493
  "theAble",
5319
5494
  false
5320
5495
  ],
5496
+ [
5497
+ "highest",
5498
+ "thisAble",
5499
+ false
5500
+ ],
5321
5501
  [
5322
5502
  "ifAble",
5323
5503
  "ifAble",
@@ -5573,6 +5753,11 @@
5573
5753
  "theAble",
5574
5754
  false
5575
5755
  ],
5756
+ [
5757
+ "lowest",
5758
+ "thisAble",
5759
+ false
5760
+ ],
5576
5761
  [
5577
5762
  "mathematical",
5578
5763
  "hierarchyAble",
@@ -5718,6 +5903,11 @@
5718
5903
  "theAble",
5719
5904
  false
5720
5905
  ],
5906
+ [
5907
+ "maximum",
5908
+ "thisAble",
5909
+ false
5910
+ ],
5721
5911
  [
5722
5912
  "measurement",
5723
5913
  "hierarchyAble",
@@ -6058,6 +6248,11 @@
6058
6248
  "theAble",
6059
6249
  false
6060
6250
  ],
6251
+ [
6252
+ "minimum",
6253
+ "thisAble",
6254
+ false
6255
+ ],
6061
6256
  [
6062
6257
  "minusExpression",
6063
6258
  "mathematicalExpression",
@@ -6083,6 +6278,11 @@
6083
6278
  "theAble",
6084
6279
  false
6085
6280
  ],
6281
+ [
6282
+ "noun",
6283
+ "thisAble",
6284
+ false
6285
+ ],
6086
6286
  [
6087
6287
  "number",
6088
6288
  "expression",
@@ -6308,6 +6508,11 @@
6308
6508
  "theAble",
6309
6509
  false
6310
6510
  ],
6511
+ [
6512
+ "radian",
6513
+ "thisAble",
6514
+ false
6515
+ ],
6311
6516
  [
6312
6517
  "radian",
6313
6518
  "unit_angle",
@@ -6483,6 +6688,11 @@
6483
6688
  "theAble",
6484
6689
  false
6485
6690
  ],
6691
+ [
6692
+ "superlative",
6693
+ "thisAble",
6694
+ false
6695
+ ],
6486
6696
  [
6487
6697
  "system",
6488
6698
  "concept",
@@ -6563,6 +6773,11 @@
6563
6773
  "thisitthat",
6564
6774
  false
6565
6775
  ],
6776
+ [
6777
+ "thisAble",
6778
+ "thisAble",
6779
+ false
6780
+ ],
6566
6781
  [
6567
6782
  "thisitthat",
6568
6783
  "queryable",
@@ -6678,6 +6893,11 @@
6678
6893
  "theAble",
6679
6894
  false
6680
6895
  ],
6896
+ [
6897
+ "unit_angle",
6898
+ "thisAble",
6899
+ false
6900
+ ],
6681
6901
  [
6682
6902
  "unit_angle",
6683
6903
  "unit",
@@ -7145,32 +7365,6 @@
7145
7365
  0
7146
7366
  ]
7147
7367
  ],
7148
- [
7149
- [
7150
- "degree",
7151
- 0
7152
- ],
7153
- [
7154
- "divideByOperator",
7155
- 0
7156
- ],
7157
- [
7158
- "equals",
7159
- 0
7160
- ],
7161
- [
7162
- "integer",
7163
- 0
7164
- ],
7165
- [
7166
- "radian",
7167
- 0
7168
- ],
7169
- [
7170
- "timesOperator",
7171
- 0
7172
- ]
7173
- ],
7174
7368
  [
7175
7369
  [
7176
7370
  "degree",
@@ -7755,6 +7949,11 @@
7755
7949
  "theAble",
7756
7950
  false
7757
7951
  ],
7952
+ [
7953
+ "amount",
7954
+ "thisAble",
7955
+ false
7956
+ ],
7758
7957
  [
7759
7958
  "angle",
7760
7959
  "dimension",
@@ -7795,6 +7994,11 @@
7795
7994
  "theAble",
7796
7995
  false
7797
7996
  ],
7997
+ [
7998
+ "angle",
7999
+ "thisAble",
8000
+ false
8001
+ ],
7798
8002
  [
7799
8003
  "article",
7800
8004
  "article",
@@ -7840,6 +8044,11 @@
7840
8044
  "theAble",
7841
8045
  false
7842
8046
  ],
8047
+ [
8048
+ "ascending",
8049
+ "thisAble",
8050
+ false
8051
+ ],
7843
8052
  [
7844
8053
  "between",
7845
8054
  "preposition",
@@ -7915,6 +8124,11 @@
7915
8124
  "theAble",
7916
8125
  false
7917
8126
  ],
8127
+ [
8128
+ "condition",
8129
+ "thisAble",
8130
+ false
8131
+ ],
7918
8132
  [
7919
8133
  "convertToUnits",
7920
8134
  "expression",
@@ -7970,6 +8184,11 @@
7970
8184
  "theAble",
7971
8185
  false
7972
8186
  ],
8187
+ [
8188
+ "degree",
8189
+ "thisAble",
8190
+ false
8191
+ ],
7973
8192
  [
7974
8193
  "degree",
7975
8194
  "unit_angle",
@@ -8015,6 +8234,11 @@
8015
8234
  "theAble",
8016
8235
  false
8017
8236
  ],
8237
+ [
8238
+ "descending",
8239
+ "thisAble",
8240
+ false
8241
+ ],
8018
8242
  [
8019
8243
  "dimension",
8020
8244
  "concept",
@@ -8055,6 +8279,11 @@
8055
8279
  "theAble",
8056
8280
  false
8057
8281
  ],
8282
+ [
8283
+ "dimension",
8284
+ "thisAble",
8285
+ false
8286
+ ],
8058
8287
  [
8059
8288
  "distributable",
8060
8289
  "queryable",
@@ -8135,6 +8364,11 @@
8135
8364
  "theAble",
8136
8365
  false
8137
8366
  ],
8367
+ [
8368
+ "formula",
8369
+ "thisAble",
8370
+ false
8371
+ ],
8138
8372
  [
8139
8373
  "formulaForVariable",
8140
8374
  "preposition",
@@ -8205,6 +8439,11 @@
8205
8439
  "theAble",
8206
8440
  false
8207
8441
  ],
8442
+ [
8443
+ "highest",
8444
+ "thisAble",
8445
+ false
8446
+ ],
8208
8447
  [
8209
8448
  "ifAble",
8210
8449
  "ifAble",
@@ -8460,6 +8699,11 @@
8460
8699
  "theAble",
8461
8700
  false
8462
8701
  ],
8702
+ [
8703
+ "lowest",
8704
+ "thisAble",
8705
+ false
8706
+ ],
8463
8707
  [
8464
8708
  "mathematical",
8465
8709
  "hierarchyAble",
@@ -8605,6 +8849,11 @@
8605
8849
  "theAble",
8606
8850
  false
8607
8851
  ],
8852
+ [
8853
+ "maximum",
8854
+ "thisAble",
8855
+ false
8856
+ ],
8608
8857
  [
8609
8858
  "measurement",
8610
8859
  "hierarchyAble",
@@ -8945,6 +9194,11 @@
8945
9194
  "theAble",
8946
9195
  false
8947
9196
  ],
9197
+ [
9198
+ "minimum",
9199
+ "thisAble",
9200
+ false
9201
+ ],
8948
9202
  [
8949
9203
  "minusExpression",
8950
9204
  "mathematicalExpression",
@@ -8970,6 +9224,11 @@
8970
9224
  "theAble",
8971
9225
  false
8972
9226
  ],
9227
+ [
9228
+ "noun",
9229
+ "thisAble",
9230
+ false
9231
+ ],
8973
9232
  [
8974
9233
  "number",
8975
9234
  "expression",
@@ -9195,6 +9454,11 @@
9195
9454
  "theAble",
9196
9455
  false
9197
9456
  ],
9457
+ [
9458
+ "radian",
9459
+ "thisAble",
9460
+ false
9461
+ ],
9198
9462
  [
9199
9463
  "radian",
9200
9464
  "unit_angle",
@@ -9370,6 +9634,11 @@
9370
9634
  "theAble",
9371
9635
  false
9372
9636
  ],
9637
+ [
9638
+ "superlative",
9639
+ "thisAble",
9640
+ false
9641
+ ],
9373
9642
  [
9374
9643
  "system",
9375
9644
  "concept",
@@ -9450,6 +9719,11 @@
9450
9719
  "thisitthat",
9451
9720
  false
9452
9721
  ],
9722
+ [
9723
+ "thisAble",
9724
+ "thisAble",
9725
+ false
9726
+ ],
9453
9727
  [
9454
9728
  "thisitthat",
9455
9729
  "queryable",
@@ -9565,6 +9839,11 @@
9565
9839
  "theAble",
9566
9840
  false
9567
9841
  ],
9842
+ [
9843
+ "unit_angle",
9844
+ "thisAble",
9845
+ false
9846
+ ],
9568
9847
  [
9569
9848
  "unit_angle",
9570
9849
  "unit",
@@ -10018,32 +10297,6 @@
10018
10297
  0
10019
10298
  ]
10020
10299
  ],
10021
- [
10022
- [
10023
- "degree",
10024
- 0
10025
- ],
10026
- [
10027
- "divideByOperator",
10028
- 0
10029
- ],
10030
- [
10031
- "equals",
10032
- 0
10033
- ],
10034
- [
10035
- "integer",
10036
- 0
10037
- ],
10038
- [
10039
- "radian",
10040
- 0
10041
- ],
10042
- [
10043
- "timesOperator",
10044
- 0
10045
- ]
10046
- ],
10047
10300
  [
10048
10301
  [
10049
10302
  "degree",
@@ -10721,58 +10974,6 @@
10721
10974
  0
10722
10975
  ]
10723
10976
  ],
10724
- [
10725
- [
10726
- "degree",
10727
- 0
10728
- ],
10729
- [
10730
- "divideByOperator",
10731
- 0
10732
- ],
10733
- [
10734
- "equals",
10735
- 0
10736
- ],
10737
- [
10738
- "integer",
10739
- 0
10740
- ],
10741
- [
10742
- "radian",
10743
- 0
10744
- ],
10745
- [
10746
- "timesOperator",
10747
- 0
10748
- ]
10749
- ],
10750
- [
10751
- [
10752
- "degree",
10753
- 0
10754
- ],
10755
- [
10756
- "divideByOperator",
10757
- 0
10758
- ],
10759
- [
10760
- "equals",
10761
- 0
10762
- ],
10763
- [
10764
- "integer",
10765
- 0
10766
- ],
10767
- [
10768
- "radian",
10769
- 0
10770
- ],
10771
- [
10772
- "timesOperator",
10773
- 0
10774
- ]
10775
- ],
10776
10977
  [
10777
10978
  [
10778
10979
  "degree",