tpmkms_4wp 7.12.4-beta.2 → 7.12.4-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +44 -0
- package/common/crew.instance.json +384 -252
- package/common/dialogues.js +41 -0
- package/common/dialogues.test.json +780 -0
- package/common/edible.instance.json +1380 -0
- package/common/fastfood.instance.json +26896 -395
- package/common/fastfood.js +95 -1
- package/common/fastfood.test.json +29119 -0
- package/common/help.test.json +26 -8
- package/common/helpers/concept.js +10 -1
- package/common/hierarchy.js +1 -1
- package/common/kirk.instance.json +16 -0
- package/common/length.instance.json +180 -0
- package/common/mathTemplate.instance.json +60 -0
- package/common/ordering.instance.json +52 -0
- package/common/people.instance.json +96 -0
- package/common/pokemon.instance.json +260 -0
- package/common/pressure.instance.json +32 -0
- package/common/reports.instance.json +17 -1
- package/common/scorekeeper.test.json +299 -124
- package/common/spock.instance.json +16 -0
- package/common/temperature.instance.json +92 -0
- package/common/ui.instance.json +8 -0
- package/common/weight.instance.json +252 -0
- package/package.json +2 -2
@@ -372,6 +372,10 @@
|
|
372
372
|
"mathematical",
|
373
373
|
"object"
|
374
374
|
],
|
375
|
+
[
|
376
|
+
"mathematical",
|
377
|
+
"operator_modifier"
|
378
|
+
],
|
375
379
|
[
|
376
380
|
"mathematical",
|
377
381
|
"property"
|
@@ -512,6 +516,10 @@
|
|
512
516
|
"operator",
|
513
517
|
"theAble"
|
514
518
|
],
|
519
|
+
[
|
520
|
+
"operator_modifier",
|
521
|
+
"operator_modifier"
|
522
|
+
],
|
515
523
|
[
|
516
524
|
"orAble",
|
517
525
|
"ifAble"
|
@@ -1215,6 +1223,10 @@
|
|
1215
1223
|
"mathematical",
|
1216
1224
|
"object"
|
1217
1225
|
],
|
1226
|
+
[
|
1227
|
+
"mathematical",
|
1228
|
+
"operator_modifier"
|
1229
|
+
],
|
1218
1230
|
[
|
1219
1231
|
"mathematical",
|
1220
1232
|
"property"
|
@@ -1355,6 +1367,10 @@
|
|
1355
1367
|
"operator",
|
1356
1368
|
"theAble"
|
1357
1369
|
],
|
1370
|
+
[
|
1371
|
+
"operator_modifier",
|
1372
|
+
"operator_modifier"
|
1373
|
+
],
|
1358
1374
|
[
|
1359
1375
|
"orAble",
|
1360
1376
|
"ifAble"
|
@@ -1391,6 +1407,10 @@
|
|
1391
1407
|
"ounce",
|
1392
1408
|
"theAble"
|
1393
1409
|
],
|
1410
|
+
[
|
1411
|
+
"ounce_modifier",
|
1412
|
+
"ounce_modifier"
|
1413
|
+
],
|
1394
1414
|
[
|
1395
1415
|
"plusExpression",
|
1396
1416
|
"mathematicalExpression"
|
@@ -1507,6 +1527,10 @@
|
|
1507
1527
|
"troy",
|
1508
1528
|
"object"
|
1509
1529
|
],
|
1530
|
+
[
|
1531
|
+
"troy",
|
1532
|
+
"ounce_modifier"
|
1533
|
+
],
|
1510
1534
|
[
|
1511
1535
|
"troy",
|
1512
1536
|
"property"
|
@@ -2243,6 +2267,10 @@
|
|
2243
2267
|
"mathematical",
|
2244
2268
|
"object"
|
2245
2269
|
],
|
2270
|
+
[
|
2271
|
+
"mathematical",
|
2272
|
+
"operator_modifier"
|
2273
|
+
],
|
2246
2274
|
[
|
2247
2275
|
"mathematical",
|
2248
2276
|
"property"
|
@@ -2383,6 +2411,10 @@
|
|
2383
2411
|
"operator",
|
2384
2412
|
"theAble"
|
2385
2413
|
],
|
2414
|
+
[
|
2415
|
+
"operator_modifier",
|
2416
|
+
"operator_modifier"
|
2417
|
+
],
|
2386
2418
|
[
|
2387
2419
|
"orAble",
|
2388
2420
|
"ifAble"
|
@@ -2419,6 +2451,10 @@
|
|
2419
2451
|
"ounce",
|
2420
2452
|
"theAble"
|
2421
2453
|
],
|
2454
|
+
[
|
2455
|
+
"ounce_modifier",
|
2456
|
+
"ounce_modifier"
|
2457
|
+
],
|
2422
2458
|
[
|
2423
2459
|
"plusExpression",
|
2424
2460
|
"mathematicalExpression"
|
@@ -2535,6 +2571,10 @@
|
|
2535
2571
|
"troy",
|
2536
2572
|
"object"
|
2537
2573
|
],
|
2574
|
+
[
|
2575
|
+
"troy",
|
2576
|
+
"ounce_modifier"
|
2577
|
+
],
|
2538
2578
|
[
|
2539
2579
|
"troy",
|
2540
2580
|
"property"
|
@@ -3582,6 +3622,40 @@
|
|
3582
3622
|
0
|
3583
3623
|
]
|
3584
3624
|
],
|
3625
|
+
[
|
3626
|
+
[
|
3627
|
+
"is",
|
3628
|
+
0
|
3629
|
+
],
|
3630
|
+
[
|
3631
|
+
"list",
|
3632
|
+
0
|
3633
|
+
],
|
3634
|
+
[
|
3635
|
+
"ounce",
|
3636
|
+
0
|
3637
|
+
],
|
3638
|
+
[
|
3639
|
+
"propertyOf",
|
3640
|
+
0
|
3641
|
+
],
|
3642
|
+
[
|
3643
|
+
"unit",
|
3644
|
+
0
|
3645
|
+
],
|
3646
|
+
[
|
3647
|
+
"unknown",
|
3648
|
+
0
|
3649
|
+
],
|
3650
|
+
[
|
3651
|
+
"unknown",
|
3652
|
+
1
|
3653
|
+
],
|
3654
|
+
[
|
3655
|
+
"weight",
|
3656
|
+
0
|
3657
|
+
]
|
3658
|
+
],
|
3585
3659
|
[
|
3586
3660
|
[
|
3587
3661
|
"is",
|
@@ -4215,6 +4289,10 @@
|
|
4215
4289
|
"mathematical",
|
4216
4290
|
"object"
|
4217
4291
|
],
|
4292
|
+
[
|
4293
|
+
"mathematical",
|
4294
|
+
"operator_modifier"
|
4295
|
+
],
|
4218
4296
|
[
|
4219
4297
|
"mathematical",
|
4220
4298
|
"property"
|
@@ -4355,6 +4433,10 @@
|
|
4355
4433
|
"operator",
|
4356
4434
|
"theAble"
|
4357
4435
|
],
|
4436
|
+
[
|
4437
|
+
"operator_modifier",
|
4438
|
+
"operator_modifier"
|
4439
|
+
],
|
4358
4440
|
[
|
4359
4441
|
"orAble",
|
4360
4442
|
"ifAble"
|
@@ -4395,6 +4477,10 @@
|
|
4395
4477
|
"ounce",
|
4396
4478
|
"unit"
|
4397
4479
|
],
|
4480
|
+
[
|
4481
|
+
"ounce_modifier",
|
4482
|
+
"ounce_modifier"
|
4483
|
+
],
|
4398
4484
|
[
|
4399
4485
|
"plusExpression",
|
4400
4486
|
"mathematicalExpression"
|
@@ -4575,6 +4661,10 @@
|
|
4575
4661
|
"troy",
|
4576
4662
|
"object"
|
4577
4663
|
],
|
4664
|
+
[
|
4665
|
+
"troy",
|
4666
|
+
"ounce_modifier"
|
4667
|
+
],
|
4578
4668
|
[
|
4579
4669
|
"troy",
|
4580
4670
|
"property"
|
@@ -5491,6 +5581,10 @@
|
|
5491
5581
|
"mathematical",
|
5492
5582
|
"object"
|
5493
5583
|
],
|
5584
|
+
[
|
5585
|
+
"mathematical",
|
5586
|
+
"operator_modifier"
|
5587
|
+
],
|
5494
5588
|
[
|
5495
5589
|
"mathematical",
|
5496
5590
|
"property"
|
@@ -5631,6 +5725,10 @@
|
|
5631
5725
|
"operator",
|
5632
5726
|
"theAble"
|
5633
5727
|
],
|
5728
|
+
[
|
5729
|
+
"operator_modifier",
|
5730
|
+
"operator_modifier"
|
5731
|
+
],
|
5634
5732
|
[
|
5635
5733
|
"orAble",
|
5636
5734
|
"ifAble"
|
@@ -5671,6 +5769,10 @@
|
|
5671
5769
|
"ounce",
|
5672
5770
|
"unit"
|
5673
5771
|
],
|
5772
|
+
[
|
5773
|
+
"ounce_modifier",
|
5774
|
+
"ounce_modifier"
|
5775
|
+
],
|
5674
5776
|
[
|
5675
5777
|
"plusExpression",
|
5676
5778
|
"mathematicalExpression"
|
@@ -5851,6 +5953,10 @@
|
|
5851
5953
|
"troy",
|
5852
5954
|
"object"
|
5853
5955
|
],
|
5956
|
+
[
|
5957
|
+
"troy",
|
5958
|
+
"ounce_modifier"
|
5959
|
+
],
|
5854
5960
|
[
|
5855
5961
|
"troy",
|
5856
5962
|
"property"
|
@@ -6759,6 +6865,10 @@
|
|
6759
6865
|
"mathematical",
|
6760
6866
|
"object"
|
6761
6867
|
],
|
6868
|
+
[
|
6869
|
+
"mathematical",
|
6870
|
+
"operator_modifier"
|
6871
|
+
],
|
6762
6872
|
[
|
6763
6873
|
"mathematical",
|
6764
6874
|
"property"
|
@@ -6899,6 +7009,10 @@
|
|
6899
7009
|
"operator",
|
6900
7010
|
"theAble"
|
6901
7011
|
],
|
7012
|
+
[
|
7013
|
+
"operator_modifier",
|
7014
|
+
"operator_modifier"
|
7015
|
+
],
|
6902
7016
|
[
|
6903
7017
|
"orAble",
|
6904
7018
|
"ifAble"
|
@@ -6939,6 +7053,10 @@
|
|
6939
7053
|
"ounce",
|
6940
7054
|
"unit"
|
6941
7055
|
],
|
7056
|
+
[
|
7057
|
+
"ounce_modifier",
|
7058
|
+
"ounce_modifier"
|
7059
|
+
],
|
6942
7060
|
[
|
6943
7061
|
"plusExpression",
|
6944
7062
|
"mathematicalExpression"
|
@@ -7119,6 +7237,10 @@
|
|
7119
7237
|
"troy",
|
7120
7238
|
"object"
|
7121
7239
|
],
|
7240
|
+
[
|
7241
|
+
"troy",
|
7242
|
+
"ounce_modifier"
|
7243
|
+
],
|
7122
7244
|
[
|
7123
7245
|
"troy",
|
7124
7246
|
"property"
|
@@ -7994,6 +8116,10 @@
|
|
7994
8116
|
"mathematical",
|
7995
8117
|
"object"
|
7996
8118
|
],
|
8119
|
+
[
|
8120
|
+
"mathematical",
|
8121
|
+
"operator_modifier"
|
8122
|
+
],
|
7997
8123
|
[
|
7998
8124
|
"mathematical",
|
7999
8125
|
"property"
|
@@ -8134,6 +8260,10 @@
|
|
8134
8260
|
"operator",
|
8135
8261
|
"theAble"
|
8136
8262
|
],
|
8263
|
+
[
|
8264
|
+
"operator_modifier",
|
8265
|
+
"operator_modifier"
|
8266
|
+
],
|
8137
8267
|
[
|
8138
8268
|
"orAble",
|
8139
8269
|
"ifAble"
|
@@ -8174,6 +8304,10 @@
|
|
8174
8304
|
"ounce",
|
8175
8305
|
"unit"
|
8176
8306
|
],
|
8307
|
+
[
|
8308
|
+
"ounce_modifier",
|
8309
|
+
"ounce_modifier"
|
8310
|
+
],
|
8177
8311
|
[
|
8178
8312
|
"plusExpression",
|
8179
8313
|
"mathematicalExpression"
|
@@ -8354,6 +8488,10 @@
|
|
8354
8488
|
"troy",
|
8355
8489
|
"object"
|
8356
8490
|
],
|
8491
|
+
[
|
8492
|
+
"troy",
|
8493
|
+
"ounce_modifier"
|
8494
|
+
],
|
8357
8495
|
[
|
8358
8496
|
"troy",
|
8359
8497
|
"property"
|
@@ -9229,6 +9367,10 @@
|
|
9229
9367
|
"mathematical",
|
9230
9368
|
"object"
|
9231
9369
|
],
|
9370
|
+
[
|
9371
|
+
"mathematical",
|
9372
|
+
"operator_modifier"
|
9373
|
+
],
|
9232
9374
|
[
|
9233
9375
|
"mathematical",
|
9234
9376
|
"property"
|
@@ -9369,6 +9511,10 @@
|
|
9369
9511
|
"operator",
|
9370
9512
|
"theAble"
|
9371
9513
|
],
|
9514
|
+
[
|
9515
|
+
"operator_modifier",
|
9516
|
+
"operator_modifier"
|
9517
|
+
],
|
9372
9518
|
[
|
9373
9519
|
"orAble",
|
9374
9520
|
"ifAble"
|
@@ -9409,6 +9555,10 @@
|
|
9409
9555
|
"ounce",
|
9410
9556
|
"unit"
|
9411
9557
|
],
|
9558
|
+
[
|
9559
|
+
"ounce_modifier",
|
9560
|
+
"ounce_modifier"
|
9561
|
+
],
|
9412
9562
|
[
|
9413
9563
|
"plusExpression",
|
9414
9564
|
"mathematicalExpression"
|
@@ -9589,6 +9739,10 @@
|
|
9589
9739
|
"troy",
|
9590
9740
|
"object"
|
9591
9741
|
],
|
9742
|
+
[
|
9743
|
+
"troy",
|
9744
|
+
"ounce_modifier"
|
9745
|
+
],
|
9592
9746
|
[
|
9593
9747
|
"troy",
|
9594
9748
|
"property"
|
@@ -10464,6 +10618,10 @@
|
|
10464
10618
|
"mathematical",
|
10465
10619
|
"object"
|
10466
10620
|
],
|
10621
|
+
[
|
10622
|
+
"mathematical",
|
10623
|
+
"operator_modifier"
|
10624
|
+
],
|
10467
10625
|
[
|
10468
10626
|
"mathematical",
|
10469
10627
|
"property"
|
@@ -10604,6 +10762,10 @@
|
|
10604
10762
|
"operator",
|
10605
10763
|
"theAble"
|
10606
10764
|
],
|
10765
|
+
[
|
10766
|
+
"operator_modifier",
|
10767
|
+
"operator_modifier"
|
10768
|
+
],
|
10607
10769
|
[
|
10608
10770
|
"orAble",
|
10609
10771
|
"ifAble"
|
@@ -10644,6 +10806,10 @@
|
|
10644
10806
|
"ounce",
|
10645
10807
|
"unit"
|
10646
10808
|
],
|
10809
|
+
[
|
10810
|
+
"ounce_modifier",
|
10811
|
+
"ounce_modifier"
|
10812
|
+
],
|
10647
10813
|
[
|
10648
10814
|
"plusExpression",
|
10649
10815
|
"mathematicalExpression"
|
@@ -10824,6 +10990,10 @@
|
|
10824
10990
|
"troy",
|
10825
10991
|
"object"
|
10826
10992
|
],
|
10993
|
+
[
|
10994
|
+
"troy",
|
10995
|
+
"ounce_modifier"
|
10996
|
+
],
|
10827
10997
|
[
|
10828
10998
|
"troy",
|
10829
10999
|
"property"
|
@@ -11699,6 +11869,10 @@
|
|
11699
11869
|
"mathematical",
|
11700
11870
|
"object"
|
11701
11871
|
],
|
11872
|
+
[
|
11873
|
+
"mathematical",
|
11874
|
+
"operator_modifier"
|
11875
|
+
],
|
11702
11876
|
[
|
11703
11877
|
"mathematical",
|
11704
11878
|
"property"
|
@@ -11839,6 +12013,10 @@
|
|
11839
12013
|
"operator",
|
11840
12014
|
"theAble"
|
11841
12015
|
],
|
12016
|
+
[
|
12017
|
+
"operator_modifier",
|
12018
|
+
"operator_modifier"
|
12019
|
+
],
|
11842
12020
|
[
|
11843
12021
|
"orAble",
|
11844
12022
|
"ifAble"
|
@@ -11879,6 +12057,10 @@
|
|
11879
12057
|
"ounce",
|
11880
12058
|
"unit"
|
11881
12059
|
],
|
12060
|
+
[
|
12061
|
+
"ounce_modifier",
|
12062
|
+
"ounce_modifier"
|
12063
|
+
],
|
11882
12064
|
[
|
11883
12065
|
"plusExpression",
|
11884
12066
|
"mathematicalExpression"
|
@@ -12059,6 +12241,10 @@
|
|
12059
12241
|
"troy",
|
12060
12242
|
"object"
|
12061
12243
|
],
|
12244
|
+
[
|
12245
|
+
"troy",
|
12246
|
+
"ounce_modifier"
|
12247
|
+
],
|
12062
12248
|
[
|
12063
12249
|
"troy",
|
12064
12250
|
"property"
|
@@ -12934,6 +13120,10 @@
|
|
12934
13120
|
"mathematical",
|
12935
13121
|
"object"
|
12936
13122
|
],
|
13123
|
+
[
|
13124
|
+
"mathematical",
|
13125
|
+
"operator_modifier"
|
13126
|
+
],
|
12937
13127
|
[
|
12938
13128
|
"mathematical",
|
12939
13129
|
"property"
|
@@ -13074,6 +13264,10 @@
|
|
13074
13264
|
"operator",
|
13075
13265
|
"theAble"
|
13076
13266
|
],
|
13267
|
+
[
|
13268
|
+
"operator_modifier",
|
13269
|
+
"operator_modifier"
|
13270
|
+
],
|
13077
13271
|
[
|
13078
13272
|
"orAble",
|
13079
13273
|
"ifAble"
|
@@ -13114,6 +13308,10 @@
|
|
13114
13308
|
"ounce",
|
13115
13309
|
"unit"
|
13116
13310
|
],
|
13311
|
+
[
|
13312
|
+
"ounce_modifier",
|
13313
|
+
"ounce_modifier"
|
13314
|
+
],
|
13117
13315
|
[
|
13118
13316
|
"plusExpression",
|
13119
13317
|
"mathematicalExpression"
|
@@ -13294,6 +13492,10 @@
|
|
13294
13492
|
"troy",
|
13295
13493
|
"object"
|
13296
13494
|
],
|
13495
|
+
[
|
13496
|
+
"troy",
|
13497
|
+
"ounce_modifier"
|
13498
|
+
],
|
13297
13499
|
[
|
13298
13500
|
"troy",
|
13299
13501
|
"property"
|
@@ -14195,6 +14397,10 @@
|
|
14195
14397
|
"mathematical",
|
14196
14398
|
"object"
|
14197
14399
|
],
|
14400
|
+
[
|
14401
|
+
"mathematical",
|
14402
|
+
"operator_modifier"
|
14403
|
+
],
|
14198
14404
|
[
|
14199
14405
|
"mathematical",
|
14200
14406
|
"property"
|
@@ -14335,6 +14541,10 @@
|
|
14335
14541
|
"operator",
|
14336
14542
|
"theAble"
|
14337
14543
|
],
|
14544
|
+
[
|
14545
|
+
"operator_modifier",
|
14546
|
+
"operator_modifier"
|
14547
|
+
],
|
14338
14548
|
[
|
14339
14549
|
"orAble",
|
14340
14550
|
"ifAble"
|
@@ -14375,6 +14585,10 @@
|
|
14375
14585
|
"ounce",
|
14376
14586
|
"unit"
|
14377
14587
|
],
|
14588
|
+
[
|
14589
|
+
"ounce_modifier",
|
14590
|
+
"ounce_modifier"
|
14591
|
+
],
|
14378
14592
|
[
|
14379
14593
|
"plusExpression",
|
14380
14594
|
"mathematicalExpression"
|
@@ -14555,6 +14769,10 @@
|
|
14555
14769
|
"troy",
|
14556
14770
|
"object"
|
14557
14771
|
],
|
14772
|
+
[
|
14773
|
+
"troy",
|
14774
|
+
"ounce_modifier"
|
14775
|
+
],
|
14558
14776
|
[
|
14559
14777
|
"troy",
|
14560
14778
|
"property"
|
@@ -15852,6 +16070,40 @@
|
|
15852
16070
|
0
|
15853
16071
|
]
|
15854
16072
|
],
|
16073
|
+
[
|
16074
|
+
[
|
16075
|
+
"is",
|
16076
|
+
0
|
16077
|
+
],
|
16078
|
+
[
|
16079
|
+
"list",
|
16080
|
+
0
|
16081
|
+
],
|
16082
|
+
[
|
16083
|
+
"ounce",
|
16084
|
+
0
|
16085
|
+
],
|
16086
|
+
[
|
16087
|
+
"propertyOf",
|
16088
|
+
0
|
16089
|
+
],
|
16090
|
+
[
|
16091
|
+
"unit",
|
16092
|
+
0
|
16093
|
+
],
|
16094
|
+
[
|
16095
|
+
"unknown",
|
16096
|
+
0
|
16097
|
+
],
|
16098
|
+
[
|
16099
|
+
"unknown",
|
16100
|
+
1
|
16101
|
+
],
|
16102
|
+
[
|
16103
|
+
"weight",
|
16104
|
+
0
|
16105
|
+
]
|
16106
|
+
],
|
15855
16107
|
[
|
15856
16108
|
[
|
15857
16109
|
"is",
|
package/package.json
CHANGED
@@ -281,8 +281,8 @@
|
|
281
281
|
"table": "^6.7.1",
|
282
282
|
"base-64": "^1.0.0",
|
283
283
|
"argparse": "^2.0.1",
|
284
|
-
"theprogrammablemind_4wp": "7.12.4-beta.
|
284
|
+
"theprogrammablemind_4wp": "7.12.4-beta.3"
|
285
285
|
},
|
286
|
-
"version": "7.12.4-beta.
|
286
|
+
"version": "7.12.4-beta.3",
|
287
287
|
"license": "UNLICENSED"
|
288
288
|
}
|