tpmkms_4wp 8.9.1-beta.4 → 8.9.1-beta.40

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 +23062 -1689
  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 +103 -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 +21878 -2723
  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 +82857 -10609
  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 +12 -2
  83. package/common/ordinals.test.json +627 -3
  84. package/common/people.instance.json +4041 -652
  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 +13628 -1529
  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 +139 -26
  127. package/common/ui.js +0 -16
  128. package/common/ui.test.json +4620 -140
  129. package/common/weight.instance.json +10025 -771
  130. package/common/weight.js +10 -0
  131. package/common/weight.test.json +18658 -12176
  132. package/common/wp.instance.json +15801 -1655
  133. package/common/wp.js +181 -49
  134. package/common/wp.test.json +112970 -20663
  135. package/common/yesno.js +1 -1
  136. package/common/yesno.test.json +168 -4
  137. package/package.json +11 -6
@@ -4,7 +4,7 @@ const gdefaults = require('./gdefaults')
4
4
  const pos = require('./pos')
5
5
  const negation_tests = require('./negation.test.json')
6
6
 
7
- let config = {
7
+ const config = {
8
8
  name: 'negation',
9
9
  operators: [
10
10
  "([negatable])",
@@ -16,6 +16,7 @@
16
16
  },
17
17
  "contexts": [
18
18
  {
19
+ "context_index": 1,
19
20
  "dead": true,
20
21
  "level": 1,
21
22
  "marker": "negatable",
@@ -47,7 +48,6 @@
47
48
  "word": "negatable"
48
49
  }
49
50
  ],
50
- "developerTest": false,
51
51
  "generatedParenthesized": [
52
52
  ""
53
53
  ],
@@ -56,7 +56,7 @@
56
56
  {
57
57
  "counter": 1,
58
58
  "op": [
59
- "negatable",
59
+ "not",
60
60
  0
61
61
  ],
62
62
  "ops": [
@@ -73,12 +73,12 @@
73
73
  {
74
74
  "counter": 2,
75
75
  "op": [
76
- "not",
76
+ "negatable",
77
77
  0
78
78
  ],
79
79
  "ops": [
80
80
  [
81
- "not",
81
+ "negatable",
82
82
  0
83
83
  ]
84
84
  ]
@@ -89,6 +89,8 @@
89
89
  "nameToUUID": {
90
90
  "gdefaults": "gdefaults2",
91
91
  "negation": "negation1",
92
+ "pos": "pos2",
93
+ "punctuation": "punctuation2",
92
94
  "tokenize": "tokenize2"
93
95
  },
94
96
  "namespaced": {
@@ -96,12 +98,17 @@
96
98
  },
97
99
  "negation1": {
98
100
  },
101
+ "pos2": {
102
+ },
103
+ "punctuation2": {
104
+ },
99
105
  "tokenize2": {
100
106
  }
101
107
  },
102
108
  "processed": [
103
109
  {
104
110
  "context": {
111
+ "context_index": 1,
105
112
  "dead": true,
106
113
  "level": 1,
107
114
  "marker": "negatable",
@@ -150,6 +157,68 @@
150
157
  "query": "not negatable",
151
158
  "responses": [
152
159
  ""
160
+ ],
161
+ "summaries": [
162
+ {
163
+ "length": 1,
164
+ "summaries": [
165
+ {
166
+ "counter": 1,
167
+ "operators": [
168
+ {
169
+ "marker": [
170
+ "not",
171
+ 0
172
+ ],
173
+ "range": {
174
+ "end": 2,
175
+ "start": 0
176
+ }
177
+ },
178
+ {
179
+ "marker": [
180
+ "negatable",
181
+ 0
182
+ ],
183
+ "range": {
184
+ "end": 12,
185
+ "start": 4
186
+ }
187
+ }
188
+ ]
189
+ },
190
+ {
191
+ "counter": 2,
192
+ "operators": [
193
+ {
194
+ "marker": [
195
+ "negatable",
196
+ 0
197
+ ],
198
+ "range": {
199
+ "end": 12,
200
+ "start": 0
201
+ }
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "counter": 3,
207
+ "operators": [
208
+ {
209
+ "marker": [
210
+ "negatable",
211
+ 1
212
+ ],
213
+ "range": {
214
+ "end": 12,
215
+ "start": 0
216
+ }
217
+ }
218
+ ]
219
+ }
220
+ ]
221
+ }
153
222
  ]
154
223
  },
155
224
  {
@@ -169,6 +238,7 @@
169
238
  },
170
239
  "contexts": [
171
240
  {
241
+ "context_index": 1,
172
242
  "dead": true,
173
243
  "level": 1,
174
244
  "marker": "negatable",
@@ -200,7 +270,6 @@
200
270
  "word": "negatables"
201
271
  }
202
272
  ],
203
- "developerTest": false,
204
273
  "generatedParenthesized": [
205
274
  ""
206
275
  ],
@@ -209,7 +278,7 @@
209
278
  {
210
279
  "counter": 1,
211
280
  "op": [
212
- "negatable",
281
+ "not",
213
282
  0
214
283
  ],
215
284
  "ops": [
@@ -226,12 +295,12 @@
226
295
  {
227
296
  "counter": 2,
228
297
  "op": [
229
- "not",
298
+ "negatable",
230
299
  0
231
300
  ],
232
301
  "ops": [
233
302
  [
234
- "not",
303
+ "negatable",
235
304
  0
236
305
  ]
237
306
  ]
@@ -242,6 +311,8 @@
242
311
  "nameToUUID": {
243
312
  "gdefaults": "gdefaults2",
244
313
  "negation": "negation1",
314
+ "pos": "pos2",
315
+ "punctuation": "punctuation2",
245
316
  "tokenize": "tokenize2"
246
317
  },
247
318
  "namespaced": {
@@ -249,12 +320,17 @@
249
320
  },
250
321
  "negation1": {
251
322
  },
323
+ "pos2": {
324
+ },
325
+ "punctuation2": {
326
+ },
252
327
  "tokenize2": {
253
328
  }
254
329
  },
255
330
  "processed": [
256
331
  {
257
332
  "context": {
333
+ "context_index": 1,
258
334
  "dead": true,
259
335
  "level": 1,
260
336
  "marker": "negatable",
@@ -303,6 +379,68 @@
303
379
  "query": "not negatables",
304
380
  "responses": [
305
381
  ""
382
+ ],
383
+ "summaries": [
384
+ {
385
+ "length": 1,
386
+ "summaries": [
387
+ {
388
+ "counter": 1,
389
+ "operators": [
390
+ {
391
+ "marker": [
392
+ "not",
393
+ 0
394
+ ],
395
+ "range": {
396
+ "end": 2,
397
+ "start": 0
398
+ }
399
+ },
400
+ {
401
+ "marker": [
402
+ "negatable",
403
+ 0
404
+ ],
405
+ "range": {
406
+ "end": 13,
407
+ "start": 4
408
+ }
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "counter": 2,
414
+ "operators": [
415
+ {
416
+ "marker": [
417
+ "negatable",
418
+ 0
419
+ ],
420
+ "range": {
421
+ "end": 13,
422
+ "start": 0
423
+ }
424
+ }
425
+ ]
426
+ },
427
+ {
428
+ "counter": 3,
429
+ "operators": [
430
+ {
431
+ "marker": [
432
+ "negatable",
433
+ 1
434
+ ],
435
+ "range": {
436
+ "end": 13,
437
+ "start": 0
438
+ }
439
+ }
440
+ ]
441
+ }
442
+ ]
443
+ }
306
444
  ]
307
445
  }
308
446
  ]
package/common/numbers.js CHANGED
@@ -10,7 +10,7 @@ const sdefaults = require('./sdefaults')
10
10
  10 million 300 hundred and fifty
11
11
  */
12
12
 
13
- let config = {
13
+ const config = {
14
14
  name: 'numbers',
15
15
  operators: [
16
16
  "([number])",
@@ -6,6 +6,7 @@
6
6
  },
7
7
  "contexts": [
8
8
  {
9
+ "context_index": 1,
9
10
  "dead": true,
10
11
  "instance": true,
11
12
  "level": 1,
@@ -60,6 +61,7 @@
60
61
  "processed": [
61
62
  {
62
63
  "context": {
64
+ "context_index": 1,
63
65
  "dead": true,
64
66
  "instance": true,
65
67
  "level": 1,
@@ -91,6 +93,43 @@
91
93
  "query": "20",
92
94
  "responses": [
93
95
  ""
96
+ ],
97
+ "summaries": [
98
+ {
99
+ "length": 1,
100
+ "summaries": [
101
+ {
102
+ "counter": 1,
103
+ "operators": [
104
+ {
105
+ "marker": [
106
+ "integer",
107
+ 0
108
+ ],
109
+ "range": {
110
+ "end": 1,
111
+ "start": 0
112
+ }
113
+ }
114
+ ]
115
+ },
116
+ {
117
+ "counter": 2,
118
+ "operators": [
119
+ {
120
+ "marker": [
121
+ "integer",
122
+ 1
123
+ ],
124
+ "range": {
125
+ "end": 1,
126
+ "start": 0
127
+ }
128
+ }
129
+ ]
130
+ }
131
+ ]
132
+ }
94
133
  ]
95
134
  },
96
135
  {
@@ -100,6 +139,7 @@
100
139
  },
101
140
  "contexts": [
102
141
  {
142
+ "context_index": 1,
103
143
  "dead": true,
104
144
  "instance": true,
105
145
  "level": 1,
@@ -154,6 +194,7 @@
154
194
  "processed": [
155
195
  {
156
196
  "context": {
197
+ "context_index": 1,
157
198
  "dead": true,
158
199
  "instance": true,
159
200
  "level": 1,
@@ -185,6 +226,43 @@
185
226
  "query": "44",
186
227
  "responses": [
187
228
  ""
229
+ ],
230
+ "summaries": [
231
+ {
232
+ "length": 1,
233
+ "summaries": [
234
+ {
235
+ "counter": 1,
236
+ "operators": [
237
+ {
238
+ "marker": [
239
+ "integer",
240
+ 0
241
+ ],
242
+ "range": {
243
+ "end": 1,
244
+ "start": 0
245
+ }
246
+ }
247
+ ]
248
+ },
249
+ {
250
+ "counter": 2,
251
+ "operators": [
252
+ {
253
+ "marker": [
254
+ "integer",
255
+ 1
256
+ ],
257
+ "range": {
258
+ "end": 1,
259
+ "start": 0
260
+ }
261
+ }
262
+ ]
263
+ }
264
+ ]
265
+ }
188
266
  ]
189
267
  },
190
268
  {
@@ -194,6 +272,7 @@
194
272
  },
195
273
  "contexts": [
196
274
  {
275
+ "context_index": 1,
197
276
  "dead": true,
198
277
  "instance": true,
199
278
  "level": 1,
@@ -248,6 +327,7 @@
248
327
  "processed": [
249
328
  {
250
329
  "context": {
330
+ "context_index": 1,
251
331
  "dead": true,
252
332
  "instance": true,
253
333
  "level": 1,
@@ -279,6 +359,43 @@
279
359
  "query": "10 ",
280
360
  "responses": [
281
361
  ""
362
+ ],
363
+ "summaries": [
364
+ {
365
+ "length": 1,
366
+ "summaries": [
367
+ {
368
+ "counter": 1,
369
+ "operators": [
370
+ {
371
+ "marker": [
372
+ "integer",
373
+ 0
374
+ ],
375
+ "range": {
376
+ "end": 1,
377
+ "start": 0
378
+ }
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "counter": 2,
384
+ "operators": [
385
+ {
386
+ "marker": [
387
+ "integer",
388
+ 1
389
+ ],
390
+ "range": {
391
+ "end": 1,
392
+ "start": 0
393
+ }
394
+ }
395
+ ]
396
+ }
397
+ ]
398
+ }
282
399
  ]
283
400
  },
284
401
  {
@@ -288,6 +405,7 @@
288
405
  },
289
406
  "contexts": [
290
407
  {
408
+ "context_index": 1,
291
409
  "dead": true,
292
410
  "instance": true,
293
411
  "level": 1,
@@ -342,6 +460,7 @@
342
460
  "processed": [
343
461
  {
344
462
  "context": {
463
+ "context_index": 1,
345
464
  "dead": true,
346
465
  "instance": true,
347
466
  "level": 1,
@@ -373,6 +492,43 @@
373
492
  "query": "10.23 ",
374
493
  "responses": [
375
494
  ""
495
+ ],
496
+ "summaries": [
497
+ {
498
+ "length": 1,
499
+ "summaries": [
500
+ {
501
+ "counter": 1,
502
+ "operators": [
503
+ {
504
+ "marker": [
505
+ "number",
506
+ 0
507
+ ],
508
+ "range": {
509
+ "end": 4,
510
+ "start": 0
511
+ }
512
+ }
513
+ ]
514
+ },
515
+ {
516
+ "counter": 2,
517
+ "operators": [
518
+ {
519
+ "marker": [
520
+ "number",
521
+ 1
522
+ ],
523
+ "range": {
524
+ "end": 4,
525
+ "start": 0
526
+ }
527
+ }
528
+ ]
529
+ }
530
+ ]
531
+ }
376
532
  ]
377
533
  },
378
534
  {
@@ -382,6 +538,7 @@
382
538
  },
383
539
  "contexts": [
384
540
  {
541
+ "context_index": 1,
385
542
  "dead": true,
386
543
  "instance": true,
387
544
  "level": 1,
@@ -436,6 +593,7 @@
436
593
  "processed": [
437
594
  {
438
595
  "context": {
596
+ "context_index": 1,
439
597
  "dead": true,
440
598
  "instance": true,
441
599
  "level": 1,
@@ -467,6 +625,43 @@
467
625
  "query": ".23 ",
468
626
  "responses": [
469
627
  ""
628
+ ],
629
+ "summaries": [
630
+ {
631
+ "length": 1,
632
+ "summaries": [
633
+ {
634
+ "counter": 1,
635
+ "operators": [
636
+ {
637
+ "marker": [
638
+ "number",
639
+ 0
640
+ ],
641
+ "range": {
642
+ "end": 2,
643
+ "start": 0
644
+ }
645
+ }
646
+ ]
647
+ },
648
+ {
649
+ "counter": 2,
650
+ "operators": [
651
+ {
652
+ "marker": [
653
+ "number",
654
+ 1
655
+ ],
656
+ "range": {
657
+ "end": 2,
658
+ "start": 0
659
+ }
660
+ }
661
+ ]
662
+ }
663
+ ]
664
+ }
470
665
  ]
471
666
  },
472
667
  {
@@ -476,6 +671,7 @@
476
671
  },
477
672
  "contexts": [
478
673
  {
674
+ "context_index": 1,
479
675
  "dead": true,
480
676
  "level": 1,
481
677
  "marker": "unknown",
@@ -530,6 +726,7 @@
530
726
  "processed": [
531
727
  {
532
728
  "context": {
729
+ "context_index": 1,
533
730
  "dead": true,
534
731
  "level": 1,
535
732
  "marker": "unknown",
@@ -561,6 +758,43 @@
561
758
  "query": "c1",
562
759
  "responses": [
563
760
  ""
761
+ ],
762
+ "summaries": [
763
+ {
764
+ "length": 1,
765
+ "summaries": [
766
+ {
767
+ "counter": 1,
768
+ "operators": [
769
+ {
770
+ "marker": [
771
+ "unknown",
772
+ 0
773
+ ],
774
+ "range": {
775
+ "end": 1,
776
+ "start": 0
777
+ }
778
+ }
779
+ ]
780
+ },
781
+ {
782
+ "counter": 2,
783
+ "operators": [
784
+ {
785
+ "marker": [
786
+ "unknown",
787
+ 1
788
+ ],
789
+ "range": {
790
+ "end": 1,
791
+ "start": 0
792
+ }
793
+ }
794
+ ]
795
+ }
796
+ ]
797
+ }
564
798
  ]
565
799
  }
566
800
  ]