tpmkms_4wp 7.12.4 → 7.12.5-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +96 -0
- package/common/crew.instance.json +480 -0
- package/common/dialogues.js +45 -2
- package/common/dialogues.test.json +780 -0
- package/common/dimension.test.json +170 -26
- package/common/dimensionTemplate.instance.json +4 -0
- package/common/edible.instance.json +1508 -0
- package/common/emotions.instance.json +4 -0
- package/common/fastfood.instance.json +27642 -427
- package/common/fastfood.js +332 -66
- package/common/fastfood.test.json +85364 -916
- package/common/formulasTemplate.instance.json +4 -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 +20 -0
- package/common/length.instance.json +240 -0
- package/common/mathTemplate.instance.json +68 -0
- package/common/ordering.instance.json +60 -0
- package/common/people.instance.json +128 -0
- package/common/pokemon.instance.json +312 -0
- package/common/pressure.instance.json +48 -0
- package/common/properties.instance.json +4 -0
- package/common/reports.instance.json +25 -1
- package/common/reports.js +3 -2
- package/common/scorekeeper.test.json +299 -124
- package/common/spock.instance.json +20 -0
- package/common/stm.js +21 -6
- package/common/temperature.instance.json +104 -192
- package/common/ui.instance.json +12 -0
- package/common/weight.instance.json +300 -0
- package/package.json +2 -2
@@ -375,6 +375,10 @@
|
|
375
375
|
"mathematical",
|
376
376
|
"object"
|
377
377
|
],
|
378
|
+
[
|
379
|
+
"mathematical",
|
380
|
+
"operator_modifier"
|
381
|
+
],
|
378
382
|
[
|
379
383
|
"mathematical",
|
380
384
|
"property"
|
@@ -515,6 +519,10 @@
|
|
515
519
|
"operator",
|
516
520
|
"theAble"
|
517
521
|
],
|
522
|
+
[
|
523
|
+
"operator_modifier",
|
524
|
+
"operator_modifier"
|
525
|
+
],
|
518
526
|
[
|
519
527
|
"orAble",
|
520
528
|
"ifAble"
|
@@ -611,6 +619,10 @@
|
|
611
619
|
"timesOperator",
|
612
620
|
"mathematicalOperator"
|
613
621
|
],
|
622
|
+
[
|
623
|
+
"to",
|
624
|
+
"preposition"
|
625
|
+
],
|
614
626
|
[
|
615
627
|
"toAble",
|
616
628
|
"toAble"
|
@@ -1331,6 +1343,10 @@
|
|
1331
1343
|
"mathematical",
|
1332
1344
|
"object"
|
1333
1345
|
],
|
1346
|
+
[
|
1347
|
+
"mathematical",
|
1348
|
+
"operator_modifier"
|
1349
|
+
],
|
1334
1350
|
[
|
1335
1351
|
"mathematical",
|
1336
1352
|
"property"
|
@@ -1471,6 +1487,10 @@
|
|
1471
1487
|
"operator",
|
1472
1488
|
"theAble"
|
1473
1489
|
],
|
1490
|
+
[
|
1491
|
+
"operator_modifier",
|
1492
|
+
"operator_modifier"
|
1493
|
+
],
|
1474
1494
|
[
|
1475
1495
|
"orAble",
|
1476
1496
|
"ifAble"
|
@@ -1567,6 +1587,10 @@
|
|
1567
1587
|
"timesOperator",
|
1568
1588
|
"mathematicalOperator"
|
1569
1589
|
],
|
1590
|
+
[
|
1591
|
+
"to",
|
1592
|
+
"preposition"
|
1593
|
+
],
|
1570
1594
|
[
|
1571
1595
|
"toAble",
|
1572
1596
|
"toAble"
|
@@ -2265,6 +2289,36 @@
|
|
2265
2289
|
1
|
2266
2290
|
]
|
2267
2291
|
],
|
2292
|
+
[
|
2293
|
+
[
|
2294
|
+
"is",
|
2295
|
+
0
|
2296
|
+
],
|
2297
|
+
[
|
2298
|
+
"length",
|
2299
|
+
0
|
2300
|
+
],
|
2301
|
+
[
|
2302
|
+
"list",
|
2303
|
+
0
|
2304
|
+
],
|
2305
|
+
[
|
2306
|
+
"propertyOf",
|
2307
|
+
0
|
2308
|
+
],
|
2309
|
+
[
|
2310
|
+
"unit",
|
2311
|
+
0
|
2312
|
+
],
|
2313
|
+
[
|
2314
|
+
"unknown",
|
2315
|
+
0
|
2316
|
+
],
|
2317
|
+
[
|
2318
|
+
"unknown",
|
2319
|
+
1
|
2320
|
+
]
|
2321
|
+
],
|
2268
2322
|
[
|
2269
2323
|
[
|
2270
2324
|
"is",
|
@@ -2898,6 +2952,10 @@
|
|
2898
2952
|
"mathematical",
|
2899
2953
|
"object"
|
2900
2954
|
],
|
2955
|
+
[
|
2956
|
+
"mathematical",
|
2957
|
+
"operator_modifier"
|
2958
|
+
],
|
2901
2959
|
[
|
2902
2960
|
"mathematical",
|
2903
2961
|
"property"
|
@@ -3070,6 +3128,10 @@
|
|
3070
3128
|
"operator",
|
3071
3129
|
"theAble"
|
3072
3130
|
],
|
3131
|
+
[
|
3132
|
+
"operator_modifier",
|
3133
|
+
"operator_modifier"
|
3134
|
+
],
|
3073
3135
|
[
|
3074
3136
|
"orAble",
|
3075
3137
|
"ifAble"
|
@@ -3166,6 +3228,10 @@
|
|
3166
3228
|
"timesOperator",
|
3167
3229
|
"mathematicalOperator"
|
3168
3230
|
],
|
3231
|
+
[
|
3232
|
+
"to",
|
3233
|
+
"preposition"
|
3234
|
+
],
|
3169
3235
|
[
|
3170
3236
|
"toAble",
|
3171
3237
|
"toAble"
|
@@ -4021,6 +4087,10 @@
|
|
4021
4087
|
"mathematical",
|
4022
4088
|
"object"
|
4023
4089
|
],
|
4090
|
+
[
|
4091
|
+
"mathematical",
|
4092
|
+
"operator_modifier"
|
4093
|
+
],
|
4024
4094
|
[
|
4025
4095
|
"mathematical",
|
4026
4096
|
"property"
|
@@ -4193,6 +4263,10 @@
|
|
4193
4263
|
"operator",
|
4194
4264
|
"theAble"
|
4195
4265
|
],
|
4266
|
+
[
|
4267
|
+
"operator_modifier",
|
4268
|
+
"operator_modifier"
|
4269
|
+
],
|
4196
4270
|
[
|
4197
4271
|
"orAble",
|
4198
4272
|
"ifAble"
|
@@ -4289,6 +4363,10 @@
|
|
4289
4363
|
"timesOperator",
|
4290
4364
|
"mathematicalOperator"
|
4291
4365
|
],
|
4366
|
+
[
|
4367
|
+
"to",
|
4368
|
+
"preposition"
|
4369
|
+
],
|
4292
4370
|
[
|
4293
4371
|
"toAble",
|
4294
4372
|
"toAble"
|
@@ -5144,6 +5222,10 @@
|
|
5144
5222
|
"mathematical",
|
5145
5223
|
"object"
|
5146
5224
|
],
|
5225
|
+
[
|
5226
|
+
"mathematical",
|
5227
|
+
"operator_modifier"
|
5228
|
+
],
|
5147
5229
|
[
|
5148
5230
|
"mathematical",
|
5149
5231
|
"property"
|
@@ -5316,6 +5398,10 @@
|
|
5316
5398
|
"operator",
|
5317
5399
|
"theAble"
|
5318
5400
|
],
|
5401
|
+
[
|
5402
|
+
"operator_modifier",
|
5403
|
+
"operator_modifier"
|
5404
|
+
],
|
5319
5405
|
[
|
5320
5406
|
"orAble",
|
5321
5407
|
"ifAble"
|
@@ -5412,6 +5498,10 @@
|
|
5412
5498
|
"timesOperator",
|
5413
5499
|
"mathematicalOperator"
|
5414
5500
|
],
|
5501
|
+
[
|
5502
|
+
"to",
|
5503
|
+
"preposition"
|
5504
|
+
],
|
5415
5505
|
[
|
5416
5506
|
"toAble",
|
5417
5507
|
"toAble"
|
@@ -6289,6 +6379,10 @@
|
|
6289
6379
|
"mathematical",
|
6290
6380
|
"object"
|
6291
6381
|
],
|
6382
|
+
[
|
6383
|
+
"mathematical",
|
6384
|
+
"operator_modifier"
|
6385
|
+
],
|
6292
6386
|
[
|
6293
6387
|
"mathematical",
|
6294
6388
|
"property"
|
@@ -6461,6 +6555,10 @@
|
|
6461
6555
|
"operator",
|
6462
6556
|
"theAble"
|
6463
6557
|
],
|
6558
|
+
[
|
6559
|
+
"operator_modifier",
|
6560
|
+
"operator_modifier"
|
6561
|
+
],
|
6464
6562
|
[
|
6465
6563
|
"orAble",
|
6466
6564
|
"ifAble"
|
@@ -6557,6 +6655,10 @@
|
|
6557
6655
|
"timesOperator",
|
6558
6656
|
"mathematicalOperator"
|
6559
6657
|
],
|
6658
|
+
[
|
6659
|
+
"to",
|
6660
|
+
"preposition"
|
6661
|
+
],
|
6560
6662
|
[
|
6561
6663
|
"toAble",
|
6562
6664
|
"toAble"
|
@@ -7444,6 +7546,10 @@
|
|
7444
7546
|
"mathematical",
|
7445
7547
|
"object"
|
7446
7548
|
],
|
7549
|
+
[
|
7550
|
+
"mathematical",
|
7551
|
+
"operator_modifier"
|
7552
|
+
],
|
7447
7553
|
[
|
7448
7554
|
"mathematical",
|
7449
7555
|
"property"
|
@@ -7616,6 +7722,10 @@
|
|
7616
7722
|
"operator",
|
7617
7723
|
"theAble"
|
7618
7724
|
],
|
7725
|
+
[
|
7726
|
+
"operator_modifier",
|
7727
|
+
"operator_modifier"
|
7728
|
+
],
|
7619
7729
|
[
|
7620
7730
|
"orAble",
|
7621
7731
|
"ifAble"
|
@@ -7712,6 +7822,10 @@
|
|
7712
7822
|
"timesOperator",
|
7713
7823
|
"mathematicalOperator"
|
7714
7824
|
],
|
7825
|
+
[
|
7826
|
+
"to",
|
7827
|
+
"preposition"
|
7828
|
+
],
|
7715
7829
|
[
|
7716
7830
|
"toAble",
|
7717
7831
|
"toAble"
|
@@ -8599,6 +8713,10 @@
|
|
8599
8713
|
"mathematical",
|
8600
8714
|
"object"
|
8601
8715
|
],
|
8716
|
+
[
|
8717
|
+
"mathematical",
|
8718
|
+
"operator_modifier"
|
8719
|
+
],
|
8602
8720
|
[
|
8603
8721
|
"mathematical",
|
8604
8722
|
"property"
|
@@ -8771,6 +8889,10 @@
|
|
8771
8889
|
"operator",
|
8772
8890
|
"theAble"
|
8773
8891
|
],
|
8892
|
+
[
|
8893
|
+
"operator_modifier",
|
8894
|
+
"operator_modifier"
|
8895
|
+
],
|
8774
8896
|
[
|
8775
8897
|
"orAble",
|
8776
8898
|
"ifAble"
|
@@ -8867,6 +8989,10 @@
|
|
8867
8989
|
"timesOperator",
|
8868
8990
|
"mathematicalOperator"
|
8869
8991
|
],
|
8992
|
+
[
|
8993
|
+
"to",
|
8994
|
+
"preposition"
|
8995
|
+
],
|
8870
8996
|
[
|
8871
8997
|
"toAble",
|
8872
8998
|
"toAble"
|
@@ -9744,6 +9870,10 @@
|
|
9744
9870
|
"mathematical",
|
9745
9871
|
"object"
|
9746
9872
|
],
|
9873
|
+
[
|
9874
|
+
"mathematical",
|
9875
|
+
"operator_modifier"
|
9876
|
+
],
|
9747
9877
|
[
|
9748
9878
|
"mathematical",
|
9749
9879
|
"property"
|
@@ -9916,6 +10046,10 @@
|
|
9916
10046
|
"operator",
|
9917
10047
|
"theAble"
|
9918
10048
|
],
|
10049
|
+
[
|
10050
|
+
"operator_modifier",
|
10051
|
+
"operator_modifier"
|
10052
|
+
],
|
9919
10053
|
[
|
9920
10054
|
"orAble",
|
9921
10055
|
"ifAble"
|
@@ -10012,6 +10146,10 @@
|
|
10012
10146
|
"timesOperator",
|
10013
10147
|
"mathematicalOperator"
|
10014
10148
|
],
|
10149
|
+
[
|
10150
|
+
"to",
|
10151
|
+
"preposition"
|
10152
|
+
],
|
10015
10153
|
[
|
10016
10154
|
"toAble",
|
10017
10155
|
"toAble"
|
@@ -10867,6 +11005,10 @@
|
|
10867
11005
|
"mathematical",
|
10868
11006
|
"object"
|
10869
11007
|
],
|
11008
|
+
[
|
11009
|
+
"mathematical",
|
11010
|
+
"operator_modifier"
|
11011
|
+
],
|
10870
11012
|
[
|
10871
11013
|
"mathematical",
|
10872
11014
|
"property"
|
@@ -11039,6 +11181,10 @@
|
|
11039
11181
|
"operator",
|
11040
11182
|
"theAble"
|
11041
11183
|
],
|
11184
|
+
[
|
11185
|
+
"operator_modifier",
|
11186
|
+
"operator_modifier"
|
11187
|
+
],
|
11042
11188
|
[
|
11043
11189
|
"orAble",
|
11044
11190
|
"ifAble"
|
@@ -11135,6 +11281,10 @@
|
|
11135
11281
|
"timesOperator",
|
11136
11282
|
"mathematicalOperator"
|
11137
11283
|
],
|
11284
|
+
[
|
11285
|
+
"to",
|
11286
|
+
"preposition"
|
11287
|
+
],
|
11138
11288
|
[
|
11139
11289
|
"toAble",
|
11140
11290
|
"toAble"
|
@@ -11990,6 +12140,10 @@
|
|
11990
12140
|
"mathematical",
|
11991
12141
|
"object"
|
11992
12142
|
],
|
12143
|
+
[
|
12144
|
+
"mathematical",
|
12145
|
+
"operator_modifier"
|
12146
|
+
],
|
11993
12147
|
[
|
11994
12148
|
"mathematical",
|
11995
12149
|
"property"
|
@@ -12162,6 +12316,10 @@
|
|
12162
12316
|
"operator",
|
12163
12317
|
"theAble"
|
12164
12318
|
],
|
12319
|
+
[
|
12320
|
+
"operator_modifier",
|
12321
|
+
"operator_modifier"
|
12322
|
+
],
|
12165
12323
|
[
|
12166
12324
|
"orAble",
|
12167
12325
|
"ifAble"
|
@@ -12258,6 +12416,10 @@
|
|
12258
12416
|
"timesOperator",
|
12259
12417
|
"mathematicalOperator"
|
12260
12418
|
],
|
12419
|
+
[
|
12420
|
+
"to",
|
12421
|
+
"preposition"
|
12422
|
+
],
|
12261
12423
|
[
|
12262
12424
|
"toAble",
|
12263
12425
|
"toAble"
|
@@ -13113,6 +13275,10 @@
|
|
13113
13275
|
"mathematical",
|
13114
13276
|
"object"
|
13115
13277
|
],
|
13278
|
+
[
|
13279
|
+
"mathematical",
|
13280
|
+
"operator_modifier"
|
13281
|
+
],
|
13116
13282
|
[
|
13117
13283
|
"mathematical",
|
13118
13284
|
"property"
|
@@ -13285,6 +13451,10 @@
|
|
13285
13451
|
"operator",
|
13286
13452
|
"theAble"
|
13287
13453
|
],
|
13454
|
+
[
|
13455
|
+
"operator_modifier",
|
13456
|
+
"operator_modifier"
|
13457
|
+
],
|
13288
13458
|
[
|
13289
13459
|
"orAble",
|
13290
13460
|
"ifAble"
|
@@ -13381,6 +13551,10 @@
|
|
13381
13551
|
"timesOperator",
|
13382
13552
|
"mathematicalOperator"
|
13383
13553
|
],
|
13554
|
+
[
|
13555
|
+
"to",
|
13556
|
+
"preposition"
|
13557
|
+
],
|
13384
13558
|
[
|
13385
13559
|
"toAble",
|
13386
13560
|
"toAble"
|
@@ -14236,6 +14410,10 @@
|
|
14236
14410
|
"mathematical",
|
14237
14411
|
"object"
|
14238
14412
|
],
|
14413
|
+
[
|
14414
|
+
"mathematical",
|
14415
|
+
"operator_modifier"
|
14416
|
+
],
|
14239
14417
|
[
|
14240
14418
|
"mathematical",
|
14241
14419
|
"property"
|
@@ -14408,6 +14586,10 @@
|
|
14408
14586
|
"operator",
|
14409
14587
|
"theAble"
|
14410
14588
|
],
|
14589
|
+
[
|
14590
|
+
"operator_modifier",
|
14591
|
+
"operator_modifier"
|
14592
|
+
],
|
14411
14593
|
[
|
14412
14594
|
"orAble",
|
14413
14595
|
"ifAble"
|
@@ -14504,6 +14686,10 @@
|
|
14504
14686
|
"timesOperator",
|
14505
14687
|
"mathematicalOperator"
|
14506
14688
|
],
|
14689
|
+
[
|
14690
|
+
"to",
|
14691
|
+
"preposition"
|
14692
|
+
],
|
14507
14693
|
[
|
14508
14694
|
"toAble",
|
14509
14695
|
"toAble"
|
@@ -15381,6 +15567,10 @@
|
|
15381
15567
|
"mathematical",
|
15382
15568
|
"object"
|
15383
15569
|
],
|
15570
|
+
[
|
15571
|
+
"mathematical",
|
15572
|
+
"operator_modifier"
|
15573
|
+
],
|
15384
15574
|
[
|
15385
15575
|
"mathematical",
|
15386
15576
|
"property"
|
@@ -15553,6 +15743,10 @@
|
|
15553
15743
|
"operator",
|
15554
15744
|
"theAble"
|
15555
15745
|
],
|
15746
|
+
[
|
15747
|
+
"operator_modifier",
|
15748
|
+
"operator_modifier"
|
15749
|
+
],
|
15556
15750
|
[
|
15557
15751
|
"orAble",
|
15558
15752
|
"ifAble"
|
@@ -15649,6 +15843,10 @@
|
|
15649
15843
|
"timesOperator",
|
15650
15844
|
"mathematicalOperator"
|
15651
15845
|
],
|
15846
|
+
[
|
15847
|
+
"to",
|
15848
|
+
"preposition"
|
15849
|
+
],
|
15652
15850
|
[
|
15653
15851
|
"toAble",
|
15654
15852
|
"toAble"
|
@@ -16536,6 +16734,10 @@
|
|
16536
16734
|
"mathematical",
|
16537
16735
|
"object"
|
16538
16736
|
],
|
16737
|
+
[
|
16738
|
+
"mathematical",
|
16739
|
+
"operator_modifier"
|
16740
|
+
],
|
16539
16741
|
[
|
16540
16742
|
"mathematical",
|
16541
16743
|
"property"
|
@@ -16708,6 +16910,10 @@
|
|
16708
16910
|
"operator",
|
16709
16911
|
"theAble"
|
16710
16912
|
],
|
16913
|
+
[
|
16914
|
+
"operator_modifier",
|
16915
|
+
"operator_modifier"
|
16916
|
+
],
|
16711
16917
|
[
|
16712
16918
|
"orAble",
|
16713
16919
|
"ifAble"
|
@@ -16804,6 +17010,10 @@
|
|
16804
17010
|
"timesOperator",
|
16805
17011
|
"mathematicalOperator"
|
16806
17012
|
],
|
17013
|
+
[
|
17014
|
+
"to",
|
17015
|
+
"preposition"
|
17016
|
+
],
|
16807
17017
|
[
|
16808
17018
|
"toAble",
|
16809
17019
|
"toAble"
|
@@ -18339,6 +18549,36 @@
|
|
18339
18549
|
1
|
18340
18550
|
]
|
18341
18551
|
],
|
18552
|
+
[
|
18553
|
+
[
|
18554
|
+
"is",
|
18555
|
+
0
|
18556
|
+
],
|
18557
|
+
[
|
18558
|
+
"length",
|
18559
|
+
0
|
18560
|
+
],
|
18561
|
+
[
|
18562
|
+
"list",
|
18563
|
+
0
|
18564
|
+
],
|
18565
|
+
[
|
18566
|
+
"propertyOf",
|
18567
|
+
0
|
18568
|
+
],
|
18569
|
+
[
|
18570
|
+
"unit",
|
18571
|
+
0
|
18572
|
+
],
|
18573
|
+
[
|
18574
|
+
"unknown",
|
18575
|
+
0
|
18576
|
+
],
|
18577
|
+
[
|
18578
|
+
"unknown",
|
18579
|
+
1
|
18580
|
+
]
|
18581
|
+
],
|
18342
18582
|
[
|
18343
18583
|
[
|
18344
18584
|
"is",
|
@@ -206,6 +206,10 @@
|
|
206
206
|
"thisitthat",
|
207
207
|
"queryable"
|
208
208
|
],
|
209
|
+
[
|
210
|
+
"to",
|
211
|
+
"preposition"
|
212
|
+
],
|
209
213
|
[
|
210
214
|
"toAble",
|
211
215
|
"toAble"
|
@@ -541,6 +545,10 @@
|
|
541
545
|
"mathematical",
|
542
546
|
"object"
|
543
547
|
],
|
548
|
+
[
|
549
|
+
"mathematical",
|
550
|
+
"operator_modifier"
|
551
|
+
],
|
544
552
|
[
|
545
553
|
"mathematical",
|
546
554
|
"property"
|
@@ -653,6 +661,10 @@
|
|
653
661
|
"operator",
|
654
662
|
"theAble"
|
655
663
|
],
|
664
|
+
[
|
665
|
+
"operator_modifier",
|
666
|
+
"operator_modifier"
|
667
|
+
],
|
656
668
|
[
|
657
669
|
"orAble",
|
658
670
|
"ifAble"
|
@@ -733,6 +745,10 @@
|
|
733
745
|
"thisitthat",
|
734
746
|
"queryable"
|
735
747
|
],
|
748
|
+
[
|
749
|
+
"to",
|
750
|
+
"preposition"
|
751
|
+
],
|
736
752
|
[
|
737
753
|
"toAble",
|
738
754
|
"toAble"
|
@@ -1305,6 +1321,32 @@
|
|
1305
1321
|
1
|
1306
1322
|
]
|
1307
1323
|
],
|
1324
|
+
[
|
1325
|
+
[
|
1326
|
+
"is",
|
1327
|
+
0
|
1328
|
+
],
|
1329
|
+
[
|
1330
|
+
"list",
|
1331
|
+
0
|
1332
|
+
],
|
1333
|
+
[
|
1334
|
+
"mathematical",
|
1335
|
+
0
|
1336
|
+
],
|
1337
|
+
[
|
1338
|
+
"operator",
|
1339
|
+
0
|
1340
|
+
],
|
1341
|
+
[
|
1342
|
+
"unknown",
|
1343
|
+
0
|
1344
|
+
],
|
1345
|
+
[
|
1346
|
+
"unknown",
|
1347
|
+
1
|
1348
|
+
]
|
1349
|
+
],
|
1308
1350
|
[
|
1309
1351
|
[
|
1310
1352
|
"is",
|
@@ -1446,6 +1488,32 @@
|
|
1446
1488
|
1
|
1447
1489
|
]
|
1448
1490
|
],
|
1491
|
+
[
|
1492
|
+
[
|
1493
|
+
"is",
|
1494
|
+
0
|
1495
|
+
],
|
1496
|
+
[
|
1497
|
+
"list",
|
1498
|
+
0
|
1499
|
+
],
|
1500
|
+
[
|
1501
|
+
"mathematical",
|
1502
|
+
0
|
1503
|
+
],
|
1504
|
+
[
|
1505
|
+
"operator",
|
1506
|
+
0
|
1507
|
+
],
|
1508
|
+
[
|
1509
|
+
"unknown",
|
1510
|
+
0
|
1511
|
+
],
|
1512
|
+
[
|
1513
|
+
"unknown",
|
1514
|
+
1
|
1515
|
+
]
|
1516
|
+
],
|
1449
1517
|
[
|
1450
1518
|
[
|
1451
1519
|
"is",
|