tpmkms_4wp 8.9.0-beta.2 → 8.9.0-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 +65 -0
- package/common/articles.js +4 -0
- package/common/colors.instance.json +99 -0
- package/common/comparable.instance.json +15 -0
- package/common/conjunction.js +27 -18
- package/common/countable.js +8 -2
- package/common/countable.test.json +586 -0
- package/common/crew.instance.json +130 -176
- package/common/dialogues.js +7 -11
- package/common/dimension.instance.json +10 -0
- package/common/edible.instance.json +376 -0
- package/common/emotions.instance.json +8 -0
- package/common/fastfood.instance.json +1421 -836
- package/common/formulas.instance.json +10 -0
- package/common/helpers/conjunction.js +75 -0
- package/common/helpers/dialogues.js +14 -8
- package/common/helpers/properties.js +2 -2
- package/common/helpers.js +29 -0
- package/common/hierarchy.js +5 -5
- package/common/hierarchy.test.json +1491 -0
- package/common/kirk.instance.json +5 -0
- package/common/length.instance.json +150 -0
- package/common/math.instance.json +10 -0
- package/common/meta.js +5 -3
- package/common/ordering.instance.json +62 -0
- package/common/people.instance.json +169 -4
- package/common/pipboy.instance.json +254 -28
- package/common/pokemon.instance.json +65 -0
- package/common/pressure.instance.json +40 -0
- package/common/properties.instance.json +5 -0
- package/common/reports.instance.json +21 -1
- package/common/spock.instance.json +5 -0
- package/common/temperature.instance.json +40 -0
- package/common/ui.instance.json +10 -0
- package/common/ui.js +0 -1
- package/common/weight.instance.json +120 -0
- package/common/wp.instance.json +28952 -958
- package/common/wp.js +178 -10
- package/common/wp.test.json +28248 -703
- package/package.json +3 -2
@@ -241,6 +241,11 @@
|
|
241
241
|
"verb",
|
242
242
|
false
|
243
243
|
],
|
244
|
+
[
|
245
|
+
"every",
|
246
|
+
"quantifier",
|
247
|
+
false
|
248
|
+
],
|
244
249
|
[
|
245
250
|
"expression",
|
246
251
|
"expression",
|
@@ -511,6 +516,11 @@
|
|
511
516
|
"verb",
|
512
517
|
false
|
513
518
|
],
|
519
|
+
[
|
520
|
+
"negatable",
|
521
|
+
"queryable",
|
522
|
+
false
|
523
|
+
],
|
514
524
|
[
|
515
525
|
"noun",
|
516
526
|
"theAble",
|
@@ -1365,6 +1375,11 @@
|
|
1365
1375
|
"verb",
|
1366
1376
|
false
|
1367
1377
|
],
|
1378
|
+
[
|
1379
|
+
"every",
|
1380
|
+
"quantifier",
|
1381
|
+
false
|
1382
|
+
],
|
1368
1383
|
[
|
1369
1384
|
"expression",
|
1370
1385
|
"expression",
|
@@ -1635,6 +1650,11 @@
|
|
1635
1650
|
"verb",
|
1636
1651
|
false
|
1637
1652
|
],
|
1653
|
+
[
|
1654
|
+
"negatable",
|
1655
|
+
"queryable",
|
1656
|
+
false
|
1657
|
+
],
|
1638
1658
|
[
|
1639
1659
|
"noun",
|
1640
1660
|
"theAble",
|
@@ -2710,6 +2730,11 @@
|
|
2710
2730
|
"verb",
|
2711
2731
|
false
|
2712
2732
|
],
|
2733
|
+
[
|
2734
|
+
"every",
|
2735
|
+
"quantifier",
|
2736
|
+
false
|
2737
|
+
],
|
2713
2738
|
[
|
2714
2739
|
"expression",
|
2715
2740
|
"expression",
|
@@ -2980,6 +3005,11 @@
|
|
2980
3005
|
"verb",
|
2981
3006
|
false
|
2982
3007
|
],
|
3008
|
+
[
|
3009
|
+
"negatable",
|
3010
|
+
"queryable",
|
3011
|
+
false
|
3012
|
+
],
|
2983
3013
|
[
|
2984
3014
|
"noun",
|
2985
3015
|
"theAble",
|
@@ -4964,6 +4994,11 @@
|
|
4964
4994
|
"verb",
|
4965
4995
|
false
|
4966
4996
|
],
|
4997
|
+
[
|
4998
|
+
"every",
|
4999
|
+
"quantifier",
|
5000
|
+
false
|
5001
|
+
],
|
4967
5002
|
[
|
4968
5003
|
"expression",
|
4969
5004
|
"expression",
|
@@ -5314,6 +5349,11 @@
|
|
5314
5349
|
"verb",
|
5315
5350
|
false
|
5316
5351
|
],
|
5352
|
+
[
|
5353
|
+
"negatable",
|
5354
|
+
"queryable",
|
5355
|
+
false
|
5356
|
+
],
|
5317
5357
|
[
|
5318
5358
|
"noun",
|
5319
5359
|
"theAble",
|
@@ -6587,6 +6627,11 @@
|
|
6587
6627
|
"verb",
|
6588
6628
|
false
|
6589
6629
|
],
|
6630
|
+
[
|
6631
|
+
"every",
|
6632
|
+
"quantifier",
|
6633
|
+
false
|
6634
|
+
],
|
6590
6635
|
[
|
6591
6636
|
"expression",
|
6592
6637
|
"expression",
|
@@ -6937,6 +6982,11 @@
|
|
6937
6982
|
"verb",
|
6938
6983
|
false
|
6939
6984
|
],
|
6985
|
+
[
|
6986
|
+
"negatable",
|
6987
|
+
"queryable",
|
6988
|
+
false
|
6989
|
+
],
|
6940
6990
|
[
|
6941
6991
|
"noun",
|
6942
6992
|
"theAble",
|
@@ -8210,6 +8260,11 @@
|
|
8210
8260
|
"verb",
|
8211
8261
|
false
|
8212
8262
|
],
|
8263
|
+
[
|
8264
|
+
"every",
|
8265
|
+
"quantifier",
|
8266
|
+
false
|
8267
|
+
],
|
8213
8268
|
[
|
8214
8269
|
"expression",
|
8215
8270
|
"expression",
|
@@ -8560,6 +8615,11 @@
|
|
8560
8615
|
"verb",
|
8561
8616
|
false
|
8562
8617
|
],
|
8618
|
+
[
|
8619
|
+
"negatable",
|
8620
|
+
"queryable",
|
8621
|
+
false
|
8622
|
+
],
|
8563
8623
|
[
|
8564
8624
|
"noun",
|
8565
8625
|
"theAble",
|
@@ -9801,6 +9861,11 @@
|
|
9801
9861
|
"verb",
|
9802
9862
|
false
|
9803
9863
|
],
|
9864
|
+
[
|
9865
|
+
"every",
|
9866
|
+
"quantifier",
|
9867
|
+
false
|
9868
|
+
],
|
9804
9869
|
[
|
9805
9870
|
"expression",
|
9806
9871
|
"expression",
|
@@ -10151,6 +10216,11 @@
|
|
10151
10216
|
"verb",
|
10152
10217
|
false
|
10153
10218
|
],
|
10219
|
+
[
|
10220
|
+
"negatable",
|
10221
|
+
"queryable",
|
10222
|
+
false
|
10223
|
+
],
|
10154
10224
|
[
|
10155
10225
|
"noun",
|
10156
10226
|
"theAble",
|
@@ -11392,6 +11462,11 @@
|
|
11392
11462
|
"verb",
|
11393
11463
|
false
|
11394
11464
|
],
|
11465
|
+
[
|
11466
|
+
"every",
|
11467
|
+
"quantifier",
|
11468
|
+
false
|
11469
|
+
],
|
11395
11470
|
[
|
11396
11471
|
"expression",
|
11397
11472
|
"expression",
|
@@ -11742,6 +11817,11 @@
|
|
11742
11817
|
"verb",
|
11743
11818
|
false
|
11744
11819
|
],
|
11820
|
+
[
|
11821
|
+
"negatable",
|
11822
|
+
"queryable",
|
11823
|
+
false
|
11824
|
+
],
|
11745
11825
|
[
|
11746
11826
|
"noun",
|
11747
11827
|
"theAble",
|
@@ -12983,6 +13063,11 @@
|
|
12983
13063
|
"verb",
|
12984
13064
|
false
|
12985
13065
|
],
|
13066
|
+
[
|
13067
|
+
"every",
|
13068
|
+
"quantifier",
|
13069
|
+
false
|
13070
|
+
],
|
12986
13071
|
[
|
12987
13072
|
"expression",
|
12988
13073
|
"expression",
|
@@ -13333,6 +13418,11 @@
|
|
13333
13418
|
"verb",
|
13334
13419
|
false
|
13335
13420
|
],
|
13421
|
+
[
|
13422
|
+
"negatable",
|
13423
|
+
"queryable",
|
13424
|
+
false
|
13425
|
+
],
|
13336
13426
|
[
|
13337
13427
|
"noun",
|
13338
13428
|
"theAble",
|
@@ -14574,6 +14664,11 @@
|
|
14574
14664
|
"verb",
|
14575
14665
|
false
|
14576
14666
|
],
|
14667
|
+
[
|
14668
|
+
"every",
|
14669
|
+
"quantifier",
|
14670
|
+
false
|
14671
|
+
],
|
14577
14672
|
[
|
14578
14673
|
"expression",
|
14579
14674
|
"expression",
|
@@ -14924,6 +15019,11 @@
|
|
14924
15019
|
"verb",
|
14925
15020
|
false
|
14926
15021
|
],
|
15022
|
+
[
|
15023
|
+
"negatable",
|
15024
|
+
"queryable",
|
15025
|
+
false
|
15026
|
+
],
|
14927
15027
|
[
|
14928
15028
|
"noun",
|
14929
15029
|
"theAble",
|
@@ -16165,6 +16265,11 @@
|
|
16165
16265
|
"verb",
|
16166
16266
|
false
|
16167
16267
|
],
|
16268
|
+
[
|
16269
|
+
"every",
|
16270
|
+
"quantifier",
|
16271
|
+
false
|
16272
|
+
],
|
16168
16273
|
[
|
16169
16274
|
"expression",
|
16170
16275
|
"expression",
|
@@ -16515,6 +16620,11 @@
|
|
16515
16620
|
"verb",
|
16516
16621
|
false
|
16517
16622
|
],
|
16623
|
+
[
|
16624
|
+
"negatable",
|
16625
|
+
"queryable",
|
16626
|
+
false
|
16627
|
+
],
|
16518
16628
|
[
|
16519
16629
|
"noun",
|
16520
16630
|
"theAble",
|
@@ -17769,6 +17879,11 @@
|
|
17769
17879
|
"verb",
|
17770
17880
|
false
|
17771
17881
|
],
|
17882
|
+
[
|
17883
|
+
"every",
|
17884
|
+
"quantifier",
|
17885
|
+
false
|
17886
|
+
],
|
17772
17887
|
[
|
17773
17888
|
"expression",
|
17774
17889
|
"expression",
|
@@ -18119,6 +18234,11 @@
|
|
18119
18234
|
"verb",
|
18120
18235
|
false
|
18121
18236
|
],
|
18237
|
+
[
|
18238
|
+
"negatable",
|
18239
|
+
"queryable",
|
18240
|
+
false
|
18241
|
+
],
|
18122
18242
|
[
|
18123
18243
|
"noun",
|
18124
18244
|
"theAble",
|