ekms 8.9.1-beta.18 → 8.9.1-beta.19

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.
Files changed (41) hide show
  1. package/common/animals.instance.json +78 -78
  2. package/common/articles.js +4 -4
  3. package/common/colors.instance.json +84 -112
  4. package/common/comparable.instance.json +18 -18
  5. package/common/comparable.js +1 -1
  6. package/common/countable.js +1 -1
  7. package/common/crew.instance.json +252 -156
  8. package/common/dialogues.js +5 -5
  9. package/common/dimension.instance.json +6 -6
  10. package/common/edible.instance.json +192 -248
  11. package/common/emotions.instance.json +6 -6
  12. package/common/fastfood.instance.json +574 -958
  13. package/common/fastfood.js +1 -1
  14. package/common/formulas.instance.json +6 -6
  15. package/common/gdefaults.js +1 -1
  16. package/common/helpers/concept.js +2 -2
  17. package/common/helpers/properties.js +1 -1
  18. package/common/kirk.instance.json +6 -6
  19. package/common/length.instance.json +90 -90
  20. package/common/math.instance.json +6 -6
  21. package/common/ordering.instance.json +12 -12
  22. package/common/ordinals.js +1 -0
  23. package/common/people.instance.json +48 -48
  24. package/common/pipboy.instance.json +112 -168
  25. package/common/pipboy.js +5 -5
  26. package/common/pokemon.instance.json +78 -78
  27. package/common/pos.js +6 -6
  28. package/common/pressure.instance.json +24 -24
  29. package/common/properties.instance.json +6 -6
  30. package/common/properties.js +3 -3
  31. package/common/reports.instance.json +13 -13
  32. package/common/reports.js +1 -1
  33. package/common/sizeable.js +1 -1
  34. package/common/spock.instance.json +6 -6
  35. package/common/temperature.instance.json +24 -24
  36. package/common/ui.instance.json +6 -6
  37. package/common/weight.instance.json +72 -72
  38. package/common/wp.instance.json +88 -144
  39. package/common/wp.js +15 -5
  40. package/common/wp.test.json +4906 -987
  41. package/package.json +2 -2
@@ -117,7 +117,7 @@
117
117
  "optional": {
118
118
  "-1": "{ ...operator, invisible: true }"
119
119
  },
120
- "bridge": "{ ...next(before[0]), context: append(before[0].context, [after[0]]), generate: [before[0], operator, after[0]] }",
120
+ "bridge": "{ ...next(before[0]), context: append(before[0].context, [after[0]]), generate: [before[0], operator, after[0]], modifiers: [] }",
121
121
  "semantic": "(args) => {\n const { context, contexts } = args\n for (let i = context.context_index + 1; i < contexts.length; ++i) {\n if (contexts[i].marker == 'applyStyle_wp') {\n debugger\n debugger\n const element = contexts[i].element\n if (!element.context) {\n element.context = []\n }\n element.context = element.context.concat(context.context)\n }\n }\n console.log(JSON.stringify(Object.keys(args)))\n }"
122
122
  },
123
123
  {
@@ -462,7 +462,7 @@
462
462
  "hierarchy": [
463
463
  [
464
464
  "a",
465
- "articlePOS",
465
+ "article",
466
466
  false
467
467
  ],
468
468
  [
@@ -561,8 +561,8 @@
561
561
  false
562
562
  ],
563
563
  [
564
- "articlePOS",
565
- "articlePOS",
564
+ "article",
565
+ "article",
566
566
  false
567
567
  ],
568
568
  [
@@ -1117,7 +1117,7 @@
1117
1117
  ],
1118
1118
  [
1119
1119
  "each",
1120
- "articlePOS",
1120
+ "article",
1121
1121
  false
1122
1122
  ],
1123
1123
  [
@@ -1127,7 +1127,7 @@
1127
1127
  ],
1128
1128
  [
1129
1129
  "every",
1130
- "articlePOS",
1130
+ "article",
1131
1131
  false
1132
1132
  ],
1133
1133
  [
@@ -2337,7 +2337,7 @@
2337
2337
  ],
2338
2338
  [
2339
2339
  "the",
2340
- "articlePOS",
2340
+ "article",
2341
2341
  false
2342
2342
  ],
2343
2343
  [
@@ -2712,7 +2712,7 @@
2712
2712
  "hierarchy": [
2713
2713
  [
2714
2714
  "a",
2715
- "articlePOS",
2715
+ "article",
2716
2716
  false
2717
2717
  ],
2718
2718
  [
@@ -2811,8 +2811,8 @@
2811
2811
  false
2812
2812
  ],
2813
2813
  [
2814
- "articlePOS",
2815
- "articlePOS",
2814
+ "article",
2815
+ "article",
2816
2816
  false
2817
2817
  ],
2818
2818
  [
@@ -3367,7 +3367,7 @@
3367
3367
  ],
3368
3368
  [
3369
3369
  "each",
3370
- "articlePOS",
3370
+ "article",
3371
3371
  false
3372
3372
  ],
3373
3373
  [
@@ -3377,7 +3377,7 @@
3377
3377
  ],
3378
3378
  [
3379
3379
  "every",
3380
- "articlePOS",
3380
+ "article",
3381
3381
  false
3382
3382
  ],
3383
3383
  [
@@ -4587,7 +4587,7 @@
4587
4587
  ],
4588
4588
  [
4589
4589
  "the",
4590
- "articlePOS",
4590
+ "article",
4591
4591
  false
4592
4592
  ],
4593
4593
  [
@@ -5476,7 +5476,7 @@
5476
5476
  "hierarchy": [
5477
5477
  [
5478
5478
  "a",
5479
- "articlePOS",
5479
+ "article",
5480
5480
  false
5481
5481
  ],
5482
5482
  [
@@ -5575,8 +5575,8 @@
5575
5575
  false
5576
5576
  ],
5577
5577
  [
5578
- "articlePOS",
5579
- "articlePOS",
5578
+ "article",
5579
+ "article",
5580
5580
  false
5581
5581
  ],
5582
5582
  [
@@ -6131,7 +6131,7 @@
6131
6131
  ],
6132
6132
  [
6133
6133
  "each",
6134
- "articlePOS",
6134
+ "article",
6135
6135
  false
6136
6136
  ],
6137
6137
  [
@@ -6141,7 +6141,7 @@
6141
6141
  ],
6142
6142
  [
6143
6143
  "every",
6144
- "articlePOS",
6144
+ "article",
6145
6145
  false
6146
6146
  ],
6147
6147
  [
@@ -7421,7 +7421,7 @@
7421
7421
  ],
7422
7422
  [
7423
7423
  "the",
7424
- "articlePOS",
7424
+ "article",
7425
7425
  false
7426
7426
  ],
7427
7427
  [
@@ -8226,7 +8226,7 @@
8226
8226
  "hierarchy": [
8227
8227
  [
8228
8228
  "a",
8229
- "articlePOS",
8229
+ "article",
8230
8230
  false
8231
8231
  ],
8232
8232
  [
@@ -8325,8 +8325,8 @@
8325
8325
  false
8326
8326
  ],
8327
8327
  [
8328
- "articlePOS",
8329
- "articlePOS",
8328
+ "article",
8329
+ "article",
8330
8330
  false
8331
8331
  ],
8332
8332
  [
@@ -8936,7 +8936,7 @@
8936
8936
  ],
8937
8937
  [
8938
8938
  "each",
8939
- "articlePOS",
8939
+ "article",
8940
8940
  false
8941
8941
  ],
8942
8942
  [
@@ -8946,7 +8946,7 @@
8946
8946
  ],
8947
8947
  [
8948
8948
  "every",
8949
- "articlePOS",
8949
+ "article",
8950
8950
  false
8951
8951
  ],
8952
8952
  [
@@ -10226,7 +10226,7 @@
10226
10226
  ],
10227
10227
  [
10228
10228
  "the",
10229
- "articlePOS",
10229
+ "article",
10230
10230
  false
10231
10231
  ],
10232
10232
  [
@@ -11141,7 +11141,7 @@
11141
11141
  "hierarchy": [
11142
11142
  [
11143
11143
  "a",
11144
- "articlePOS",
11144
+ "article",
11145
11145
  false
11146
11146
  ],
11147
11147
  [
@@ -11240,8 +11240,8 @@
11240
11240
  false
11241
11241
  ],
11242
11242
  [
11243
- "articlePOS",
11244
- "articlePOS",
11243
+ "article",
11244
+ "article",
11245
11245
  false
11246
11246
  ],
11247
11247
  [
@@ -11851,7 +11851,7 @@
11851
11851
  ],
11852
11852
  [
11853
11853
  "each",
11854
- "articlePOS",
11854
+ "article",
11855
11855
  false
11856
11856
  ],
11857
11857
  [
@@ -11861,7 +11861,7 @@
11861
11861
  ],
11862
11862
  [
11863
11863
  "every",
11864
- "articlePOS",
11864
+ "article",
11865
11865
  false
11866
11866
  ],
11867
11867
  [
@@ -13201,7 +13201,7 @@
13201
13201
  ],
13202
13202
  [
13203
13203
  "the",
13204
- "articlePOS",
13204
+ "article",
13205
13205
  false
13206
13206
  ],
13207
13207
  [
@@ -13773,7 +13773,7 @@
13773
13773
  "hierarchy": [
13774
13774
  [
13775
13775
  "a",
13776
- "articlePOS",
13776
+ "article",
13777
13777
  false
13778
13778
  ],
13779
13779
  [
@@ -13872,8 +13872,8 @@
13872
13872
  false
13873
13873
  ],
13874
13874
  [
13875
- "articlePOS",
13876
- "articlePOS",
13875
+ "article",
13876
+ "article",
13877
13877
  false
13878
13878
  ],
13879
13879
  [
@@ -14483,7 +14483,7 @@
14483
14483
  ],
14484
14484
  [
14485
14485
  "each",
14486
- "articlePOS",
14486
+ "article",
14487
14487
  false
14488
14488
  ],
14489
14489
  [
@@ -14493,7 +14493,7 @@
14493
14493
  ],
14494
14494
  [
14495
14495
  "every",
14496
- "articlePOS",
14496
+ "article",
14497
14497
  false
14498
14498
  ],
14499
14499
  [
@@ -15873,7 +15873,7 @@
15873
15873
  ],
15874
15874
  [
15875
15875
  "the",
15876
- "articlePOS",
15876
+ "article",
15877
15877
  false
15878
15878
  ],
15879
15879
  [
@@ -16360,7 +16360,7 @@
16360
16360
  "hierarchy": [
16361
16361
  [
16362
16362
  "a",
16363
- "articlePOS",
16363
+ "article",
16364
16364
  false
16365
16365
  ],
16366
16366
  [
@@ -16459,8 +16459,8 @@
16459
16459
  false
16460
16460
  ],
16461
16461
  [
16462
- "articlePOS",
16463
- "articlePOS",
16462
+ "article",
16463
+ "article",
16464
16464
  false
16465
16465
  ],
16466
16466
  [
@@ -17070,7 +17070,7 @@
17070
17070
  ],
17071
17071
  [
17072
17072
  "each",
17073
- "articlePOS",
17073
+ "article",
17074
17074
  false
17075
17075
  ],
17076
17076
  [
@@ -17080,7 +17080,7 @@
17080
17080
  ],
17081
17081
  [
17082
17082
  "every",
17083
- "articlePOS",
17083
+ "article",
17084
17084
  false
17085
17085
  ],
17086
17086
  [
@@ -18485,7 +18485,7 @@
18485
18485
  ],
18486
18486
  [
18487
18487
  "the",
18488
- "articlePOS",
18488
+ "article",
18489
18489
  false
18490
18490
  ],
18491
18491
  [
@@ -19676,20 +19676,6 @@
19676
19676
  1
19677
19677
  ]
19678
19678
  ],
19679
- [
19680
- [
19681
- "is",
19682
- 0
19683
- ],
19684
- [
19685
- "list",
19686
- 1
19687
- ],
19688
- [
19689
- "unknown",
19690
- 1
19691
- ]
19692
- ],
19693
19679
  [
19694
19680
  [
19695
19681
  "is",
@@ -19715,7 +19701,7 @@
19715
19701
  "hierarchy": [
19716
19702
  [
19717
19703
  "a",
19718
- "articlePOS",
19704
+ "article",
19719
19705
  false
19720
19706
  ],
19721
19707
  [
@@ -19814,8 +19800,8 @@
19814
19800
  false
19815
19801
  ],
19816
19802
  [
19817
- "articlePOS",
19818
- "articlePOS",
19803
+ "article",
19804
+ "article",
19819
19805
  false
19820
19806
  ],
19821
19807
  [
@@ -20545,7 +20531,7 @@
20545
20531
  ],
20546
20532
  [
20547
20533
  "each",
20548
- "articlePOS",
20534
+ "article",
20549
20535
  false
20550
20536
  ],
20551
20537
  [
@@ -20555,7 +20541,7 @@
20555
20541
  ],
20556
20542
  [
20557
20543
  "every",
20558
- "articlePOS",
20544
+ "article",
20559
20545
  false
20560
20546
  ],
20561
20547
  [
@@ -22075,7 +22061,7 @@
22075
22061
  ],
22076
22062
  [
22077
22063
  "the",
22078
- "articlePOS",
22064
+ "article",
22079
22065
  false
22080
22066
  ],
22081
22067
  [
@@ -22602,7 +22588,7 @@
22602
22588
  "hierarchy": [
22603
22589
  [
22604
22590
  "a",
22605
- "articlePOS",
22591
+ "article",
22606
22592
  false
22607
22593
  ],
22608
22594
  [
@@ -22701,8 +22687,8 @@
22701
22687
  false
22702
22688
  ],
22703
22689
  [
22704
- "articlePOS",
22705
- "articlePOS",
22690
+ "article",
22691
+ "article",
22706
22692
  false
22707
22693
  ],
22708
22694
  [
@@ -23432,7 +23418,7 @@
23432
23418
  ],
23433
23419
  [
23434
23420
  "each",
23435
- "articlePOS",
23421
+ "article",
23436
23422
  false
23437
23423
  ],
23438
23424
  [
@@ -23442,7 +23428,7 @@
23442
23428
  ],
23443
23429
  [
23444
23430
  "every",
23445
- "articlePOS",
23431
+ "article",
23446
23432
  false
23447
23433
  ],
23448
23434
  [
@@ -24962,7 +24948,7 @@
24962
24948
  ],
24963
24949
  [
24964
24950
  "the",
24965
- "articlePOS",
24951
+ "article",
24966
24952
  false
24967
24953
  ],
24968
24954
  [
@@ -25514,7 +25500,7 @@
25514
25500
  "hierarchy": [
25515
25501
  [
25516
25502
  "a",
25517
- "articlePOS",
25503
+ "article",
25518
25504
  false
25519
25505
  ],
25520
25506
  [
@@ -25613,8 +25599,8 @@
25613
25599
  false
25614
25600
  ],
25615
25601
  [
25616
- "articlePOS",
25617
- "articlePOS",
25602
+ "article",
25603
+ "article",
25618
25604
  false
25619
25605
  ],
25620
25606
  [
@@ -26369,7 +26355,7 @@
26369
26355
  ],
26370
26356
  [
26371
26357
  "each",
26372
- "articlePOS",
26358
+ "article",
26373
26359
  false
26374
26360
  ],
26375
26361
  [
@@ -26379,7 +26365,7 @@
26379
26365
  ],
26380
26366
  [
26381
26367
  "every",
26382
- "articlePOS",
26368
+ "article",
26383
26369
  false
26384
26370
  ],
26385
26371
  [
@@ -27899,7 +27885,7 @@
27899
27885
  ],
27900
27886
  [
27901
27887
  "the",
27902
- "articlePOS",
27888
+ "article",
27903
27889
  false
27904
27890
  ],
27905
27891
  [
@@ -28451,7 +28437,7 @@
28451
28437
  "hierarchy": [
28452
28438
  [
28453
28439
  "a",
28454
- "articlePOS",
28440
+ "article",
28455
28441
  false
28456
28442
  ],
28457
28443
  [
@@ -28550,8 +28536,8 @@
28550
28536
  false
28551
28537
  ],
28552
28538
  [
28553
- "articlePOS",
28554
- "articlePOS",
28539
+ "article",
28540
+ "article",
28555
28541
  false
28556
28542
  ],
28557
28543
  [
@@ -29306,7 +29292,7 @@
29306
29292
  ],
29307
29293
  [
29308
29294
  "each",
29309
- "articlePOS",
29295
+ "article",
29310
29296
  false
29311
29297
  ],
29312
29298
  [
@@ -29316,7 +29302,7 @@
29316
29302
  ],
29317
29303
  [
29318
29304
  "every",
29319
- "articlePOS",
29305
+ "article",
29320
29306
  false
29321
29307
  ],
29322
29308
  [
@@ -30836,7 +30822,7 @@
30836
30822
  ],
30837
30823
  [
30838
30824
  "the",
30839
- "articlePOS",
30825
+ "article",
30840
30826
  false
30841
30827
  ],
30842
30828
  [
@@ -31413,7 +31399,7 @@
31413
31399
  "hierarchy": [
31414
31400
  [
31415
31401
  "a",
31416
- "articlePOS",
31402
+ "article",
31417
31403
  false
31418
31404
  ],
31419
31405
  [
@@ -31512,8 +31498,8 @@
31512
31498
  false
31513
31499
  ],
31514
31500
  [
31515
- "articlePOS",
31516
- "articlePOS",
31501
+ "article",
31502
+ "article",
31517
31503
  false
31518
31504
  ],
31519
31505
  [
@@ -32268,7 +32254,7 @@
32268
32254
  ],
32269
32255
  [
32270
32256
  "each",
32271
- "articlePOS",
32257
+ "article",
32272
32258
  false
32273
32259
  ],
32274
32260
  [
@@ -32278,7 +32264,7 @@
32278
32264
  ],
32279
32265
  [
32280
32266
  "every",
32281
- "articlePOS",
32267
+ "article",
32282
32268
  false
32283
32269
  ],
32284
32270
  [
@@ -33823,7 +33809,7 @@
33823
33809
  ],
33824
33810
  [
33825
33811
  "the",
33826
- "articlePOS",
33812
+ "article",
33827
33813
  false
33828
33814
  ],
33829
33815
  [
@@ -34400,7 +34386,7 @@
34400
34386
  "hierarchy": [
34401
34387
  [
34402
34388
  "a",
34403
- "articlePOS",
34389
+ "article",
34404
34390
  false
34405
34391
  ],
34406
34392
  [
@@ -34499,8 +34485,8 @@
34499
34485
  false
34500
34486
  ],
34501
34487
  [
34502
- "articlePOS",
34503
- "articlePOS",
34488
+ "article",
34489
+ "article",
34504
34490
  false
34505
34491
  ],
34506
34492
  [
@@ -35255,7 +35241,7 @@
35255
35241
  ],
35256
35242
  [
35257
35243
  "each",
35258
- "articlePOS",
35244
+ "article",
35259
35245
  false
35260
35246
  ],
35261
35247
  [
@@ -35265,7 +35251,7 @@
35265
35251
  ],
35266
35252
  [
35267
35253
  "every",
35268
- "articlePOS",
35254
+ "article",
35269
35255
  false
35270
35256
  ],
35271
35257
  [
@@ -36835,7 +36821,7 @@
36835
36821
  ],
36836
36822
  [
36837
36823
  "the",
36838
- "articlePOS",
36824
+ "article",
36839
36825
  false
36840
36826
  ],
36841
36827
  [
@@ -38174,20 +38160,6 @@
38174
38160
  1
38175
38161
  ]
38176
38162
  ],
38177
- [
38178
- [
38179
- "is",
38180
- 0
38181
- ],
38182
- [
38183
- "list",
38184
- 1
38185
- ],
38186
- [
38187
- "unknown",
38188
- 1
38189
- ]
38190
- ],
38191
38163
  [
38192
38164
  [
38193
38165
  "is",
@@ -38213,7 +38185,7 @@
38213
38185
  "hierarchy": [
38214
38186
  [
38215
38187
  "a",
38216
- "articlePOS",
38188
+ "article",
38217
38189
  false
38218
38190
  ],
38219
38191
  [
@@ -38312,8 +38284,8 @@
38312
38284
  false
38313
38285
  ],
38314
38286
  [
38315
- "articlePOS",
38316
- "articlePOS",
38287
+ "article",
38288
+ "article",
38317
38289
  false
38318
38290
  ],
38319
38291
  [
@@ -39113,7 +39085,7 @@
39113
39085
  ],
39114
39086
  [
39115
39087
  "each",
39116
- "articlePOS",
39088
+ "article",
39117
39089
  false
39118
39090
  ],
39119
39091
  [
@@ -39123,7 +39095,7 @@
39123
39095
  ],
39124
39096
  [
39125
39097
  "every",
39126
- "articlePOS",
39098
+ "article",
39127
39099
  false
39128
39100
  ],
39129
39101
  [
@@ -40773,7 +40745,7 @@
40773
40745
  ],
40774
40746
  [
40775
40747
  "the",
40776
- "articlePOS",
40748
+ "article",
40777
40749
  false
40778
40750
  ],
40779
40751
  [
@@ -41393,7 +41365,7 @@
41393
41365
  "optional": {
41394
41366
  "-1": "{ ...operator, invisible: true }"
41395
41367
  },
41396
- "bridge": "{ ...next(before[0]), context: append(before[0].context, [after[0]]), generate: [before[0], operator, after[0]] }"
41368
+ "bridge": "{ ...next(before[0]), context: append(before[0].context, [after[0]]), generate: [before[0], operator, after[0]], modifiers: [] }"
41397
41369
  },
41398
41370
  {
41399
41371
  "id": "applyStyle_wp",
@@ -41511,10 +41483,10 @@
41511
41483
  ],
41512
41484
  "semantics": [
41513
41485
  {
41514
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:349"
41486
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:352"
41515
41487
  },
41516
41488
  {
41517
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:358"
41489
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:361"
41518
41490
  }
41519
41491
  ],
41520
41492
  "priorities": [
@@ -42609,34 +42581,6 @@
42609
42581
  1
42610
42582
  ]
42611
42583
  ],
42612
- [
42613
- [
42614
- "is",
42615
- 0
42616
- ],
42617
- [
42618
- "list",
42619
- 1
42620
- ],
42621
- [
42622
- "unknown",
42623
- 1
42624
- ]
42625
- ],
42626
- [
42627
- [
42628
- "is",
42629
- 0
42630
- ],
42631
- [
42632
- "list",
42633
- 1
42634
- ],
42635
- [
42636
- "unknown",
42637
- 1
42638
- ]
42639
- ],
42640
42584
  [
42641
42585
  [
42642
42586
  "is",