tpmkms_4wp 8.9.1-beta.2 → 8.9.1-beta.20
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.
- package/common/animals.instance.json +260 -68
- package/common/articles.js +20 -4
- package/common/articles.test.json +338 -0
- package/common/asking.js +2 -2
- package/common/asking.test.json +41 -0
- package/common/avatar.js +1 -1
- package/common/characters.js +1 -1
- package/common/colors.instance.json +280 -129
- package/common/comparable.instance.json +60 -12
- package/common/comparable.js +2 -2
- package/common/concept.js +1 -1
- package/common/conjunction.js +1 -1
- package/common/countable.js +3 -9
- package/common/countable.test.json +0 -586
- package/common/crew.instance.json +604 -380
- package/common/currency.js +2 -2
- package/common/dialogues.js +28 -11
- package/common/dimension.instance.json +16 -8
- package/common/dimension.js +2 -2
- package/common/edible.instance.json +512 -278
- package/common/emotions.instance.json +20 -4
- package/common/errors.js +3 -1
- package/common/events.js +1 -1
- package/common/fastfood.instance.json +2138 -1357
- package/common/fastfood.js +4 -4
- package/common/formulas.instance.json +16 -5
- package/common/formulas.js +1 -1
- package/common/formulas.test.json +461 -10
- package/common/gdefaults.js +22 -14
- package/common/help.js +4 -4
- package/common/help.test.json +4 -4
- package/common/helpers/concept.js +5 -5
- package/common/helpers/conjunction.js +1 -1
- package/common/helpers/formulas.js +4 -4
- package/common/helpers/frankenhash.js +4 -4
- package/common/helpers/meta.js +4 -4
- package/common/helpers/ordering.js +2 -2
- package/common/helpers/properties.js +17 -17
- package/common/helpers.js +17 -1
- package/common/hierarchy.js +3 -3
- package/common/javascript.js +1 -1
- package/common/kirk.instance.json +20 -4
- package/common/length.instance.json +240 -80
- package/common/math.instance.json +16 -5
- package/common/math.js +1 -1
- package/common/meta.js +5 -5
- package/common/negation.js +1 -1
- package/common/numbers.js +1 -1
- package/common/ordering.instance.json +41 -63
- package/common/ordinals.js +9 -3
- package/common/ordinals.test.json +327 -0
- package/common/people.instance.json +160 -32
- package/common/people.js +1 -1
- package/common/percentages.js +1 -1
- package/common/pipboy.instance.json +282 -252
- package/common/pipboy.js +6 -6
- package/common/pokemon.instance.json +260 -57
- package/common/pos.js +16 -6
- package/common/pressure.instance.json +64 -23
- package/common/properties.instance.json +20 -4
- package/common/properties.js +5 -5
- package/common/punctuation.js +1 -1
- package/common/reports.instance.json +34 -12
- package/common/reports.js +8 -8
- package/common/scorekeeper.js +5 -5
- package/common/sdefaults.js +2 -2
- package/common/sizeable.js +2 -2
- package/common/spock.instance.json +20 -4
- package/common/stm.js +6 -6
- package/common/tell.js +1 -1
- package/common/temperature.instance.json +64 -24
- package/common/tester.js +1 -1
- package/common/ui.instance.json +21 -5
- package/common/weight.instance.json +192 -64
- package/common/wp.instance.json +6378 -463
- package/common/wp.js +188 -41
- package/common/wp.test.json +109609 -3828
- package/common/yesno.js +1 -1
- package/package.json +11 -6
@@ -408,5 +408,332 @@
|
|
408
408
|
"responses": [
|
409
409
|
""
|
410
410
|
]
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"associations": [
|
414
|
+
],
|
415
|
+
"config": {
|
416
|
+
},
|
417
|
+
"contexts": [
|
418
|
+
{
|
419
|
+
"dead": true,
|
420
|
+
"instance": true,
|
421
|
+
"level": 1,
|
422
|
+
"marker": "ordinal",
|
423
|
+
"ordinal": true,
|
424
|
+
"range": {
|
425
|
+
"end": 3,
|
426
|
+
"start": 0
|
427
|
+
},
|
428
|
+
"text": "23rd",
|
429
|
+
"topLevel": true,
|
430
|
+
"value": 23,
|
431
|
+
"word": "23rd"
|
432
|
+
}
|
433
|
+
],
|
434
|
+
"developerTest": false,
|
435
|
+
"generatedParenthesized": [
|
436
|
+
""
|
437
|
+
],
|
438
|
+
"metadata": {
|
439
|
+
"opChoices": [
|
440
|
+
{
|
441
|
+
"counter": 1,
|
442
|
+
"op": [
|
443
|
+
"ordinal",
|
444
|
+
0
|
445
|
+
],
|
446
|
+
"ops": [
|
447
|
+
[
|
448
|
+
"ordinal",
|
449
|
+
0
|
450
|
+
]
|
451
|
+
]
|
452
|
+
}
|
453
|
+
]
|
454
|
+
},
|
455
|
+
"objects": {
|
456
|
+
"nameToUUID": {
|
457
|
+
"articles": "articles2",
|
458
|
+
"gdefaults": "gdefaults2",
|
459
|
+
"numbers": "numbers2",
|
460
|
+
"ordinals": "ordinals1",
|
461
|
+
"pos": "pos2",
|
462
|
+
"punctuation": "punctuation2",
|
463
|
+
"sdefaults": "sdefaults2",
|
464
|
+
"tokenize": "tokenize2"
|
465
|
+
},
|
466
|
+
"namespaced": {
|
467
|
+
"articles2": {
|
468
|
+
},
|
469
|
+
"gdefaults2": {
|
470
|
+
},
|
471
|
+
"numbers2": {
|
472
|
+
},
|
473
|
+
"ordinals1": {
|
474
|
+
},
|
475
|
+
"pos2": {
|
476
|
+
},
|
477
|
+
"punctuation2": {
|
478
|
+
},
|
479
|
+
"sdefaults2": {
|
480
|
+
},
|
481
|
+
"tokenize2": {
|
482
|
+
}
|
483
|
+
},
|
484
|
+
"processed": [
|
485
|
+
{
|
486
|
+
"context": {
|
487
|
+
"dead": true,
|
488
|
+
"instance": true,
|
489
|
+
"level": 1,
|
490
|
+
"marker": "ordinal",
|
491
|
+
"ordinal": true,
|
492
|
+
"range": {
|
493
|
+
"end": 3,
|
494
|
+
"start": 0
|
495
|
+
},
|
496
|
+
"text": "23rd",
|
497
|
+
"topLevel": true,
|
498
|
+
"value": 23,
|
499
|
+
"word": "23rd"
|
500
|
+
},
|
501
|
+
"generatedParenthesized": "",
|
502
|
+
"paraphrases": "23rd",
|
503
|
+
"paraphrasesParenthesized": "(23rd)",
|
504
|
+
"responses": [
|
505
|
+
""
|
506
|
+
]
|
507
|
+
}
|
508
|
+
]
|
509
|
+
},
|
510
|
+
"paraphrases": [
|
511
|
+
"23rd"
|
512
|
+
],
|
513
|
+
"paraphrasesParenthesized": [
|
514
|
+
"(23rd)"
|
515
|
+
],
|
516
|
+
"query": "23rd",
|
517
|
+
"responses": [
|
518
|
+
""
|
519
|
+
]
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"associations": [
|
523
|
+
],
|
524
|
+
"config": {
|
525
|
+
},
|
526
|
+
"contexts": [
|
527
|
+
{
|
528
|
+
"dead": true,
|
529
|
+
"instance": true,
|
530
|
+
"level": 1,
|
531
|
+
"marker": "ordinal",
|
532
|
+
"ordinal": true,
|
533
|
+
"range": {
|
534
|
+
"end": 3,
|
535
|
+
"start": 0
|
536
|
+
},
|
537
|
+
"text": "22nd",
|
538
|
+
"topLevel": true,
|
539
|
+
"value": 22,
|
540
|
+
"word": "22nd"
|
541
|
+
}
|
542
|
+
],
|
543
|
+
"developerTest": false,
|
544
|
+
"generatedParenthesized": [
|
545
|
+
""
|
546
|
+
],
|
547
|
+
"metadata": {
|
548
|
+
"opChoices": [
|
549
|
+
{
|
550
|
+
"counter": 1,
|
551
|
+
"op": [
|
552
|
+
"ordinal",
|
553
|
+
0
|
554
|
+
],
|
555
|
+
"ops": [
|
556
|
+
[
|
557
|
+
"ordinal",
|
558
|
+
0
|
559
|
+
]
|
560
|
+
]
|
561
|
+
}
|
562
|
+
]
|
563
|
+
},
|
564
|
+
"objects": {
|
565
|
+
"nameToUUID": {
|
566
|
+
"articles": "articles2",
|
567
|
+
"gdefaults": "gdefaults2",
|
568
|
+
"numbers": "numbers2",
|
569
|
+
"ordinals": "ordinals1",
|
570
|
+
"pos": "pos2",
|
571
|
+
"punctuation": "punctuation2",
|
572
|
+
"sdefaults": "sdefaults2",
|
573
|
+
"tokenize": "tokenize2"
|
574
|
+
},
|
575
|
+
"namespaced": {
|
576
|
+
"articles2": {
|
577
|
+
},
|
578
|
+
"gdefaults2": {
|
579
|
+
},
|
580
|
+
"numbers2": {
|
581
|
+
},
|
582
|
+
"ordinals1": {
|
583
|
+
},
|
584
|
+
"pos2": {
|
585
|
+
},
|
586
|
+
"punctuation2": {
|
587
|
+
},
|
588
|
+
"sdefaults2": {
|
589
|
+
},
|
590
|
+
"tokenize2": {
|
591
|
+
}
|
592
|
+
},
|
593
|
+
"processed": [
|
594
|
+
{
|
595
|
+
"context": {
|
596
|
+
"dead": true,
|
597
|
+
"instance": true,
|
598
|
+
"level": 1,
|
599
|
+
"marker": "ordinal",
|
600
|
+
"ordinal": true,
|
601
|
+
"range": {
|
602
|
+
"end": 3,
|
603
|
+
"start": 0
|
604
|
+
},
|
605
|
+
"text": "22nd",
|
606
|
+
"topLevel": true,
|
607
|
+
"value": 22,
|
608
|
+
"word": "22nd"
|
609
|
+
},
|
610
|
+
"generatedParenthesized": "",
|
611
|
+
"paraphrases": "22nd",
|
612
|
+
"paraphrasesParenthesized": "(22nd)",
|
613
|
+
"responses": [
|
614
|
+
""
|
615
|
+
]
|
616
|
+
}
|
617
|
+
]
|
618
|
+
},
|
619
|
+
"paraphrases": [
|
620
|
+
"22nd"
|
621
|
+
],
|
622
|
+
"paraphrasesParenthesized": [
|
623
|
+
"(22nd)"
|
624
|
+
],
|
625
|
+
"query": "22nd",
|
626
|
+
"responses": [
|
627
|
+
""
|
628
|
+
]
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"associations": [
|
632
|
+
],
|
633
|
+
"config": {
|
634
|
+
},
|
635
|
+
"contexts": [
|
636
|
+
{
|
637
|
+
"dead": true,
|
638
|
+
"instance": true,
|
639
|
+
"level": 1,
|
640
|
+
"marker": "ordinal",
|
641
|
+
"ordinal": true,
|
642
|
+
"range": {
|
643
|
+
"end": 3,
|
644
|
+
"start": 0
|
645
|
+
},
|
646
|
+
"text": "21st",
|
647
|
+
"topLevel": true,
|
648
|
+
"value": 21,
|
649
|
+
"word": "21st"
|
650
|
+
}
|
651
|
+
],
|
652
|
+
"developerTest": false,
|
653
|
+
"generatedParenthesized": [
|
654
|
+
""
|
655
|
+
],
|
656
|
+
"metadata": {
|
657
|
+
"opChoices": [
|
658
|
+
{
|
659
|
+
"counter": 1,
|
660
|
+
"op": [
|
661
|
+
"ordinal",
|
662
|
+
0
|
663
|
+
],
|
664
|
+
"ops": [
|
665
|
+
[
|
666
|
+
"ordinal",
|
667
|
+
0
|
668
|
+
]
|
669
|
+
]
|
670
|
+
}
|
671
|
+
]
|
672
|
+
},
|
673
|
+
"objects": {
|
674
|
+
"nameToUUID": {
|
675
|
+
"articles": "articles2",
|
676
|
+
"gdefaults": "gdefaults2",
|
677
|
+
"numbers": "numbers2",
|
678
|
+
"ordinals": "ordinals1",
|
679
|
+
"pos": "pos2",
|
680
|
+
"punctuation": "punctuation2",
|
681
|
+
"sdefaults": "sdefaults2",
|
682
|
+
"tokenize": "tokenize2"
|
683
|
+
},
|
684
|
+
"namespaced": {
|
685
|
+
"articles2": {
|
686
|
+
},
|
687
|
+
"gdefaults2": {
|
688
|
+
},
|
689
|
+
"numbers2": {
|
690
|
+
},
|
691
|
+
"ordinals1": {
|
692
|
+
},
|
693
|
+
"pos2": {
|
694
|
+
},
|
695
|
+
"punctuation2": {
|
696
|
+
},
|
697
|
+
"sdefaults2": {
|
698
|
+
},
|
699
|
+
"tokenize2": {
|
700
|
+
}
|
701
|
+
},
|
702
|
+
"processed": [
|
703
|
+
{
|
704
|
+
"context": {
|
705
|
+
"dead": true,
|
706
|
+
"instance": true,
|
707
|
+
"level": 1,
|
708
|
+
"marker": "ordinal",
|
709
|
+
"ordinal": true,
|
710
|
+
"range": {
|
711
|
+
"end": 3,
|
712
|
+
"start": 0
|
713
|
+
},
|
714
|
+
"text": "21st",
|
715
|
+
"topLevel": true,
|
716
|
+
"value": 21,
|
717
|
+
"word": "21st"
|
718
|
+
},
|
719
|
+
"generatedParenthesized": "",
|
720
|
+
"paraphrases": "21st",
|
721
|
+
"paraphrasesParenthesized": "(21st)",
|
722
|
+
"responses": [
|
723
|
+
""
|
724
|
+
]
|
725
|
+
}
|
726
|
+
]
|
727
|
+
},
|
728
|
+
"paraphrases": [
|
729
|
+
"21st"
|
730
|
+
],
|
731
|
+
"paraphrasesParenthesized": [
|
732
|
+
"(21st)"
|
733
|
+
],
|
734
|
+
"query": "21st",
|
735
|
+
"responses": [
|
736
|
+
""
|
737
|
+
]
|
411
738
|
}
|
412
739
|
]
|