tpmkms_4wp 8.9.1-beta.3 → 8.9.1-beta.31

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 (137) hide show
  1. package/common/animals.instance.json +6736 -831
  2. package/common/articles.js +22 -9
  3. package/common/articles.test.json +640 -2
  4. package/common/asking.js +3 -3
  5. package/common/asking.test.json +1599 -140
  6. package/common/avatar.js +9 -1
  7. package/common/avatar.test.json +6008 -2749
  8. package/common/characters.js +1 -1
  9. package/common/characters.test.json +1371 -95
  10. package/common/colors.instance.json +22825 -1424
  11. package/common/colors.test.json +704 -136
  12. package/common/comparable.instance.json +1337 -159
  13. package/common/comparable.js +13 -13
  14. package/common/comparable.test.json +3239 -558
  15. package/common/concept.js +11 -3
  16. package/common/concept.test.json +2853 -694
  17. package/common/conjunction.js +13 -1
  18. package/common/conjunction.test.json +229 -1
  19. package/common/countable.js +3 -9
  20. package/common/countable.test.json +1310 -638
  21. package/common/crew.instance.json +19486 -2159
  22. package/common/crew.js +19 -0
  23. package/common/crew.test.json +10218 -2145
  24. package/common/currency.js +2 -3
  25. package/common/currency.test.json +948 -64
  26. package/common/dialogues.js +102 -35
  27. package/common/dialogues.test.json +6611 -1905
  28. package/common/dimension.instance.json +760 -120
  29. package/common/dimension.js +18 -4
  30. package/common/dimension.test.json +23680 -11550
  31. package/common/edible.instance.json +21905 -2694
  32. package/common/edible.js +13 -0
  33. package/common/edible.test.json +1580 -304
  34. package/common/emotions.instance.json +2224 -253
  35. package/common/emotions.js +10 -2
  36. package/common/emotions.test.json +1134 -107
  37. package/common/errors.js +1 -1
  38. package/common/errors.test.json +88 -0
  39. package/common/evaluate.test.json +100 -1
  40. package/common/events.js +1 -1
  41. package/common/events.test.json +2197 -242
  42. package/common/fastfood.instance.json +82039 -9948
  43. package/common/fastfood.js +99 -12
  44. package/common/fastfood.test.json +65486 -21430
  45. package/common/formulas.instance.json +325 -58
  46. package/common/formulas.js +1 -1
  47. package/common/formulas.test.json +13202 -6757
  48. package/common/gdefaults.js +18 -8
  49. package/common/help.js +4 -4
  50. package/common/help.test.json +292 -4
  51. package/common/helpers/concept.js +6 -5
  52. package/common/helpers/conjunction.js +1 -1
  53. package/common/helpers/formulas.js +4 -4
  54. package/common/helpers/frankenhash.js +4 -4
  55. package/common/helpers/meta.js +4 -4
  56. package/common/helpers/ordering.js +2 -2
  57. package/common/helpers/properties.js +18 -48
  58. package/common/helpers.js +1 -1
  59. package/common/hierarchy.js +12 -3
  60. package/common/hierarchy.test.json +53813 -17340
  61. package/common/javascript.js +1 -1
  62. package/common/javascript.test.json +214 -11
  63. package/common/kirk.instance.json +322 -7
  64. package/common/kirk.test.json +1123 -254
  65. package/common/length.instance.json +9890 -797
  66. package/common/length.test.json +12055 -8184
  67. package/common/listener.test.json +39 -1
  68. package/common/math.instance.json +294 -57
  69. package/common/math.js +1 -1
  70. package/common/math.test.json +38557 -17754
  71. package/common/meta.instance.json +1 -0
  72. package/common/meta.js +13 -13
  73. package/common/meta.test.json +2770 -275
  74. package/common/nameable.js +1 -1
  75. package/common/nameable.test.json +5150 -1475
  76. package/common/negation.js +1 -1
  77. package/common/negation.test.json +146 -8
  78. package/common/numbers.js +1 -1
  79. package/common/numbers.test.json +234 -0
  80. package/common/ordering.instance.json +3861 -508
  81. package/common/ordering.test.json +2680 -1283
  82. package/common/ordinals.js +15 -3
  83. package/common/ordinals.test.json +627 -3
  84. package/common/people.instance.json +4028 -675
  85. package/common/people.js +1 -15
  86. package/common/people.test.json +27157 -13664
  87. package/common/percentages.js +1 -2
  88. package/common/percentages.test.json +313 -0
  89. package/common/pipboy.instance.json +13636 -1481
  90. package/common/pipboy.js +28 -48
  91. package/common/pipboy.test.json +17367 -5640
  92. package/common/pokemon.instance.json +6163 -690
  93. package/common/pokemon.test.json +1826 -389
  94. package/common/pos.js +16 -6
  95. package/common/pressure.instance.json +2635 -291
  96. package/common/pressure.test.json +2997 -1629
  97. package/common/properties.instance.json +907 -128
  98. package/common/properties.js +19 -28
  99. package/common/properties.test.json +46801 -14612
  100. package/common/punctuation.js +1 -1
  101. package/common/punctuation.test.json +327 -0
  102. package/common/reports.instance.json +997 -118
  103. package/common/reports.js +16 -9
  104. package/common/reports.test.json +16653 -2453
  105. package/common/scorekeeper.instance.json +1 -0
  106. package/common/scorekeeper.js +22 -12
  107. package/common/scorekeeper.test.json +42546 -15408
  108. package/common/sdefaults.js +2 -2
  109. package/common/sizeable.js +2 -2
  110. package/common/sizeable.test.json +1170 -215
  111. package/common/spock.instance.json +322 -7
  112. package/common/spock.test.json +1123 -254
  113. package/common/stgame.js +0 -1
  114. package/common/stgame.test.json +1371 -91
  115. package/common/stm.js +6 -6
  116. package/common/stm.test.json +842 -9
  117. package/common/tell.js +1 -1
  118. package/common/tell.test.json +224 -1
  119. package/common/temperature.instance.json +5980 -285
  120. package/common/temperature.test.json +2610 -1272
  121. package/common/tester.js +1 -1
  122. package/common/testing.test.json +84 -1
  123. package/common/time.test.json +5345 -272
  124. package/common/tokenize.js +3 -2
  125. package/common/tokenize.test.json +39 -0
  126. package/common/ui.instance.json +144 -26
  127. package/common/ui.js +0 -16
  128. package/common/ui.test.json +4620 -140
  129. package/common/weight.instance.json +9990 -788
  130. package/common/weight.js +10 -0
  131. package/common/weight.test.json +18658 -12176
  132. package/common/wp.instance.json +20102 -1965
  133. package/common/wp.js +197 -44
  134. package/common/wp.test.json +121113 -17800
  135. package/common/yesno.js +1 -1
  136. package/common/yesno.test.json +168 -4
  137. package/package.json +11 -6
@@ -17,6 +17,7 @@
17
17
  "contexts": [
18
18
  {
19
19
  "concept": true,
20
+ "context_index": 1,
20
21
  "dead": true,
21
22
  "default": true,
22
23
  "determiner": "the",
@@ -41,7 +42,6 @@
41
42
  "word": "theable"
42
43
  }
43
44
  ],
44
- "developerTest": false,
45
45
  "generatedParenthesized": [
46
46
  ""
47
47
  ],
@@ -84,6 +84,7 @@
84
84
  "articles": "articles1",
85
85
  "gdefaults": "gdefaults2",
86
86
  "pos": "pos2",
87
+ "punctuation": "punctuation2",
87
88
  "tokenize": "tokenize2"
88
89
  },
89
90
  "namespaced": {
@@ -93,6 +94,8 @@
93
94
  },
94
95
  "pos2": {
95
96
  },
97
+ "punctuation2": {
98
+ },
96
99
  "tokenize2": {
97
100
  }
98
101
  },
@@ -100,6 +103,7 @@
100
103
  {
101
104
  "context": {
102
105
  "concept": true,
106
+ "context_index": 1,
103
107
  "dead": true,
104
108
  "default": true,
105
109
  "determiner": "the",
@@ -141,6 +145,78 @@
141
145
  "query": "the theable",
142
146
  "responses": [
143
147
  ""
148
+ ],
149
+ "summaries": [
150
+ {
151
+ "length": 1,
152
+ "summaries": [
153
+ {
154
+ "counter": 1,
155
+ "operators": [
156
+ {
157
+ "marker": [
158
+ "the",
159
+ 0
160
+ ],
161
+ "range": {
162
+ "end": 2,
163
+ "start": 0
164
+ }
165
+ },
166
+ {
167
+ "marker": [
168
+ "theAble",
169
+ 0
170
+ ],
171
+ "range": {
172
+ "end": 10,
173
+ "start": 4
174
+ }
175
+ }
176
+ ]
177
+ },
178
+ {
179
+ "counter": 2,
180
+ "operators": [
181
+ {
182
+ "marker": [
183
+ "the",
184
+ 0
185
+ ],
186
+ "range": {
187
+ "end": 2,
188
+ "start": 0
189
+ }
190
+ },
191
+ {
192
+ "marker": [
193
+ "theAble",
194
+ 1
195
+ ],
196
+ "range": {
197
+ "end": 10,
198
+ "start": 4
199
+ }
200
+ }
201
+ ]
202
+ },
203
+ {
204
+ "counter": 3,
205
+ "operators": [
206
+ {
207
+ "marker": [
208
+ "theAble",
209
+ 1
210
+ ],
211
+ "range": {
212
+ "end": 10,
213
+ "start": 0
214
+ }
215
+ }
216
+ ]
217
+ }
218
+ ]
219
+ }
144
220
  ]
145
221
  },
146
222
  {
@@ -161,6 +237,7 @@
161
237
  "contexts": [
162
238
  {
163
239
  "concept": true,
240
+ "context_index": 1,
164
241
  "dead": true,
165
242
  "default": true,
166
243
  "determiner": {
@@ -174,6 +251,7 @@
174
251
  "text": "a",
175
252
  "word": "a"
176
253
  },
254
+ "instance": true,
177
255
  "level": 1,
178
256
  "marker": "theAble",
179
257
  "modifiers": [
@@ -195,7 +273,6 @@
195
273
  "word": "theable"
196
274
  }
197
275
  ],
198
- "developerTest": false,
199
276
  "generatedParenthesized": [
200
277
  ""
201
278
  ],
@@ -238,6 +315,7 @@
238
315
  "articles": "articles1",
239
316
  "gdefaults": "gdefaults2",
240
317
  "pos": "pos2",
318
+ "punctuation": "punctuation2",
241
319
  "tokenize": "tokenize2"
242
320
  },
243
321
  "namespaced": {
@@ -247,6 +325,8 @@
247
325
  },
248
326
  "pos2": {
249
327
  },
328
+ "punctuation2": {
329
+ },
250
330
  "tokenize2": {
251
331
  }
252
332
  },
@@ -254,6 +334,7 @@
254
334
  {
255
335
  "context": {
256
336
  "concept": true,
337
+ "context_index": 1,
257
338
  "dead": true,
258
339
  "default": true,
259
340
  "determiner": {
@@ -267,6 +348,7 @@
267
348
  "text": "a",
268
349
  "word": "a"
269
350
  },
351
+ "instance": true,
270
352
  "level": 1,
271
353
  "marker": "theAble",
272
354
  "modifiers": [
@@ -305,6 +387,562 @@
305
387
  "query": "a theable",
306
388
  "responses": [
307
389
  ""
390
+ ],
391
+ "summaries": [
392
+ {
393
+ "length": 1,
394
+ "summaries": [
395
+ {
396
+ "counter": 1,
397
+ "operators": [
398
+ {
399
+ "marker": [
400
+ "a",
401
+ 0
402
+ ],
403
+ "range": {
404
+ "end": 0,
405
+ "start": 0
406
+ }
407
+ },
408
+ {
409
+ "marker": [
410
+ "theAble",
411
+ 0
412
+ ],
413
+ "range": {
414
+ "end": 8,
415
+ "start": 2
416
+ }
417
+ }
418
+ ]
419
+ },
420
+ {
421
+ "counter": 2,
422
+ "operators": [
423
+ {
424
+ "marker": [
425
+ "a",
426
+ 0
427
+ ],
428
+ "range": {
429
+ "end": 0,
430
+ "start": 0
431
+ }
432
+ },
433
+ {
434
+ "marker": [
435
+ "theAble",
436
+ 1
437
+ ],
438
+ "range": {
439
+ "end": 8,
440
+ "start": 2
441
+ }
442
+ }
443
+ ]
444
+ },
445
+ {
446
+ "counter": 3,
447
+ "operators": [
448
+ {
449
+ "marker": [
450
+ "theAble",
451
+ 1
452
+ ],
453
+ "range": {
454
+ "end": 8,
455
+ "start": 0
456
+ }
457
+ }
458
+ ]
459
+ }
460
+ ]
461
+ }
462
+ ]
463
+ },
464
+ {
465
+ "associations": [
466
+ [
467
+ [
468
+ "distributable",
469
+ 0
470
+ ],
471
+ [
472
+ "every",
473
+ 0
474
+ ]
475
+ ]
476
+ ],
477
+ "config": {
478
+ },
479
+ "contexts": [
480
+ {
481
+ "concept": true,
482
+ "context_index": 1,
483
+ "dead": true,
484
+ "default": true,
485
+ "distributer": {
486
+ "default": true,
487
+ "level": 0,
488
+ "marker": "every",
489
+ "range": {
490
+ "end": 4,
491
+ "start": 0
492
+ },
493
+ "text": "every",
494
+ "value": "every",
495
+ "word": "every"
496
+ },
497
+ "focusableForPhrase": true,
498
+ "level": 1,
499
+ "marker": "distributable",
500
+ "modifiers": [
501
+ "distributer"
502
+ ],
503
+ "pullFromContext": true,
504
+ "range": {
505
+ "end": 18,
506
+ "start": 0
507
+ },
508
+ "text": "every distributable",
509
+ "topLevel": true,
510
+ "types": [
511
+ "distributable"
512
+ ],
513
+ "value": "distributable",
514
+ "wantsValue": true,
515
+ "word": "distributable"
516
+ }
517
+ ],
518
+ "generatedParenthesized": [
519
+ ""
520
+ ],
521
+ "metadata": {
522
+ "opChoices": [
523
+ {
524
+ "counter": 1,
525
+ "op": [
526
+ "distributable",
527
+ 0
528
+ ],
529
+ "ops": [
530
+ [
531
+ "distributable",
532
+ 0
533
+ ],
534
+ [
535
+ "every",
536
+ 0
537
+ ]
538
+ ]
539
+ },
540
+ {
541
+ "counter": 2,
542
+ "op": [
543
+ "every",
544
+ 0
545
+ ],
546
+ "ops": [
547
+ [
548
+ "every",
549
+ 0
550
+ ]
551
+ ]
552
+ }
553
+ ]
554
+ },
555
+ "objects": {
556
+ "nameToUUID": {
557
+ "articles": "articles1",
558
+ "gdefaults": "gdefaults2",
559
+ "pos": "pos2",
560
+ "punctuation": "punctuation2",
561
+ "tokenize": "tokenize2"
562
+ },
563
+ "namespaced": {
564
+ "articles1": {
565
+ },
566
+ "gdefaults2": {
567
+ },
568
+ "pos2": {
569
+ },
570
+ "punctuation2": {
571
+ },
572
+ "tokenize2": {
573
+ }
574
+ },
575
+ "processed": [
576
+ {
577
+ "context": {
578
+ "concept": true,
579
+ "context_index": 1,
580
+ "dead": true,
581
+ "default": true,
582
+ "distributer": {
583
+ "default": true,
584
+ "level": 0,
585
+ "marker": "every",
586
+ "range": {
587
+ "end": 4,
588
+ "start": 0
589
+ },
590
+ "text": "every",
591
+ "value": "every",
592
+ "word": "every"
593
+ },
594
+ "focusableForPhrase": true,
595
+ "level": 1,
596
+ "marker": "distributable",
597
+ "modifiers": [
598
+ "distributer"
599
+ ],
600
+ "pullFromContext": true,
601
+ "range": {
602
+ "end": 18,
603
+ "start": 0
604
+ },
605
+ "text": "every distributable",
606
+ "topLevel": true,
607
+ "types": [
608
+ "distributable"
609
+ ],
610
+ "value": "distributable",
611
+ "wantsValue": true,
612
+ "word": "distributable"
613
+ },
614
+ "generatedParenthesized": "",
615
+ "paraphrases": "every distributable",
616
+ "paraphrasesParenthesized": "((every) (distributable))",
617
+ "responses": [
618
+ ""
619
+ ]
620
+ }
621
+ ]
622
+ },
623
+ "paraphrases": [
624
+ "every distributable"
625
+ ],
626
+ "paraphrasesParenthesized": [
627
+ "((every) (distributable))"
628
+ ],
629
+ "query": "every distributable",
630
+ "responses": [
631
+ ""
632
+ ],
633
+ "summaries": [
634
+ {
635
+ "length": 1,
636
+ "summaries": [
637
+ {
638
+ "counter": 1,
639
+ "operators": [
640
+ {
641
+ "marker": [
642
+ "every",
643
+ 0
644
+ ],
645
+ "range": {
646
+ "end": 4,
647
+ "start": 0
648
+ }
649
+ },
650
+ {
651
+ "marker": [
652
+ "distributable",
653
+ 0
654
+ ],
655
+ "range": {
656
+ "end": 18,
657
+ "start": 6
658
+ }
659
+ }
660
+ ]
661
+ },
662
+ {
663
+ "counter": 2,
664
+ "operators": [
665
+ {
666
+ "marker": [
667
+ "every",
668
+ 0
669
+ ],
670
+ "range": {
671
+ "end": 4,
672
+ "start": 0
673
+ }
674
+ },
675
+ {
676
+ "marker": [
677
+ "distributable",
678
+ 1
679
+ ],
680
+ "range": {
681
+ "end": 18,
682
+ "start": 6
683
+ }
684
+ }
685
+ ]
686
+ },
687
+ {
688
+ "counter": 3,
689
+ "operators": [
690
+ {
691
+ "marker": [
692
+ "distributable",
693
+ 1
694
+ ],
695
+ "range": {
696
+ "end": 18,
697
+ "start": 0
698
+ }
699
+ }
700
+ ]
701
+ }
702
+ ]
703
+ }
704
+ ]
705
+ },
706
+ {
707
+ "associations": [
708
+ [
709
+ [
710
+ "distributable",
711
+ 0
712
+ ],
713
+ [
714
+ "each",
715
+ 0
716
+ ]
717
+ ]
718
+ ],
719
+ "config": {
720
+ },
721
+ "contexts": [
722
+ {
723
+ "concept": true,
724
+ "context_index": 1,
725
+ "dead": true,
726
+ "default": true,
727
+ "distributer": {
728
+ "default": true,
729
+ "level": 0,
730
+ "marker": "each",
731
+ "range": {
732
+ "end": 3,
733
+ "start": 0
734
+ },
735
+ "text": "each",
736
+ "value": "each",
737
+ "word": "each"
738
+ },
739
+ "focusableForPhrase": true,
740
+ "level": 1,
741
+ "marker": "distributable",
742
+ "modifiers": [
743
+ "distributer"
744
+ ],
745
+ "pullFromContext": true,
746
+ "range": {
747
+ "end": 17,
748
+ "start": 0
749
+ },
750
+ "text": "each distributable",
751
+ "topLevel": true,
752
+ "types": [
753
+ "distributable"
754
+ ],
755
+ "value": "distributable",
756
+ "wantsValue": true,
757
+ "word": "distributable"
758
+ }
759
+ ],
760
+ "generatedParenthesized": [
761
+ ""
762
+ ],
763
+ "metadata": {
764
+ "opChoices": [
765
+ {
766
+ "counter": 1,
767
+ "op": [
768
+ "distributable",
769
+ 0
770
+ ],
771
+ "ops": [
772
+ [
773
+ "distributable",
774
+ 0
775
+ ],
776
+ [
777
+ "each",
778
+ 0
779
+ ]
780
+ ]
781
+ },
782
+ {
783
+ "counter": 2,
784
+ "op": [
785
+ "each",
786
+ 0
787
+ ],
788
+ "ops": [
789
+ [
790
+ "each",
791
+ 0
792
+ ]
793
+ ]
794
+ }
795
+ ]
796
+ },
797
+ "objects": {
798
+ "nameToUUID": {
799
+ "articles": "articles1",
800
+ "gdefaults": "gdefaults2",
801
+ "pos": "pos2",
802
+ "punctuation": "punctuation2",
803
+ "tokenize": "tokenize2"
804
+ },
805
+ "namespaced": {
806
+ "articles1": {
807
+ },
808
+ "gdefaults2": {
809
+ },
810
+ "pos2": {
811
+ },
812
+ "punctuation2": {
813
+ },
814
+ "tokenize2": {
815
+ }
816
+ },
817
+ "processed": [
818
+ {
819
+ "context": {
820
+ "concept": true,
821
+ "context_index": 1,
822
+ "dead": true,
823
+ "default": true,
824
+ "distributer": {
825
+ "default": true,
826
+ "level": 0,
827
+ "marker": "each",
828
+ "range": {
829
+ "end": 3,
830
+ "start": 0
831
+ },
832
+ "text": "each",
833
+ "value": "each",
834
+ "word": "each"
835
+ },
836
+ "focusableForPhrase": true,
837
+ "level": 1,
838
+ "marker": "distributable",
839
+ "modifiers": [
840
+ "distributer"
841
+ ],
842
+ "pullFromContext": true,
843
+ "range": {
844
+ "end": 17,
845
+ "start": 0
846
+ },
847
+ "text": "each distributable",
848
+ "topLevel": true,
849
+ "types": [
850
+ "distributable"
851
+ ],
852
+ "value": "distributable",
853
+ "wantsValue": true,
854
+ "word": "distributable"
855
+ },
856
+ "generatedParenthesized": "",
857
+ "paraphrases": "each distributable",
858
+ "paraphrasesParenthesized": "((each) (distributable))",
859
+ "responses": [
860
+ ""
861
+ ]
862
+ }
863
+ ]
864
+ },
865
+ "paraphrases": [
866
+ "each distributable"
867
+ ],
868
+ "paraphrasesParenthesized": [
869
+ "((each) (distributable))"
870
+ ],
871
+ "query": "each distributable",
872
+ "responses": [
873
+ ""
874
+ ],
875
+ "summaries": [
876
+ {
877
+ "length": 1,
878
+ "summaries": [
879
+ {
880
+ "counter": 1,
881
+ "operators": [
882
+ {
883
+ "marker": [
884
+ "each",
885
+ 0
886
+ ],
887
+ "range": {
888
+ "end": 3,
889
+ "start": 0
890
+ }
891
+ },
892
+ {
893
+ "marker": [
894
+ "distributable",
895
+ 0
896
+ ],
897
+ "range": {
898
+ "end": 17,
899
+ "start": 5
900
+ }
901
+ }
902
+ ]
903
+ },
904
+ {
905
+ "counter": 2,
906
+ "operators": [
907
+ {
908
+ "marker": [
909
+ "each",
910
+ 0
911
+ ],
912
+ "range": {
913
+ "end": 3,
914
+ "start": 0
915
+ }
916
+ },
917
+ {
918
+ "marker": [
919
+ "distributable",
920
+ 1
921
+ ],
922
+ "range": {
923
+ "end": 17,
924
+ "start": 5
925
+ }
926
+ }
927
+ ]
928
+ },
929
+ {
930
+ "counter": 3,
931
+ "operators": [
932
+ {
933
+ "marker": [
934
+ "distributable",
935
+ 1
936
+ ],
937
+ "range": {
938
+ "end": 17,
939
+ "start": 0
940
+ }
941
+ }
942
+ ]
943
+ }
944
+ ]
945
+ }
308
946
  ]
309
947
  }
310
948
  ]