tpmkms 7.12.7 → 7.12.8-beta.1
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 +0 -44
- package/common/dialogues.js +106 -3
- package/common/dimension.instance.json +736 -62
- package/common/dimension.js +15 -7
- package/common/edible.instance.json +2 -190
- package/common/fastfood.instance.json +886 -922
- package/common/formulas.instance.json +992 -0
- package/common/formulas.js +18 -5
- package/common/formulas.test.json +1187 -3651
- package/common/length.instance.json +261 -505
- package/common/math.instance.json +1979 -1
- package/common/math.js +17 -5
- package/common/ordering.instance.json +0 -52
- package/common/pipboy.instance.json +23454 -1101
- package/common/pipboy.js +31 -4
- package/common/pipboy.test.json +13 -9
- package/common/pokemon.instance.json +0 -44
- package/common/pressure.instance.json +80 -0
- package/common/reports.instance.json +17 -1
- package/common/temperature.instance.json +80 -60
- package/common/ui.instance.json +8 -0
- package/common/weight.instance.json +272 -48
- package/main.js +0 -8
- package/package.json +4 -20
- package/common/dimensionTemplate.instance.json +0 -582
- package/common/dimensionTemplate.js +0 -35
- package/common/dimensionTemplate.test.json +0 -2
- package/common/formulasTemplate.instance.json +0 -483
- package/common/formulasTemplate.js +0 -30
- package/common/formulasTemplate.test.json +0 -2
- package/common/mathTemplate.instance.json +0 -1635
- package/common/mathTemplate.js +0 -32
- package/common/mathTemplate.test.json +0 -1422
- package/common/pipboyTemplate.instance.json +0 -17420
- package/common/pipboyTemplate.js +0 -48
- package/common/pipboyTemplate.test.json +0 -2
@@ -200,6 +200,10 @@
|
|
200
200
|
"convertToUnits",
|
201
201
|
"queryable"
|
202
202
|
],
|
203
|
+
[
|
204
|
+
"convertToUnits",
|
205
|
+
"testingValue"
|
206
|
+
],
|
203
207
|
[
|
204
208
|
"countable",
|
205
209
|
"hierarchyAble"
|
@@ -352,6 +356,10 @@
|
|
352
356
|
"it",
|
353
357
|
"toAble"
|
354
358
|
],
|
359
|
+
[
|
360
|
+
"length",
|
361
|
+
"dimension"
|
362
|
+
],
|
355
363
|
[
|
356
364
|
"lowest",
|
357
365
|
"condition"
|
@@ -580,6 +588,10 @@
|
|
580
588
|
"reason",
|
581
589
|
"theAble"
|
582
590
|
],
|
591
|
+
[
|
592
|
+
"testingValue",
|
593
|
+
"testingValue"
|
594
|
+
],
|
583
595
|
[
|
584
596
|
"that",
|
585
597
|
"thisitthat"
|
@@ -704,9 +716,17 @@
|
|
704
716
|
"whose",
|
705
717
|
"object"
|
706
718
|
],
|
719
|
+
[
|
720
|
+
"x",
|
721
|
+
"number"
|
722
|
+
],
|
707
723
|
[
|
708
724
|
"xfx",
|
709
725
|
"queryable"
|
726
|
+
],
|
727
|
+
[
|
728
|
+
"y",
|
729
|
+
"number"
|
710
730
|
]
|
711
731
|
],
|
712
732
|
"metadata": {
|
@@ -1051,6 +1071,10 @@
|
|
1051
1071
|
"convertToUnits",
|
1052
1072
|
"queryable"
|
1053
1073
|
],
|
1074
|
+
[
|
1075
|
+
"convertToUnits",
|
1076
|
+
"testingValue"
|
1077
|
+
],
|
1054
1078
|
[
|
1055
1079
|
"countable",
|
1056
1080
|
"hierarchyAble"
|
@@ -1203,6 +1227,10 @@
|
|
1203
1227
|
"it",
|
1204
1228
|
"toAble"
|
1205
1229
|
],
|
1230
|
+
[
|
1231
|
+
"length",
|
1232
|
+
"dimension"
|
1233
|
+
],
|
1206
1234
|
[
|
1207
1235
|
"lowest",
|
1208
1236
|
"condition"
|
@@ -1467,6 +1495,10 @@
|
|
1467
1495
|
"reason",
|
1468
1496
|
"theAble"
|
1469
1497
|
],
|
1498
|
+
[
|
1499
|
+
"testingValue",
|
1500
|
+
"testingValue"
|
1501
|
+
],
|
1470
1502
|
[
|
1471
1503
|
"that",
|
1472
1504
|
"thisitthat"
|
@@ -1663,9 +1695,17 @@
|
|
1663
1695
|
"whose",
|
1664
1696
|
"object"
|
1665
1697
|
],
|
1698
|
+
[
|
1699
|
+
"x",
|
1700
|
+
"number"
|
1701
|
+
],
|
1666
1702
|
[
|
1667
1703
|
"xfx",
|
1668
1704
|
"queryable"
|
1705
|
+
],
|
1706
|
+
[
|
1707
|
+
"y",
|
1708
|
+
"number"
|
1669
1709
|
]
|
1670
1710
|
],
|
1671
1711
|
"metadata": {
|
@@ -2095,6 +2135,10 @@
|
|
2095
2135
|
"convertToUnits",
|
2096
2136
|
"queryable"
|
2097
2137
|
],
|
2138
|
+
[
|
2139
|
+
"convertToUnits",
|
2140
|
+
"testingValue"
|
2141
|
+
],
|
2098
2142
|
[
|
2099
2143
|
"countable",
|
2100
2144
|
"hierarchyAble"
|
@@ -2247,6 +2291,10 @@
|
|
2247
2291
|
"it",
|
2248
2292
|
"toAble"
|
2249
2293
|
],
|
2294
|
+
[
|
2295
|
+
"length",
|
2296
|
+
"dimension"
|
2297
|
+
],
|
2250
2298
|
[
|
2251
2299
|
"lowest",
|
2252
2300
|
"condition"
|
@@ -2511,6 +2559,10 @@
|
|
2511
2559
|
"reason",
|
2512
2560
|
"theAble"
|
2513
2561
|
],
|
2562
|
+
[
|
2563
|
+
"testingValue",
|
2564
|
+
"testingValue"
|
2565
|
+
],
|
2514
2566
|
[
|
2515
2567
|
"that",
|
2516
2568
|
"thisitthat"
|
@@ -2739,9 +2791,17 @@
|
|
2739
2791
|
"whose",
|
2740
2792
|
"object"
|
2741
2793
|
],
|
2794
|
+
[
|
2795
|
+
"x",
|
2796
|
+
"number"
|
2797
|
+
],
|
2742
2798
|
[
|
2743
2799
|
"xfx",
|
2744
2800
|
"queryable"
|
2801
|
+
],
|
2802
|
+
[
|
2803
|
+
"y",
|
2804
|
+
"number"
|
2745
2805
|
]
|
2746
2806
|
],
|
2747
2807
|
"metadata": {
|
@@ -3647,10 +3707,6 @@
|
|
3647
3707
|
"unknown",
|
3648
3708
|
0
|
3649
3709
|
],
|
3650
|
-
[
|
3651
|
-
"unknown",
|
3652
|
-
1
|
3653
|
-
],
|
3654
3710
|
[
|
3655
3711
|
"weight",
|
3656
3712
|
0
|
@@ -3679,7 +3735,7 @@
|
|
3679
3735
|
],
|
3680
3736
|
[
|
3681
3737
|
"unknown",
|
3682
|
-
|
3738
|
+
1
|
3683
3739
|
],
|
3684
3740
|
[
|
3685
3741
|
"weight",
|
@@ -3695,10 +3751,6 @@
|
|
3695
3751
|
"list",
|
3696
3752
|
0
|
3697
3753
|
],
|
3698
|
-
[
|
3699
|
-
"ounce",
|
3700
|
-
0
|
3701
|
-
],
|
3702
3754
|
[
|
3703
3755
|
"propertyOf",
|
3704
3756
|
0
|
@@ -3723,22 +3775,20 @@
|
|
3723
3775
|
],
|
3724
3776
|
[
|
3725
3777
|
"list",
|
3726
|
-
|
3727
|
-
]
|
3728
|
-
|
3729
|
-
|
3730
|
-
0
|
3731
|
-
],
|
3778
|
+
1
|
3779
|
+
]
|
3780
|
+
],
|
3781
|
+
[
|
3732
3782
|
[
|
3733
|
-
"
|
3783
|
+
"is",
|
3734
3784
|
0
|
3735
3785
|
],
|
3736
3786
|
[
|
3737
|
-
"
|
3787
|
+
"list",
|
3738
3788
|
1
|
3739
3789
|
],
|
3740
3790
|
[
|
3741
|
-
"
|
3791
|
+
"propertyOf",
|
3742
3792
|
0
|
3743
3793
|
]
|
3744
3794
|
],
|
@@ -3750,19 +3800,21 @@
|
|
3750
3800
|
[
|
3751
3801
|
"list",
|
3752
3802
|
1
|
3753
|
-
]
|
3754
|
-
],
|
3755
|
-
[
|
3803
|
+
],
|
3756
3804
|
[
|
3757
|
-
"
|
3805
|
+
"propertyOf",
|
3758
3806
|
0
|
3759
3807
|
],
|
3760
3808
|
[
|
3761
|
-
"
|
3809
|
+
"unit",
|
3810
|
+
0
|
3811
|
+
],
|
3812
|
+
[
|
3813
|
+
"unknown",
|
3762
3814
|
1
|
3763
3815
|
],
|
3764
3816
|
[
|
3765
|
-
"
|
3817
|
+
"weight",
|
3766
3818
|
0
|
3767
3819
|
]
|
3768
3820
|
],
|
@@ -4053,6 +4105,10 @@
|
|
4053
4105
|
"convertToUnits",
|
4054
4106
|
"queryable"
|
4055
4107
|
],
|
4108
|
+
[
|
4109
|
+
"convertToUnits",
|
4110
|
+
"testingValue"
|
4111
|
+
],
|
4056
4112
|
[
|
4057
4113
|
"countable",
|
4058
4114
|
"hierarchyAble"
|
@@ -4269,6 +4325,10 @@
|
|
4269
4325
|
"kilogram",
|
4270
4326
|
"unit"
|
4271
4327
|
],
|
4328
|
+
[
|
4329
|
+
"length",
|
4330
|
+
"dimension"
|
4331
|
+
],
|
4272
4332
|
[
|
4273
4333
|
"lowest",
|
4274
4334
|
"condition"
|
@@ -4569,6 +4629,10 @@
|
|
4569
4629
|
"reason",
|
4570
4630
|
"theAble"
|
4571
4631
|
],
|
4632
|
+
[
|
4633
|
+
"testingValue",
|
4634
|
+
"testingValue"
|
4635
|
+
],
|
4572
4636
|
[
|
4573
4637
|
"that",
|
4574
4638
|
"thisitthat"
|
@@ -4833,9 +4897,17 @@
|
|
4833
4897
|
"whose",
|
4834
4898
|
"object"
|
4835
4899
|
],
|
4900
|
+
[
|
4901
|
+
"x",
|
4902
|
+
"number"
|
4903
|
+
],
|
4836
4904
|
[
|
4837
4905
|
"xfx",
|
4838
4906
|
"queryable"
|
4907
|
+
],
|
4908
|
+
[
|
4909
|
+
"y",
|
4910
|
+
"number"
|
4839
4911
|
]
|
4840
4912
|
],
|
4841
4913
|
"metadata": {
|
@@ -5345,6 +5417,10 @@
|
|
5345
5417
|
"convertToUnits",
|
5346
5418
|
"queryable"
|
5347
5419
|
],
|
5420
|
+
[
|
5421
|
+
"convertToUnits",
|
5422
|
+
"testingValue"
|
5423
|
+
],
|
5348
5424
|
[
|
5349
5425
|
"countable",
|
5350
5426
|
"hierarchyAble"
|
@@ -5561,6 +5637,10 @@
|
|
5561
5637
|
"kilogram",
|
5562
5638
|
"unit"
|
5563
5639
|
],
|
5640
|
+
[
|
5641
|
+
"length",
|
5642
|
+
"dimension"
|
5643
|
+
],
|
5564
5644
|
[
|
5565
5645
|
"lowest",
|
5566
5646
|
"condition"
|
@@ -5861,6 +5941,10 @@
|
|
5861
5941
|
"reason",
|
5862
5942
|
"theAble"
|
5863
5943
|
],
|
5944
|
+
[
|
5945
|
+
"testingValue",
|
5946
|
+
"testingValue"
|
5947
|
+
],
|
5864
5948
|
[
|
5865
5949
|
"that",
|
5866
5950
|
"thisitthat"
|
@@ -6125,9 +6209,17 @@
|
|
6125
6209
|
"whose",
|
6126
6210
|
"object"
|
6127
6211
|
],
|
6212
|
+
[
|
6213
|
+
"x",
|
6214
|
+
"number"
|
6215
|
+
],
|
6128
6216
|
[
|
6129
6217
|
"xfx",
|
6130
6218
|
"queryable"
|
6219
|
+
],
|
6220
|
+
[
|
6221
|
+
"y",
|
6222
|
+
"number"
|
6131
6223
|
]
|
6132
6224
|
],
|
6133
6225
|
"metadata": {
|
@@ -6629,6 +6721,10 @@
|
|
6629
6721
|
"convertToUnits",
|
6630
6722
|
"queryable"
|
6631
6723
|
],
|
6724
|
+
[
|
6725
|
+
"convertToUnits",
|
6726
|
+
"testingValue"
|
6727
|
+
],
|
6632
6728
|
[
|
6633
6729
|
"countable",
|
6634
6730
|
"hierarchyAble"
|
@@ -6845,6 +6941,10 @@
|
|
6845
6941
|
"kilogram",
|
6846
6942
|
"unit"
|
6847
6943
|
],
|
6944
|
+
[
|
6945
|
+
"length",
|
6946
|
+
"dimension"
|
6947
|
+
],
|
6848
6948
|
[
|
6849
6949
|
"lowest",
|
6850
6950
|
"condition"
|
@@ -7145,6 +7245,10 @@
|
|
7145
7245
|
"reason",
|
7146
7246
|
"theAble"
|
7147
7247
|
],
|
7248
|
+
[
|
7249
|
+
"testingValue",
|
7250
|
+
"testingValue"
|
7251
|
+
],
|
7148
7252
|
[
|
7149
7253
|
"that",
|
7150
7254
|
"thisitthat"
|
@@ -7409,9 +7513,17 @@
|
|
7409
7513
|
"whose",
|
7410
7514
|
"object"
|
7411
7515
|
],
|
7516
|
+
[
|
7517
|
+
"x",
|
7518
|
+
"number"
|
7519
|
+
],
|
7412
7520
|
[
|
7413
7521
|
"xfx",
|
7414
7522
|
"queryable"
|
7523
|
+
],
|
7524
|
+
[
|
7525
|
+
"y",
|
7526
|
+
"number"
|
7415
7527
|
]
|
7416
7528
|
],
|
7417
7529
|
"metadata": {
|
@@ -7880,6 +7992,10 @@
|
|
7880
7992
|
"convertToUnits",
|
7881
7993
|
"queryable"
|
7882
7994
|
],
|
7995
|
+
[
|
7996
|
+
"convertToUnits",
|
7997
|
+
"testingValue"
|
7998
|
+
],
|
7883
7999
|
[
|
7884
8000
|
"countable",
|
7885
8001
|
"hierarchyAble"
|
@@ -8096,6 +8212,10 @@
|
|
8096
8212
|
"kilogram",
|
8097
8213
|
"unit"
|
8098
8214
|
],
|
8215
|
+
[
|
8216
|
+
"length",
|
8217
|
+
"dimension"
|
8218
|
+
],
|
8099
8219
|
[
|
8100
8220
|
"lowest",
|
8101
8221
|
"condition"
|
@@ -8396,6 +8516,10 @@
|
|
8396
8516
|
"reason",
|
8397
8517
|
"theAble"
|
8398
8518
|
],
|
8519
|
+
[
|
8520
|
+
"testingValue",
|
8521
|
+
"testingValue"
|
8522
|
+
],
|
8399
8523
|
[
|
8400
8524
|
"that",
|
8401
8525
|
"thisitthat"
|
@@ -8660,9 +8784,17 @@
|
|
8660
8784
|
"whose",
|
8661
8785
|
"object"
|
8662
8786
|
],
|
8787
|
+
[
|
8788
|
+
"x",
|
8789
|
+
"number"
|
8790
|
+
],
|
8663
8791
|
[
|
8664
8792
|
"xfx",
|
8665
8793
|
"queryable"
|
8794
|
+
],
|
8795
|
+
[
|
8796
|
+
"y",
|
8797
|
+
"number"
|
8666
8798
|
]
|
8667
8799
|
],
|
8668
8800
|
"metadata": {
|
@@ -9131,6 +9263,10 @@
|
|
9131
9263
|
"convertToUnits",
|
9132
9264
|
"queryable"
|
9133
9265
|
],
|
9266
|
+
[
|
9267
|
+
"convertToUnits",
|
9268
|
+
"testingValue"
|
9269
|
+
],
|
9134
9270
|
[
|
9135
9271
|
"countable",
|
9136
9272
|
"hierarchyAble"
|
@@ -9347,6 +9483,10 @@
|
|
9347
9483
|
"kilogram",
|
9348
9484
|
"unit"
|
9349
9485
|
],
|
9486
|
+
[
|
9487
|
+
"length",
|
9488
|
+
"dimension"
|
9489
|
+
],
|
9350
9490
|
[
|
9351
9491
|
"lowest",
|
9352
9492
|
"condition"
|
@@ -9647,6 +9787,10 @@
|
|
9647
9787
|
"reason",
|
9648
9788
|
"theAble"
|
9649
9789
|
],
|
9790
|
+
[
|
9791
|
+
"testingValue",
|
9792
|
+
"testingValue"
|
9793
|
+
],
|
9650
9794
|
[
|
9651
9795
|
"that",
|
9652
9796
|
"thisitthat"
|
@@ -9911,9 +10055,17 @@
|
|
9911
10055
|
"whose",
|
9912
10056
|
"object"
|
9913
10057
|
],
|
10058
|
+
[
|
10059
|
+
"x",
|
10060
|
+
"number"
|
10061
|
+
],
|
9914
10062
|
[
|
9915
10063
|
"xfx",
|
9916
10064
|
"queryable"
|
10065
|
+
],
|
10066
|
+
[
|
10067
|
+
"y",
|
10068
|
+
"number"
|
9917
10069
|
]
|
9918
10070
|
],
|
9919
10071
|
"metadata": {
|
@@ -10382,6 +10534,10 @@
|
|
10382
10534
|
"convertToUnits",
|
10383
10535
|
"queryable"
|
10384
10536
|
],
|
10537
|
+
[
|
10538
|
+
"convertToUnits",
|
10539
|
+
"testingValue"
|
10540
|
+
],
|
10385
10541
|
[
|
10386
10542
|
"countable",
|
10387
10543
|
"hierarchyAble"
|
@@ -10598,6 +10754,10 @@
|
|
10598
10754
|
"kilogram",
|
10599
10755
|
"unit"
|
10600
10756
|
],
|
10757
|
+
[
|
10758
|
+
"length",
|
10759
|
+
"dimension"
|
10760
|
+
],
|
10601
10761
|
[
|
10602
10762
|
"lowest",
|
10603
10763
|
"condition"
|
@@ -10898,6 +11058,10 @@
|
|
10898
11058
|
"reason",
|
10899
11059
|
"theAble"
|
10900
11060
|
],
|
11061
|
+
[
|
11062
|
+
"testingValue",
|
11063
|
+
"testingValue"
|
11064
|
+
],
|
10901
11065
|
[
|
10902
11066
|
"that",
|
10903
11067
|
"thisitthat"
|
@@ -11162,9 +11326,17 @@
|
|
11162
11326
|
"whose",
|
11163
11327
|
"object"
|
11164
11328
|
],
|
11329
|
+
[
|
11330
|
+
"x",
|
11331
|
+
"number"
|
11332
|
+
],
|
11165
11333
|
[
|
11166
11334
|
"xfx",
|
11167
11335
|
"queryable"
|
11336
|
+
],
|
11337
|
+
[
|
11338
|
+
"y",
|
11339
|
+
"number"
|
11168
11340
|
]
|
11169
11341
|
],
|
11170
11342
|
"metadata": {
|
@@ -11633,6 +11805,10 @@
|
|
11633
11805
|
"convertToUnits",
|
11634
11806
|
"queryable"
|
11635
11807
|
],
|
11808
|
+
[
|
11809
|
+
"convertToUnits",
|
11810
|
+
"testingValue"
|
11811
|
+
],
|
11636
11812
|
[
|
11637
11813
|
"countable",
|
11638
11814
|
"hierarchyAble"
|
@@ -11849,6 +12025,10 @@
|
|
11849
12025
|
"kilogram",
|
11850
12026
|
"unit"
|
11851
12027
|
],
|
12028
|
+
[
|
12029
|
+
"length",
|
12030
|
+
"dimension"
|
12031
|
+
],
|
11852
12032
|
[
|
11853
12033
|
"lowest",
|
11854
12034
|
"condition"
|
@@ -12149,6 +12329,10 @@
|
|
12149
12329
|
"reason",
|
12150
12330
|
"theAble"
|
12151
12331
|
],
|
12332
|
+
[
|
12333
|
+
"testingValue",
|
12334
|
+
"testingValue"
|
12335
|
+
],
|
12152
12336
|
[
|
12153
12337
|
"that",
|
12154
12338
|
"thisitthat"
|
@@ -12413,9 +12597,17 @@
|
|
12413
12597
|
"whose",
|
12414
12598
|
"object"
|
12415
12599
|
],
|
12600
|
+
[
|
12601
|
+
"x",
|
12602
|
+
"number"
|
12603
|
+
],
|
12416
12604
|
[
|
12417
12605
|
"xfx",
|
12418
12606
|
"queryable"
|
12607
|
+
],
|
12608
|
+
[
|
12609
|
+
"y",
|
12610
|
+
"number"
|
12419
12611
|
]
|
12420
12612
|
],
|
12421
12613
|
"metadata": {
|
@@ -12884,6 +13076,10 @@
|
|
12884
13076
|
"convertToUnits",
|
12885
13077
|
"queryable"
|
12886
13078
|
],
|
13079
|
+
[
|
13080
|
+
"convertToUnits",
|
13081
|
+
"testingValue"
|
13082
|
+
],
|
12887
13083
|
[
|
12888
13084
|
"countable",
|
12889
13085
|
"hierarchyAble"
|
@@ -13100,6 +13296,10 @@
|
|
13100
13296
|
"kilogram",
|
13101
13297
|
"unit"
|
13102
13298
|
],
|
13299
|
+
[
|
13300
|
+
"length",
|
13301
|
+
"dimension"
|
13302
|
+
],
|
13103
13303
|
[
|
13104
13304
|
"lowest",
|
13105
13305
|
"condition"
|
@@ -13400,6 +13600,10 @@
|
|
13400
13600
|
"reason",
|
13401
13601
|
"theAble"
|
13402
13602
|
],
|
13603
|
+
[
|
13604
|
+
"testingValue",
|
13605
|
+
"testingValue"
|
13606
|
+
],
|
13403
13607
|
[
|
13404
13608
|
"that",
|
13405
13609
|
"thisitthat"
|
@@ -13664,9 +13868,17 @@
|
|
13664
13868
|
"whose",
|
13665
13869
|
"object"
|
13666
13870
|
],
|
13871
|
+
[
|
13872
|
+
"x",
|
13873
|
+
"number"
|
13874
|
+
],
|
13667
13875
|
[
|
13668
13876
|
"xfx",
|
13669
13877
|
"queryable"
|
13878
|
+
],
|
13879
|
+
[
|
13880
|
+
"y",
|
13881
|
+
"number"
|
13670
13882
|
]
|
13671
13883
|
],
|
13672
13884
|
"metadata": {
|
@@ -14161,6 +14373,10 @@
|
|
14161
14373
|
"convertToUnits",
|
14162
14374
|
"queryable"
|
14163
14375
|
],
|
14376
|
+
[
|
14377
|
+
"convertToUnits",
|
14378
|
+
"testingValue"
|
14379
|
+
],
|
14164
14380
|
[
|
14165
14381
|
"countable",
|
14166
14382
|
"hierarchyAble"
|
@@ -14377,6 +14593,10 @@
|
|
14377
14593
|
"kilogram",
|
14378
14594
|
"unit"
|
14379
14595
|
],
|
14596
|
+
[
|
14597
|
+
"length",
|
14598
|
+
"dimension"
|
14599
|
+
],
|
14380
14600
|
[
|
14381
14601
|
"lowest",
|
14382
14602
|
"condition"
|
@@ -14677,6 +14897,10 @@
|
|
14677
14897
|
"reason",
|
14678
14898
|
"theAble"
|
14679
14899
|
],
|
14900
|
+
[
|
14901
|
+
"testingValue",
|
14902
|
+
"testingValue"
|
14903
|
+
],
|
14680
14904
|
[
|
14681
14905
|
"that",
|
14682
14906
|
"thisitthat"
|
@@ -14941,9 +15165,17 @@
|
|
14941
15165
|
"whose",
|
14942
15166
|
"object"
|
14943
15167
|
],
|
15168
|
+
[
|
15169
|
+
"x",
|
15170
|
+
"number"
|
15171
|
+
],
|
14944
15172
|
[
|
14945
15173
|
"xfx",
|
14946
15174
|
"queryable"
|
15175
|
+
],
|
15176
|
+
[
|
15177
|
+
"y",
|
15178
|
+
"number"
|
14947
15179
|
]
|
14948
15180
|
],
|
14949
15181
|
"metadata": {
|
@@ -16095,10 +16327,6 @@
|
|
16095
16327
|
"unknown",
|
16096
16328
|
0
|
16097
16329
|
],
|
16098
|
-
[
|
16099
|
-
"unknown",
|
16100
|
-
1
|
16101
|
-
],
|
16102
16330
|
[
|
16103
16331
|
"weight",
|
16104
16332
|
0
|
@@ -16127,7 +16355,7 @@
|
|
16127
16355
|
],
|
16128
16356
|
[
|
16129
16357
|
"unknown",
|
16130
|
-
|
16358
|
+
1
|
16131
16359
|
],
|
16132
16360
|
[
|
16133
16361
|
"weight",
|
@@ -16143,10 +16371,6 @@
|
|
16143
16371
|
"list",
|
16144
16372
|
0
|
16145
16373
|
],
|
16146
|
-
[
|
16147
|
-
"ounce",
|
16148
|
-
0
|
16149
|
-
],
|
16150
16374
|
[
|
16151
16375
|
"propertyOf",
|
16152
16376
|
0
|
@@ -16171,22 +16395,20 @@
|
|
16171
16395
|
],
|
16172
16396
|
[
|
16173
16397
|
"list",
|
16174
|
-
|
16175
|
-
]
|
16176
|
-
|
16177
|
-
|
16178
|
-
0
|
16179
|
-
],
|
16398
|
+
1
|
16399
|
+
]
|
16400
|
+
],
|
16401
|
+
[
|
16180
16402
|
[
|
16181
|
-
"
|
16403
|
+
"is",
|
16182
16404
|
0
|
16183
16405
|
],
|
16184
16406
|
[
|
16185
|
-
"
|
16407
|
+
"list",
|
16186
16408
|
1
|
16187
16409
|
],
|
16188
16410
|
[
|
16189
|
-
"
|
16411
|
+
"propertyOf",
|
16190
16412
|
0
|
16191
16413
|
]
|
16192
16414
|
],
|
@@ -16198,19 +16420,21 @@
|
|
16198
16420
|
[
|
16199
16421
|
"list",
|
16200
16422
|
1
|
16201
|
-
]
|
16202
|
-
],
|
16203
|
-
[
|
16423
|
+
],
|
16204
16424
|
[
|
16205
|
-
"
|
16425
|
+
"propertyOf",
|
16206
16426
|
0
|
16207
16427
|
],
|
16208
16428
|
[
|
16209
|
-
"
|
16429
|
+
"unit",
|
16430
|
+
0
|
16431
|
+
],
|
16432
|
+
[
|
16433
|
+
"unknown",
|
16210
16434
|
1
|
16211
16435
|
],
|
16212
16436
|
[
|
16213
|
-
"
|
16437
|
+
"weight",
|
16214
16438
|
0
|
16215
16439
|
]
|
16216
16440
|
],
|