jell-utils 0.0.18 → 0.2.0

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 (178) hide show
  1. package/.claude/commands/tm/add-dependency.md +58 -0
  2. package/.claude/commands/tm/add-subtask.md +79 -0
  3. package/.claude/commands/tm/add-task.md +81 -0
  4. package/.claude/commands/tm/analyze-complexity.md +124 -0
  5. package/.claude/commands/tm/analyze-project.md +100 -0
  6. package/.claude/commands/tm/auto-implement-tasks.md +100 -0
  7. package/.claude/commands/tm/command-pipeline.md +80 -0
  8. package/.claude/commands/tm/complexity-report.md +120 -0
  9. package/.claude/commands/tm/convert-task-to-subtask.md +74 -0
  10. package/.claude/commands/tm/expand-all-tasks.md +52 -0
  11. package/.claude/commands/tm/expand-task.md +52 -0
  12. package/.claude/commands/tm/fix-dependencies.md +82 -0
  13. package/.claude/commands/tm/help.md +101 -0
  14. package/.claude/commands/tm/init-project-quick.md +49 -0
  15. package/.claude/commands/tm/init-project.md +53 -0
  16. package/.claude/commands/tm/install-taskmaster.md +118 -0
  17. package/.claude/commands/tm/learn.md +106 -0
  18. package/.claude/commands/tm/list-tasks-by-status.md +42 -0
  19. package/.claude/commands/tm/list-tasks-with-subtasks.md +30 -0
  20. package/.claude/commands/tm/list-tasks.md +46 -0
  21. package/.claude/commands/tm/next-task.md +69 -0
  22. package/.claude/commands/tm/parse-prd-with-research.md +51 -0
  23. package/.claude/commands/tm/parse-prd.md +52 -0
  24. package/.claude/commands/tm/project-status.md +67 -0
  25. package/.claude/commands/tm/quick-install-taskmaster.md +23 -0
  26. package/.claude/commands/tm/remove-all-subtasks.md +94 -0
  27. package/.claude/commands/tm/remove-dependency.md +65 -0
  28. package/.claude/commands/tm/remove-subtask.md +87 -0
  29. package/.claude/commands/tm/remove-subtasks.md +89 -0
  30. package/.claude/commands/tm/remove-task.md +110 -0
  31. package/.claude/commands/tm/setup-models.md +52 -0
  32. package/.claude/commands/tm/show-task.md +85 -0
  33. package/.claude/commands/tm/smart-workflow.md +58 -0
  34. package/.claude/commands/tm/sync-readme.md +120 -0
  35. package/.claude/commands/tm/tm-main.md +147 -0
  36. package/.claude/commands/tm/to-cancelled.md +58 -0
  37. package/.claude/commands/tm/to-deferred.md +50 -0
  38. package/.claude/commands/tm/to-done.md +47 -0
  39. package/.claude/commands/tm/to-in-progress.md +39 -0
  40. package/.claude/commands/tm/to-pending.md +35 -0
  41. package/.claude/commands/tm/to-review.md +43 -0
  42. package/.claude/commands/tm/update-single-task.md +122 -0
  43. package/.claude/commands/tm/update-task.md +75 -0
  44. package/.claude/commands/tm/update-tasks-from-id.md +111 -0
  45. package/.claude/commands/tm/validate-dependencies.md +72 -0
  46. package/.claude/commands/tm/view-models.md +52 -0
  47. package/.claude/settings.local.json +30 -0
  48. package/.cursor/commands/tm/add-dependency.md +55 -0
  49. package/.cursor/commands/tm/add-subtask.md +76 -0
  50. package/.cursor/commands/tm/add-task.md +78 -0
  51. package/.cursor/commands/tm/analyze-complexity.md +121 -0
  52. package/.cursor/commands/tm/analyze-project.md +97 -0
  53. package/.cursor/commands/tm/auto-implement-tasks.md +97 -0
  54. package/.cursor/commands/tm/command-pipeline.md +77 -0
  55. package/.cursor/commands/tm/complexity-report.md +117 -0
  56. package/.cursor/commands/tm/convert-task-to-subtask.md +71 -0
  57. package/.cursor/commands/tm/expand-all-tasks.md +51 -0
  58. package/.cursor/commands/tm/expand-task.md +49 -0
  59. package/.cursor/commands/tm/fix-dependencies.md +81 -0
  60. package/.cursor/commands/tm/help.md +98 -0
  61. package/.cursor/commands/tm/init-project-quick.md +46 -0
  62. package/.cursor/commands/tm/init-project.md +50 -0
  63. package/.cursor/commands/tm/install-taskmaster.md +117 -0
  64. package/.cursor/commands/tm/learn.md +103 -0
  65. package/.cursor/commands/tm/list-tasks-by-status.md +39 -0
  66. package/.cursor/commands/tm/list-tasks-with-subtasks.md +29 -0
  67. package/.cursor/commands/tm/list-tasks.md +43 -0
  68. package/.cursor/commands/tm/next-task.md +66 -0
  69. package/.cursor/commands/tm/parse-prd-with-research.md +48 -0
  70. package/.cursor/commands/tm/parse-prd.md +49 -0
  71. package/.cursor/commands/tm/project-status.md +64 -0
  72. package/.cursor/commands/tm/quick-install-taskmaster.md +22 -0
  73. package/.cursor/commands/tm/remove-all-subtasks.md +93 -0
  74. package/.cursor/commands/tm/remove-dependency.md +62 -0
  75. package/.cursor/commands/tm/remove-subtask.md +84 -0
  76. package/.cursor/commands/tm/remove-subtasks.md +86 -0
  77. package/.cursor/commands/tm/remove-task.md +107 -0
  78. package/.cursor/commands/tm/setup-models.md +51 -0
  79. package/.cursor/commands/tm/show-task.md +82 -0
  80. package/.cursor/commands/tm/smart-workflow.md +55 -0
  81. package/.cursor/commands/tm/sync-readme.md +117 -0
  82. package/.cursor/commands/tm/tm-main.md +146 -0
  83. package/.cursor/commands/tm/to-cancelled.md +55 -0
  84. package/.cursor/commands/tm/to-deferred.md +47 -0
  85. package/.cursor/commands/tm/to-done.md +44 -0
  86. package/.cursor/commands/tm/to-in-progress.md +36 -0
  87. package/.cursor/commands/tm/to-pending.md +32 -0
  88. package/.cursor/commands/tm/to-review.md +40 -0
  89. package/.cursor/commands/tm/update-single-task.md +119 -0
  90. package/.cursor/commands/tm/update-task.md +72 -0
  91. package/.cursor/commands/tm/update-tasks-from-id.md +108 -0
  92. package/.cursor/commands/tm/validate-dependencies.md +71 -0
  93. package/.cursor/commands/tm/view-models.md +51 -0
  94. package/.cursor/mcp.json +20 -0
  95. package/.cursor/rules/cursor_rules.mdc +53 -0
  96. package/.cursor/rules/self_improve.mdc +72 -0
  97. package/.cursor/rules/taskmaster/dev_workflow.mdc +424 -0
  98. package/.cursor/rules/taskmaster/taskmaster.mdc +573 -0
  99. package/.env.example +12 -0
  100. package/.gemini/commands/tm/add-dependency.toml +58 -0
  101. package/.gemini/commands/tm/add-subtask.toml +79 -0
  102. package/.gemini/commands/tm/add-task.toml +81 -0
  103. package/.gemini/commands/tm/analyze-complexity.toml +124 -0
  104. package/.gemini/commands/tm/analyze-project.toml +100 -0
  105. package/.gemini/commands/tm/auto-implement-tasks.toml +100 -0
  106. package/.gemini/commands/tm/command-pipeline.toml +80 -0
  107. package/.gemini/commands/tm/complexity-report.toml +120 -0
  108. package/.gemini/commands/tm/convert-task-to-subtask.toml +74 -0
  109. package/.gemini/commands/tm/expand-all-tasks.toml +54 -0
  110. package/.gemini/commands/tm/expand-task.toml +52 -0
  111. package/.gemini/commands/tm/fix-dependencies.toml +84 -0
  112. package/.gemini/commands/tm/help.toml +101 -0
  113. package/.gemini/commands/tm/init-project-quick.toml +49 -0
  114. package/.gemini/commands/tm/init-project.toml +53 -0
  115. package/.gemini/commands/tm/install-taskmaster.toml +120 -0
  116. package/.gemini/commands/tm/learn.toml +106 -0
  117. package/.gemini/commands/tm/list-tasks-by-status.toml +42 -0
  118. package/.gemini/commands/tm/list-tasks-with-subtasks.toml +32 -0
  119. package/.gemini/commands/tm/list-tasks.toml +46 -0
  120. package/.gemini/commands/tm/next-task.toml +69 -0
  121. package/.gemini/commands/tm/parse-prd-with-research.toml +51 -0
  122. package/.gemini/commands/tm/parse-prd.toml +52 -0
  123. package/.gemini/commands/tm/project-status.toml +67 -0
  124. package/.gemini/commands/tm/quick-install-taskmaster.toml +25 -0
  125. package/.gemini/commands/tm/remove-all-subtasks.toml +96 -0
  126. package/.gemini/commands/tm/remove-dependency.toml +65 -0
  127. package/.gemini/commands/tm/remove-subtask.toml +87 -0
  128. package/.gemini/commands/tm/remove-subtasks.toml +89 -0
  129. package/.gemini/commands/tm/remove-task.toml +110 -0
  130. package/.gemini/commands/tm/setup-models.toml +54 -0
  131. package/.gemini/commands/tm/show-task.toml +85 -0
  132. package/.gemini/commands/tm/smart-workflow.toml +58 -0
  133. package/.gemini/commands/tm/sync-readme.toml +120 -0
  134. package/.gemini/commands/tm/tm-main.toml +149 -0
  135. package/.gemini/commands/tm/to-cancelled.toml +58 -0
  136. package/.gemini/commands/tm/to-deferred.toml +50 -0
  137. package/.gemini/commands/tm/to-done.toml +47 -0
  138. package/.gemini/commands/tm/to-in-progress.toml +39 -0
  139. package/.gemini/commands/tm/to-pending.toml +35 -0
  140. package/.gemini/commands/tm/to-review.toml +43 -0
  141. package/.gemini/commands/tm/update-single-task.toml +122 -0
  142. package/.gemini/commands/tm/update-task.toml +75 -0
  143. package/.gemini/commands/tm/update-tasks-from-id.toml +111 -0
  144. package/.gemini/commands/tm/validate-dependencies.toml +74 -0
  145. package/.gemini/commands/tm/view-models.toml +54 -0
  146. package/.gemini/settings.json +20 -0
  147. package/.mcp.json +15 -0
  148. package/.releaserc.json +115 -0
  149. package/.taskmaster/CLAUDE.md +435 -0
  150. package/.taskmaster/config.json +44 -0
  151. package/.taskmaster/docs/prd.txt +584 -0
  152. package/.taskmaster/state.json +6 -0
  153. package/.taskmaster/tasks/tasks.json +304 -0
  154. package/.taskmaster/templates/example_prd.txt +47 -0
  155. package/.taskmaster/templates/example_prd_rpg.txt +511 -0
  156. package/CLAUDE.md +5 -0
  157. package/README.md +551 -0
  158. package/coverage/clover.xml +412 -0
  159. package/coverage/coverage-final.json +2 -0
  160. package/coverage/lcov-report/base.css +224 -0
  161. package/coverage/lcov-report/block-navigation.js +87 -0
  162. package/coverage/lcov-report/favicon.png +0 -0
  163. package/coverage/lcov-report/index.html +116 -0
  164. package/coverage/lcov-report/index.js.html +2884 -0
  165. package/coverage/lcov-report/prettify.css +1 -0
  166. package/coverage/lcov-report/prettify.js +2 -0
  167. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  168. package/coverage/lcov-report/sorter.js +196 -0
  169. package/coverage/lcov.info +896 -0
  170. package/internal-docs/CLAUDE.md +139 -0
  171. package/internal-docs/DEPLOYMENT.md +351 -0
  172. package/internal-docs/NPM_DEPLOYMENT_GUIDE.md +203 -0
  173. package/internal-docs/OBSIDIAN_PROJECT_PROMPT.md +302 -0
  174. package/internal-docs/TEST_RESULTS.md +153 -0
  175. package/internal-docs/TEST_SIMULATION.md +27 -0
  176. package/lib/index.d.ts +226 -39
  177. package/lib/index.js +767 -121
  178. package/package.json +54 -17
@@ -0,0 +1,896 @@
1
+ TN:
2
+ SF:lib/index.js
3
+ FN:2,(anonymous_0)
4
+ FN:3,(anonymous_1)
5
+ FN:13,(anonymous_2)
6
+ FN:14,adopt
7
+ FN:14,(anonymous_4)
8
+ FN:15,(anonymous_5)
9
+ FN:16,fulfilled
10
+ FN:17,rejected
11
+ FN:18,step
12
+ FN:22,(anonymous_9)
13
+ FN:23,(anonymous_10)
14
+ FN:24,(anonymous_11)
15
+ FN:25,verb
16
+ FN:25,(anonymous_13)
17
+ FN:26,step
18
+ FN:49,(anonymous_15)
19
+ FN:65,(anonymous_16)
20
+ FN:74,(anonymous_17)
21
+ FN:89,(anonymous_18)
22
+ FN:111,(anonymous_19)
23
+ FN:121,(anonymous_20)
24
+ FN:135,(anonymous_21)
25
+ FN:143,(anonymous_22)
26
+ FN:164,(anonymous_23)
27
+ FN:176,(anonymous_24)
28
+ FN:192,(anonymous_25)
29
+ FN:209,(anonymous_26)
30
+ FN:225,(anonymous_27)
31
+ FN:234,(anonymous_28)
32
+ FN:236,(anonymous_29)
33
+ FN:254,(anonymous_30)
34
+ FN:264,(anonymous_31)
35
+ FN:272,(anonymous_32)
36
+ FN:273,(anonymous_33)
37
+ FN:282,(anonymous_34)
38
+ FN:290,(anonymous_35)
39
+ FN:299,(anonymous_36)
40
+ FN:316,(anonymous_37)
41
+ FN:346,(anonymous_38)
42
+ FN:363,(anonymous_39)
43
+ FN:371,(anonymous_40)
44
+ FN:392,(anonymous_41)
45
+ FN:410,(anonymous_42)
46
+ FN:431,(anonymous_43)
47
+ FN:432,(anonymous_44)
48
+ FN:446,(anonymous_45)
49
+ FN:454,(anonymous_46)
50
+ FN:464,(anonymous_47)
51
+ FN:481,(anonymous_48)
52
+ FN:509,(anonymous_49)
53
+ FN:514,(anonymous_50)
54
+ FN:518,(anonymous_51)
55
+ FN:521,(anonymous_52)
56
+ FN:523,(anonymous_53)
57
+ FN:534,(anonymous_54)
58
+ FN:569,(anonymous_55)
59
+ FN:591,(anonymous_56)
60
+ FN:609,(anonymous_57)
61
+ FN:611,(anonymous_58)
62
+ FN:626,(anonymous_59)
63
+ FN:628,(anonymous_60)
64
+ FN:632,(anonymous_61)
65
+ FN:646,(anonymous_62)
66
+ FN:664,(anonymous_63)
67
+ FN:699,(anonymous_64)
68
+ FN:731,(anonymous_65)
69
+ FN:739,(anonymous_66)
70
+ FN:748,(anonymous_67)
71
+ FN:757,(anonymous_68)
72
+ FN:776,(anonymous_69)
73
+ FN:792,(anonymous_70)
74
+ FN:798,(anonymous_71)
75
+ FN:846,(anonymous_72)
76
+ FN:856,(anonymous_73)
77
+ FN:865,(anonymous_74)
78
+ FN:875,(anonymous_75)
79
+ FN:889,(anonymous_76)
80
+ FN:925,(anonymous_77)
81
+ FNF:78
82
+ FNH:71
83
+ FNDA:1,(anonymous_0)
84
+ FNDA:0,(anonymous_1)
85
+ FNDA:3,(anonymous_2)
86
+ FNDA:9,adopt
87
+ FNDA:0,(anonymous_4)
88
+ FNDA:3,(anonymous_5)
89
+ FNDA:5,fulfilled
90
+ FNDA:4,rejected
91
+ FNDA:11,step
92
+ FNDA:9,(anonymous_9)
93
+ FNDA:19,(anonymous_10)
94
+ FNDA:0,(anonymous_11)
95
+ FNDA:27,verb
96
+ FNDA:27,(anonymous_13)
97
+ FNDA:27,step
98
+ FNDA:5,(anonymous_15)
99
+ FNDA:5,(anonymous_16)
100
+ FNDA:5,(anonymous_17)
101
+ FNDA:0,(anonymous_18)
102
+ FNDA:2,(anonymous_19)
103
+ FNDA:6,(anonymous_20)
104
+ FNDA:6,(anonymous_21)
105
+ FNDA:10,(anonymous_22)
106
+ FNDA:1,(anonymous_23)
107
+ FNDA:2,(anonymous_24)
108
+ FNDA:1,(anonymous_25)
109
+ FNDA:1,(anonymous_26)
110
+ FNDA:1,(anonymous_27)
111
+ FNDA:3,(anonymous_28)
112
+ FNDA:7,(anonymous_29)
113
+ FNDA:2,(anonymous_30)
114
+ FNDA:2,(anonymous_31)
115
+ FNDA:4,(anonymous_32)
116
+ FNDA:4,(anonymous_33)
117
+ FNDA:1,(anonymous_34)
118
+ FNDA:1,(anonymous_35)
119
+ FNDA:0,(anonymous_36)
120
+ FNDA:0,(anonymous_37)
121
+ FNDA:3,(anonymous_38)
122
+ FNDA:0,(anonymous_39)
123
+ FNDA:15,(anonymous_40)
124
+ FNDA:2,(anonymous_41)
125
+ FNDA:2,(anonymous_42)
126
+ FNDA:1,(anonymous_43)
127
+ FNDA:3,(anonymous_44)
128
+ FNDA:2,(anonymous_45)
129
+ FNDA:4,(anonymous_46)
130
+ FNDA:1,(anonymous_47)
131
+ FNDA:2,(anonymous_48)
132
+ FNDA:3,(anonymous_49)
133
+ FNDA:3,(anonymous_50)
134
+ FNDA:14,(anonymous_51)
135
+ FNDA:6,(anonymous_52)
136
+ FNDA:24,(anonymous_53)
137
+ FNDA:3,(anonymous_54)
138
+ FNDA:5,(anonymous_55)
139
+ FNDA:13,(anonymous_56)
140
+ FNDA:2,(anonymous_57)
141
+ FNDA:7,(anonymous_58)
142
+ FNDA:2,(anonymous_59)
143
+ FNDA:6,(anonymous_60)
144
+ FNDA:4,(anonymous_61)
145
+ FNDA:3,(anonymous_62)
146
+ FNDA:6,(anonymous_63)
147
+ FNDA:8,(anonymous_64)
148
+ FNDA:4,(anonymous_65)
149
+ FNDA:4,(anonymous_66)
150
+ FNDA:10,(anonymous_67)
151
+ FNDA:5,(anonymous_68)
152
+ FNDA:5,(anonymous_69)
153
+ FNDA:13,(anonymous_70)
154
+ FNDA:13,(anonymous_71)
155
+ FNDA:5,(anonymous_72)
156
+ FNDA:9,(anonymous_73)
157
+ FNDA:8,(anonymous_74)
158
+ FNDA:8,(anonymous_75)
159
+ FNDA:4,(anonymous_76)
160
+ FNDA:3,(anonymous_77)
161
+ DA:2,8
162
+ DA:3,1
163
+ DA:4,0
164
+ DA:5,0
165
+ DA:6,0
166
+ DA:7,0
167
+ DA:9,0
168
+ DA:11,1
169
+ DA:13,8
170
+ DA:14,9
171
+ DA:15,3
172
+ DA:16,5
173
+ DA:17,4
174
+ DA:18,11
175
+ DA:19,3
176
+ DA:22,8
177
+ DA:23,19
178
+ DA:24,9
179
+ DA:25,27
180
+ DA:27,27
181
+ DA:28,77
182
+ DA:29,77
183
+ DA:30,68
184
+ DA:31,68
185
+ DA:32,24
186
+ DA:33,9
187
+ DA:34,6
188
+ DA:35,0
189
+ DA:37,29
190
+ DA:38,20
191
+ DA:39,10
192
+ DA:40,6
193
+ DA:41,6
194
+ DA:42,6
195
+ DA:44,38
196
+ DA:45,77
197
+ DA:46,9
198
+ DA:49,8
199
+ DA:50,5
200
+ DA:51,10
201
+ DA:52,0
202
+ DA:53,0
203
+ DA:56,5
204
+ DA:58,8
205
+ DA:59,8
206
+ DA:66,5
207
+ DA:67,5
208
+ DA:75,5
209
+ DA:76,3
210
+ DA:79,2
211
+ DA:80,2
212
+ DA:83,0
213
+ DA:84,0
214
+ DA:88,0
215
+ DA:89,0
216
+ DA:90,0
217
+ DA:93,0
218
+ DA:94,0
219
+ DA:95,0
220
+ DA:96,0
221
+ DA:97,0
222
+ DA:103,0
223
+ DA:112,2
224
+ DA:122,6
225
+ DA:123,6
226
+ DA:124,1
227
+ DA:126,5
228
+ DA:127,5
229
+ DA:136,6
230
+ DA:137,1
231
+ DA:139,5
232
+ DA:140,1
233
+ DA:141,1
234
+ DA:143,4
235
+ DA:144,10
236
+ DA:145,10
237
+ DA:147,4
238
+ DA:148,0
239
+ DA:150,4
240
+ DA:151,4
241
+ DA:153,2
242
+ DA:157,2
243
+ DA:165,1
244
+ DA:166,1
245
+ DA:167,1
246
+ DA:168,1
247
+ DA:177,2
248
+ DA:178,2
249
+ DA:179,2
250
+ DA:180,2
251
+ DA:181,2
252
+ DA:182,2
253
+ DA:183,2
254
+ DA:184,1
255
+ DA:185,1
256
+ DA:193,1
257
+ DA:194,1
258
+ DA:195,1
259
+ DA:196,1
260
+ DA:197,1
261
+ DA:198,1
262
+ DA:199,1
263
+ DA:200,1
264
+ DA:201,1
265
+ DA:202,1
266
+ DA:210,1
267
+ DA:211,1
268
+ DA:212,1
269
+ DA:213,1
270
+ DA:214,1
271
+ DA:215,1
272
+ DA:226,1
273
+ DA:227,1
274
+ DA:235,3
275
+ DA:236,3
276
+ DA:238,7
277
+ DA:239,3
278
+ DA:242,4
279
+ DA:244,7
280
+ DA:245,7
281
+ DA:247,3
282
+ DA:255,2
283
+ DA:256,2
284
+ DA:257,2
285
+ DA:265,2
286
+ DA:266,0
287
+ DA:268,2
288
+ DA:272,4
289
+ DA:273,4
290
+ DA:275,2
291
+ DA:283,1
292
+ DA:291,1
293
+ DA:300,0
294
+ DA:301,0
295
+ DA:302,0
296
+ DA:304,0
297
+ DA:306,0
298
+ DA:307,0
299
+ DA:308,0
300
+ DA:312,0
301
+ DA:314,0
302
+ DA:316,0
303
+ DA:317,0
304
+ DA:318,0
305
+ DA:319,0
306
+ DA:320,0
307
+ DA:322,0
308
+ DA:323,0
309
+ DA:326,0
310
+ DA:327,0
311
+ DA:329,0
312
+ DA:330,0
313
+ DA:331,0
314
+ DA:336,0
315
+ DA:338,0
316
+ DA:347,3
317
+ DA:348,0
318
+ DA:349,3
319
+ DA:350,0
320
+ DA:351,3
321
+ DA:352,1
322
+ DA:353,2
323
+ DA:354,6
324
+ DA:355,1
325
+ DA:357,1
326
+ DA:364,0
327
+ DA:372,15
328
+ DA:373,15
329
+ DA:374,5
330
+ DA:375,10
331
+ DA:376,10
332
+ DA:377,10
333
+ DA:378,10
334
+ DA:379,90
335
+ DA:381,10
336
+ DA:382,10
337
+ DA:383,10
338
+ DA:393,2
339
+ DA:394,2
340
+ DA:395,2
341
+ DA:396,6
342
+ DA:397,6
343
+ DA:398,1
344
+ DA:400,5
345
+ DA:402,1
346
+ DA:411,2
347
+ DA:412,2
348
+ DA:413,2
349
+ DA:414,0
350
+ DA:415,2
351
+ DA:416,2
352
+ DA:417,3
353
+ DA:418,3
354
+ DA:419,2
355
+ DA:421,3
356
+ DA:423,2
357
+ DA:432,1
358
+ DA:433,3
359
+ DA:434,3
360
+ DA:435,2
361
+ DA:437,3
362
+ DA:438,3
363
+ DA:447,2
364
+ DA:455,4
365
+ DA:456,4
366
+ DA:465,1
367
+ DA:466,1
368
+ DA:467,1
369
+ DA:468,1
370
+ DA:469,1
371
+ DA:470,1
372
+ DA:471,1
373
+ DA:472,1
374
+ DA:473,1
375
+ DA:482,2
376
+ DA:483,2
377
+ DA:484,4
378
+ DA:485,4
379
+ DA:486,4
380
+ DA:487,4
381
+ DA:493,1
382
+ DA:496,3
383
+ DA:500,2
384
+ DA:510,3
385
+ DA:511,3
386
+ DA:512,4
387
+ DA:514,3
388
+ DA:516,3
389
+ DA:517,3
390
+ DA:518,3
391
+ DA:519,14
392
+ DA:521,3
393
+ DA:523,6
394
+ DA:524,24
395
+ DA:526,6
396
+ DA:527,6
397
+ DA:528,6
398
+ DA:529,6
399
+ DA:531,4
400
+ DA:532,4
401
+ DA:533,4
402
+ DA:534,3
403
+ DA:535,3
404
+ DA:538,3
405
+ DA:539,3
406
+ DA:540,4
407
+ DA:541,4
408
+ DA:545,3
409
+ DA:546,3
410
+ DA:548,7
411
+ DA:549,6
412
+ DA:551,6
413
+ DA:552,6
414
+ DA:553,2
415
+ DA:554,4
416
+ DA:556,4
417
+ DA:557,4
418
+ DA:558,1
419
+ DA:570,5
420
+ DA:591,5
421
+ DA:592,13
422
+ DA:593,13
423
+ DA:594,13
424
+ DA:595,13
425
+ DA:597,0
426
+ DA:599,5
427
+ DA:600,5
428
+ DA:610,2
429
+ DA:611,2
430
+ DA:612,7
431
+ DA:613,7
432
+ DA:614,7
433
+ DA:615,2
434
+ DA:616,5
435
+ DA:617,5
436
+ DA:618,0
437
+ DA:627,2
438
+ DA:629,6
439
+ DA:630,6
440
+ DA:633,4
441
+ DA:634,4
442
+ DA:647,3
443
+ DA:648,3
444
+ DA:649,3
445
+ DA:650,3
446
+ DA:651,1
447
+ DA:652,2
448
+ DA:653,2
449
+ DA:654,2
450
+ DA:655,2
451
+ DA:665,6
452
+ DA:666,6
453
+ DA:675,6
454
+ DA:685,6
455
+ DA:687,6
456
+ DA:688,6
457
+ DA:689,48
458
+ DA:690,48
459
+ DA:692,6
460
+ DA:700,8
461
+ DA:701,8
462
+ DA:702,8
463
+ DA:703,8
464
+ DA:704,8
465
+ DA:705,8
466
+ DA:706,8
467
+ DA:707,8
468
+ DA:708,8
469
+ DA:709,8
470
+ DA:710,1
471
+ DA:711,7
472
+ DA:712,1
473
+ DA:713,6
474
+ DA:714,1
475
+ DA:715,5
476
+ DA:716,1
477
+ DA:717,4
478
+ DA:718,1
479
+ DA:719,3
480
+ DA:720,1
481
+ DA:721,2
482
+ DA:722,1
483
+ DA:723,1
484
+ DA:732,4
485
+ DA:740,4
486
+ DA:749,10
487
+ DA:758,5
488
+ DA:759,5
489
+ DA:760,5
490
+ DA:767,5
491
+ DA:768,5
492
+ DA:777,5
493
+ DA:778,5
494
+ DA:779,5
495
+ DA:780,5
496
+ DA:781,7
497
+ DA:782,7
498
+ DA:784,5
499
+ DA:785,5
500
+ DA:793,13
501
+ DA:794,1
502
+ DA:795,12
503
+ DA:796,12
504
+ DA:797,12
505
+ DA:798,12
506
+ DA:799,13
507
+ DA:800,13
508
+ DA:801,13
509
+ DA:802,52
510
+ DA:803,52
511
+ DA:804,52
512
+ DA:806,23
513
+ DA:807,17
514
+ DA:809,23
515
+ DA:812,13
516
+ DA:814,12
517
+ DA:815,12
518
+ DA:816,12
519
+ DA:817,12
520
+ DA:818,16
521
+ DA:819,16
522
+ DA:820,13
523
+ DA:822,13
524
+ DA:823,3
525
+ DA:825,1
526
+ DA:829,2
527
+ DA:833,10
528
+ DA:836,16
529
+ DA:837,16
530
+ DA:839,12
531
+ DA:847,5
532
+ DA:848,5
533
+ DA:857,9
534
+ DA:858,9
535
+ DA:866,8
536
+ DA:867,8
537
+ DA:868,8
538
+ DA:876,8
539
+ DA:877,8
540
+ DA:878,5
541
+ DA:881,3
542
+ DA:890,4
543
+ DA:891,4
544
+ DA:893,1
545
+ DA:894,1
546
+ DA:896,0
547
+ DA:897,0
548
+ DA:900,3
549
+ DA:902,2
550
+ DA:903,2
551
+ DA:905,0
552
+ DA:906,0
553
+ DA:909,1
554
+ DA:911,1
555
+ DA:912,1
556
+ DA:914,0
557
+ DA:915,0
558
+ DA:918,0
559
+ DA:926,3
560
+ DA:927,3
561
+ DA:928,1
562
+ DA:930,2
563
+ DA:933,8
564
+ LF:403
565
+ LH:346
566
+ BRDA:2,0,0,8
567
+ BRDA:2,0,1,8
568
+ BRDA:2,0,2,8
569
+ BRDA:3,1,0,1
570
+ BRDA:3,1,1,0
571
+ BRDA:6,2,0,0
572
+ BRDA:6,2,1,0
573
+ BRDA:13,3,0,8
574
+ BRDA:13,3,1,8
575
+ BRDA:13,3,2,8
576
+ BRDA:14,4,0,9
577
+ BRDA:14,4,1,0
578
+ BRDA:15,5,0,3
579
+ BRDA:15,5,1,3
580
+ BRDA:18,6,0,2
581
+ BRDA:18,6,1,9
582
+ BRDA:19,7,0,3
583
+ BRDA:19,7,1,0
584
+ BRDA:22,8,0,8
585
+ BRDA:22,8,1,8
586
+ BRDA:22,8,2,8
587
+ BRDA:23,9,0,4
588
+ BRDA:23,9,1,15
589
+ BRDA:23,10,0,9
590
+ BRDA:23,10,1,0
591
+ BRDA:24,11,0,9
592
+ BRDA:24,11,1,9
593
+ BRDA:27,12,0,0
594
+ BRDA:27,12,1,27
595
+ BRDA:28,13,0,86
596
+ BRDA:28,13,1,9
597
+ BRDA:28,14,0,9
598
+ BRDA:28,14,1,0
599
+ BRDA:29,15,0,9
600
+ BRDA:29,15,1,68
601
+ BRDA:29,16,0,77
602
+ BRDA:29,16,1,15
603
+ BRDA:29,16,2,15
604
+ BRDA:29,17,0,0
605
+ BRDA:29,17,1,15
606
+ BRDA:29,18,0,4
607
+ BRDA:29,18,1,11
608
+ BRDA:29,19,0,4
609
+ BRDA:29,19,1,0
610
+ BRDA:29,20,0,0
611
+ BRDA:29,20,1,0
612
+ BRDA:30,21,0,6
613
+ BRDA:30,21,1,62
614
+ BRDA:31,22,0,20
615
+ BRDA:31,22,1,24
616
+ BRDA:31,22,2,9
617
+ BRDA:31,22,3,6
618
+ BRDA:31,22,4,0
619
+ BRDA:31,22,5,29
620
+ BRDA:37,23,0,9
621
+ BRDA:37,23,1,20
622
+ BRDA:37,24,0,29
623
+ BRDA:37,24,1,18
624
+ BRDA:37,24,2,17
625
+ BRDA:37,25,0,29
626
+ BRDA:37,25,1,11
627
+ BRDA:38,26,0,10
628
+ BRDA:38,26,1,10
629
+ BRDA:38,27,0,20
630
+ BRDA:38,27,1,14
631
+ BRDA:38,27,2,5
632
+ BRDA:38,27,3,5
633
+ BRDA:39,28,0,4
634
+ BRDA:39,28,1,6
635
+ BRDA:39,29,0,10
636
+ BRDA:39,29,1,4
637
+ BRDA:40,30,0,0
638
+ BRDA:40,30,1,6
639
+ BRDA:40,31,0,6
640
+ BRDA:40,31,1,6
641
+ BRDA:41,32,0,0
642
+ BRDA:41,32,1,6
643
+ BRDA:46,33,0,1
644
+ BRDA:46,33,1,8
645
+ BRDA:46,34,0,8
646
+ BRDA:46,34,1,0
647
+ BRDA:49,35,0,8
648
+ BRDA:49,35,1,8
649
+ BRDA:49,35,2,8
650
+ BRDA:50,36,0,5
651
+ BRDA:50,36,1,0
652
+ BRDA:50,37,0,5
653
+ BRDA:50,37,1,0
654
+ BRDA:51,38,0,0
655
+ BRDA:51,38,1,10
656
+ BRDA:51,39,0,10
657
+ BRDA:51,39,1,10
658
+ BRDA:52,40,0,0
659
+ BRDA:52,40,1,0
660
+ BRDA:56,41,0,5
661
+ BRDA:56,41,1,5
662
+ BRDA:75,42,0,3
663
+ BRDA:75,42,1,2
664
+ BRDA:75,43,0,5
665
+ BRDA:75,43,1,4
666
+ BRDA:79,44,0,2
667
+ BRDA:79,44,1,0
668
+ BRDA:88,45,0,0
669
+ BRDA:88,45,1,0
670
+ BRDA:90,46,0,0
671
+ BRDA:90,46,1,0
672
+ BRDA:90,47,0,0
673
+ BRDA:90,47,1,0
674
+ BRDA:95,48,0,0
675
+ BRDA:95,48,1,0
676
+ BRDA:98,49,0,0
677
+ BRDA:98,49,1,0
678
+ BRDA:98,50,0,0
679
+ BRDA:98,50,1,0
680
+ BRDA:122,51,0,4
681
+ BRDA:122,51,1,2
682
+ BRDA:123,52,0,1
683
+ BRDA:123,52,1,5
684
+ BRDA:123,53,0,6
685
+ BRDA:123,53,1,5
686
+ BRDA:123,53,2,5
687
+ BRDA:126,54,0,2
688
+ BRDA:126,54,1,3
689
+ BRDA:127,55,0,1
690
+ BRDA:127,55,1,4
691
+ BRDA:136,56,0,1
692
+ BRDA:136,56,1,5
693
+ BRDA:136,57,0,6
694
+ BRDA:136,57,1,5
695
+ BRDA:136,57,2,5
696
+ BRDA:139,58,0,1
697
+ BRDA:139,58,1,4
698
+ BRDA:141,59,0,1
699
+ BRDA:141,59,1,0
700
+ BRDA:145,60,0,0
701
+ BRDA:145,60,1,10
702
+ BRDA:147,61,0,0
703
+ BRDA:147,61,1,4
704
+ BRDA:147,62,0,4
705
+ BRDA:147,62,1,4
706
+ BRDA:150,63,0,2
707
+ BRDA:150,63,1,2
708
+ BRDA:151,64,0,2
709
+ BRDA:151,64,1,2
710
+ BRDA:177,65,0,0
711
+ BRDA:177,65,1,2
712
+ BRDA:178,66,0,0
713
+ BRDA:178,66,1,2
714
+ BRDA:183,67,0,1
715
+ BRDA:183,67,1,1
716
+ BRDA:193,68,0,0
717
+ BRDA:193,68,1,1
718
+ BRDA:198,69,0,1
719
+ BRDA:198,69,1,0
720
+ BRDA:200,70,0,1
721
+ BRDA:200,70,1,0
722
+ BRDA:210,71,0,0
723
+ BRDA:210,71,1,1
724
+ BRDA:235,72,0,0
725
+ BRDA:235,72,1,3
726
+ BRDA:238,73,0,3
727
+ BRDA:238,73,1,4
728
+ BRDA:255,74,0,0
729
+ BRDA:255,74,1,2
730
+ BRDA:265,75,0,0
731
+ BRDA:265,75,1,2
732
+ BRDA:300,76,0,0
733
+ BRDA:300,76,1,0
734
+ BRDA:301,77,0,0
735
+ BRDA:301,77,1,0
736
+ BRDA:322,78,0,0
737
+ BRDA:322,78,1,0
738
+ BRDA:322,79,0,0
739
+ BRDA:322,79,1,0
740
+ BRDA:327,80,0,0
741
+ BRDA:327,80,1,0
742
+ BRDA:329,81,0,0
743
+ BRDA:329,81,1,0
744
+ BRDA:347,82,0,0
745
+ BRDA:347,82,1,3
746
+ BRDA:349,83,0,0
747
+ BRDA:349,83,1,3
748
+ BRDA:349,84,0,3
749
+ BRDA:349,84,1,3
750
+ BRDA:351,85,0,1
751
+ BRDA:351,85,1,2
752
+ BRDA:354,86,0,1
753
+ BRDA:354,86,1,5
754
+ BRDA:373,87,0,5
755
+ BRDA:373,87,1,10
756
+ BRDA:397,88,0,1
757
+ BRDA:397,88,1,5
758
+ BRDA:397,89,0,6
759
+ BRDA:397,89,1,6
760
+ BRDA:402,90,0,0
761
+ BRDA:402,90,1,1
762
+ BRDA:413,91,0,0
763
+ BRDA:413,91,1,2
764
+ BRDA:418,92,0,2
765
+ BRDA:418,92,1,1
766
+ BRDA:418,93,0,3
767
+ BRDA:418,93,1,1
768
+ BRDA:434,94,0,2
769
+ BRDA:434,94,1,1
770
+ BRDA:456,95,0,3
771
+ BRDA:456,95,1,1
772
+ BRDA:465,96,0,0
773
+ BRDA:465,96,1,1
774
+ BRDA:484,97,0,4
775
+ BRDA:484,97,1,0
776
+ BRDA:487,98,0,1
777
+ BRDA:487,98,1,3
778
+ BRDA:487,99,0,4
779
+ BRDA:487,99,1,4
780
+ BRDA:487,99,2,1
781
+ BRDA:487,99,3,1
782
+ BRDA:487,99,4,1
783
+ BRDA:487,99,5,1
784
+ BRDA:516,100,0,1
785
+ BRDA:516,100,1,2
786
+ BRDA:517,101,0,1
787
+ BRDA:517,101,1,2
788
+ BRDA:519,102,0,3
789
+ BRDA:519,102,1,7
790
+ BRDA:519,102,2,6
791
+ BRDA:519,102,3,4
792
+ BRDA:519,102,4,1
793
+ BRDA:524,103,0,6
794
+ BRDA:524,103,1,6
795
+ BRDA:524,103,2,4
796
+ BRDA:524,103,3,3
797
+ BRDA:524,103,4,4
798
+ BRDA:524,103,5,4
799
+ BRDA:533,104,0,1
800
+ BRDA:533,104,1,3
801
+ BRDA:548,105,0,1
802
+ BRDA:548,105,1,6
803
+ BRDA:552,106,0,2
804
+ BRDA:552,106,1,4
805
+ BRDA:593,107,0,13
806
+ BRDA:593,107,1,0
807
+ BRDA:593,108,0,13
808
+ BRDA:593,108,1,13
809
+ BRDA:610,109,0,0
810
+ BRDA:610,109,1,2
811
+ BRDA:614,110,0,2
812
+ BRDA:614,110,1,5
813
+ BRDA:615,111,0,1
814
+ BRDA:615,111,1,1
815
+ BRDA:616,112,0,5
816
+ BRDA:616,112,1,0
817
+ BRDA:617,113,0,2
818
+ BRDA:617,113,1,3
819
+ BRDA:630,114,0,6
820
+ BRDA:630,114,1,5
821
+ BRDA:647,115,0,0
822
+ BRDA:647,115,1,3
823
+ BRDA:648,116,0,0
824
+ BRDA:648,116,1,3
825
+ BRDA:649,117,0,3
826
+ BRDA:649,117,1,0
827
+ BRDA:650,118,0,1
828
+ BRDA:650,118,1,2
829
+ BRDA:709,119,0,1
830
+ BRDA:709,119,1,7
831
+ BRDA:711,120,0,1
832
+ BRDA:711,120,1,6
833
+ BRDA:713,121,0,1
834
+ BRDA:713,121,1,5
835
+ BRDA:715,122,0,1
836
+ BRDA:715,122,1,4
837
+ BRDA:717,123,0,1
838
+ BRDA:717,123,1,3
839
+ BRDA:719,124,0,1
840
+ BRDA:719,124,1,2
841
+ BRDA:721,125,0,1
842
+ BRDA:721,125,1,1
843
+ BRDA:740,126,0,4
844
+ BRDA:740,126,1,3
845
+ BRDA:740,126,2,3
846
+ BRDA:758,127,0,2
847
+ BRDA:758,127,1,3
848
+ BRDA:768,128,0,3
849
+ BRDA:768,128,1,2
850
+ BRDA:780,129,0,12
851
+ BRDA:780,129,1,7
852
+ BRDA:784,130,0,1
853
+ BRDA:784,130,1,4
854
+ BRDA:784,131,0,1
855
+ BRDA:784,131,1,3
856
+ BRDA:793,132,0,1
857
+ BRDA:793,132,1,12
858
+ BRDA:804,133,0,23
859
+ BRDA:804,133,1,29
860
+ BRDA:806,134,0,17
861
+ BRDA:806,134,1,6
862
+ BRDA:806,135,0,23
863
+ BRDA:806,135,1,10
864
+ BRDA:819,136,0,13
865
+ BRDA:819,136,1,3
866
+ BRDA:822,137,0,3
867
+ BRDA:822,137,1,10
868
+ BRDA:822,138,0,13
869
+ BRDA:822,138,1,4
870
+ BRDA:823,139,0,1
871
+ BRDA:823,139,1,2
872
+ BRDA:868,140,0,8
873
+ BRDA:868,140,1,5
874
+ BRDA:891,141,0,1
875
+ BRDA:891,141,1,3
876
+ BRDA:893,142,0,1
877
+ BRDA:893,142,1,0
878
+ BRDA:896,143,0,0
879
+ BRDA:896,143,1,0
880
+ BRDA:900,144,0,2
881
+ BRDA:900,144,1,1
882
+ BRDA:902,145,0,2
883
+ BRDA:902,145,1,0
884
+ BRDA:905,146,0,0
885
+ BRDA:905,146,1,0
886
+ BRDA:909,147,0,1
887
+ BRDA:909,147,1,0
888
+ BRDA:911,148,0,1
889
+ BRDA:911,148,1,0
890
+ BRDA:914,149,0,0
891
+ BRDA:914,149,1,0
892
+ BRDA:927,150,0,1
893
+ BRDA:927,150,1,2
894
+ BRF:328
895
+ BRH:248
896
+ end_of_record