devextreme-internal-tools 14.0.0-beta.5 → 14.0.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 (35) hide show
  1. package/bin/DevExtreme.Declarations.Discoverer.dll +0 -0
  2. package/bin/DevExtreme.Declarations.Discoverer.exe +0 -0
  3. package/bin/DevExtreme.Declarations.IntegrityValidator.dll +0 -0
  4. package/bin/DevExtreme.Declarations.IntegrityValidator.exe +0 -0
  5. package/bin/DevExtreme.Declarations.dll +0 -0
  6. package/bin/DevExtreme.Descriptions.Injector.dll +0 -0
  7. package/bin/DevExtreme.Descriptions.Injector.exe +0 -0
  8. package/bin/DevExtreme.Infrastructure.dll +0 -0
  9. package/bin/DevExtreme.IntegrationDataGenerator.dll +0 -0
  10. package/bin/DevExtreme.IntegrationDataGenerator.exe +0 -0
  11. package/bin/DevExtreme.NgSmdGenerator.dll +0 -0
  12. package/bin/DevExtreme.NgSmdGenerator.exe +0 -0
  13. package/bin/DevExtreme.SmdCommon.dll +0 -0
  14. package/bin/DevExtreme.StrongMetaDataGenerator.dll +0 -0
  15. package/bin/DevExtreme.StrongMetaDataGenerator.exe +0 -0
  16. package/bin/DevExtreme.Topics.ExtraFilesGenerator.dll +0 -0
  17. package/bin/DevExtreme.Topics.ExtraFilesGenerator.exe +0 -0
  18. package/bin/DevExtreme.Topics.Generator.dll +0 -0
  19. package/bin/DevExtreme.Topics.Generator.exe +0 -0
  20. package/bin/DevExtreme.Topics.ModulesGuideValidator.dll +0 -0
  21. package/bin/DevExtreme.Topics.ModulesGuideValidator.exe +0 -0
  22. package/bin/DevExtreme.Topics.Validation.dll +0 -0
  23. package/bin/DevExtreme.Topics.Validation.exe +0 -0
  24. package/bin/DevExtreme.Topics.dll +0 -0
  25. package/bin/DevExtreme.WebSite.CompactDocsCreator.dll +0 -0
  26. package/bin/DevExtreme.WebSite.CompactDocsCreator.exe +0 -0
  27. package/bin/DevExtreme.WebSite.ContentMapCreator.dll +0 -0
  28. package/bin/DevExtreme.WebSite.ContentMapCreator.exe +0 -0
  29. package/bin/DevExtreme.WebSite.ContentMaps.dll +0 -0
  30. package/bin/DevExtreme.WebSite.LinksConverter.dll +0 -0
  31. package/bin/DevExtreme.WebSite.LinksConverter.exe +0 -0
  32. package/bin/DevExtreme.WebSite.SyntaxDataGenerator.dll +0 -0
  33. package/bin/DevExtreme.WebSite.SyntaxDataGenerator.exe +0 -0
  34. package/bin/Enums_24_2.json +556 -0
  35. package/package.json +1 -1
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,556 @@
1
+ {
2
+ "Enums": {
3
+ "AnimationEasing": {
4
+ "items": [
5
+ "ease",
6
+ "ease-in",
7
+ "ease-in-out",
8
+ "ease-out",
9
+ "linear",
10
+ "step-end",
11
+ "step-start",
12
+ "swing"
13
+ ]
14
+ },
15
+ "EdmType": {
16
+ "items": [
17
+ "Guid",
18
+ "Int32",
19
+ "Int64",
20
+ "String",
21
+ "Boolean",
22
+ "Single",
23
+ "Decimal"
24
+ ]
25
+ },
26
+ "FilterOperations": {
27
+ "Items": [
28
+ "=",
29
+ "<>",
30
+ "<",
31
+ "<=",
32
+ ">",
33
+ ">=",
34
+ "between",
35
+ "contains",
36
+ "endswith",
37
+ "notcontains",
38
+ "startswith"
39
+ ]
40
+ },
41
+ "GaugeIndicatorType": {
42
+ "Items": [
43
+ "circle",
44
+ "rangeBar",
45
+ "rectangle",
46
+ "rectangleNeedle",
47
+ "rhombus",
48
+ "textCloud",
49
+ "triangleMarker",
50
+ "triangleNeedle",
51
+ "twoColorNeedle"
52
+ ],
53
+ "Options": [
54
+ "GaugeIndicator.type"
55
+ ]
56
+ },
57
+ "SchedulerViewType": {
58
+ "Items": [
59
+ "agenda",
60
+ "day",
61
+ "month",
62
+ "timelineDay",
63
+ "timelineMonth",
64
+ "timelineWeek",
65
+ "timelineWorkWeek",
66
+ "week",
67
+ "workWeek"
68
+ ],
69
+ "Options": [
70
+ "dxScheduler.views"
71
+ ]
72
+ },
73
+ "ShowScrollbarMode": {
74
+ "Items": [
75
+ "always",
76
+ "never",
77
+ "onHover",
78
+ "onScroll"
79
+ ],
80
+ "Options": [
81
+ "dxScrollView.showScrollbar"
82
+ ]
83
+ },
84
+ "TextEditorButtonWidget": {
85
+ "items": [
86
+ "dxButton"
87
+ ]
88
+ },
89
+ "DiagramDataLayoutOrientation": {
90
+ "Items": [
91
+ "vertical",
92
+ "horizontal"
93
+ ]
94
+ },
95
+ "GanttSortingMode": {
96
+ "Items": [
97
+ "multiple",
98
+ "none",
99
+ "single"
100
+ ]
101
+ },
102
+ "GridSortingMode": {
103
+ "Items": [
104
+ "multiple",
105
+ "none",
106
+ "single"
107
+ ]
108
+ },
109
+ "PieChartLegendHoverMode": {
110
+ "Items": [
111
+ "none",
112
+ "allArgumentPoints"
113
+ ]
114
+ },
115
+ "PolarChartOverlappingBehavior": {
116
+ "Items": [
117
+ "none",
118
+ "hide"
119
+ ]
120
+ },
121
+ "SelectionMode": {
122
+ "Items": [
123
+ "multiple",
124
+ "none",
125
+ "single"
126
+ ]
127
+ },
128
+ "PolarChartResolveLabelOverlapping": {
129
+ "Items": [
130
+ "hide",
131
+ "none"
132
+ ]
133
+ },
134
+ "ButtonGroupSelectionMode": {
135
+ "Items": [
136
+ "multiple",
137
+ "single",
138
+ "none"
139
+ ]
140
+ },
141
+ "ChartElementSelectionMode": {
142
+ "Items": [
143
+ "multiple",
144
+ "single"
145
+ ]
146
+ },
147
+ "FileManagerSelectionMode": {
148
+ "Items": [
149
+ "multiple",
150
+ "single"
151
+ ]
152
+ },
153
+ "ListSelectionMode": {
154
+ "Items": [
155
+ "all",
156
+ "multiple",
157
+ "none",
158
+ "single"
159
+ ]
160
+ },
161
+ "MenuSelectionMode": {
162
+ "Items": [
163
+ "none",
164
+ "single"
165
+ ]
166
+ },
167
+ "NavSelectionMode": {
168
+ "Items": [
169
+ "multiple",
170
+ "single"
171
+ ]
172
+ }
173
+ },
174
+
175
+ "Aliases": {
176
+
177
+ "(dxTabs|dxNavBar|dxTreeView)\\.(.*)": {
178
+ "SingleOrMultiple": "NavSelectionMode"
179
+ },
180
+
181
+ "(dxSlider|dxRangeSlider)(.*)": {
182
+ "TooltipShowMode": "SliderTooltipShowMode"
183
+ },
184
+
185
+ "(dxMenu|dxContextMenu)(.*)": {
186
+ "SingleOrNone": "MenuSelectionMode"
187
+ },
188
+
189
+ "dxMap(.*)": {
190
+ "MapProvider": "GeoMapProvider",
191
+ "MapType": "GeoMapType",
192
+ "RouteMode": "GeoMapRouteMode"
193
+ },
194
+
195
+ "dxScheduler(.*)": {
196
+ "CellAppointmentsLimit": "MaxAppointmentsPerCell",
197
+ "RecurrenceEditMode": "SchedulerRecurrenceEditMode",
198
+ "ScrollMode": "SchedulerScrollingMode",
199
+ "ViewType": "SchedulerViewType"
200
+ },
201
+
202
+ "dxContextMenu(.*)": {
203
+ "ContextSubmenuDirection": "ContextMenuSubmenuDirection"
204
+ },
205
+
206
+ "dxDateBox(.*)": {
207
+ "DatePickerType": "DateBoxPickerType",
208
+ "DateType": "DateBoxType"
209
+ },
210
+
211
+ "dxNumberBox(.*)": {
212
+ "DateType": "DateBoxType",
213
+ "NumberBoxPredefinedButton": "NumberBoxButtonName",
214
+ "NumberBoxType": "NumberBoxMode"
215
+ },
216
+
217
+ "dxTextBox(.*)": {
218
+ "TextBoxType": "TextBoxMode"
219
+ },
220
+
221
+ "dxHtmlEditor(.*)": {
222
+ "HtmlEditorImageUploadMode": "HtmlEditorImageUploadFileUploadMode",
223
+ "HtmlEditorPredefinedContextMenuItem": "HtmlEditorContextMenuItem",
224
+ "HtmlEditorPredefinedToolbarItem": "HtmlEditorToolbarItem",
225
+ "MarkupType": "HtmlEditorValueType"
226
+ },
227
+
228
+ "dxTreeView(.*)": {
229
+ "DataStructure": "TreeViewDataStructure"
230
+ },
231
+
232
+ "dxButtonGroup\\.(.*)": {
233
+ "SingleMultipleOrNone": "ButtonGroupSelectionMode"
234
+ },
235
+
236
+ "dxFileManager(.*)": {
237
+ "DataType": "GridColumnDataType",
238
+ "FileManagerPredefinedContextMenuItem": "FileManagerContextMenuItem",
239
+ "FileManagerPredefinedToolbarItem": "FileManagerToolbarItem",
240
+ "SingleOrMultiple": "FileManagerSelectionMode"
241
+ },
242
+
243
+ "dxDrawer(.*)": {
244
+ "OpenedStateMode": "DrawerOpenedStateMode",
245
+ "PanelLocation": "DrawerPosition",
246
+ "RevealMode": "DrawerRevealMode"
247
+ },
248
+
249
+ "dxList(.*)": {
250
+ "ItemDeleteMode": "ListItemDeleteMode",
251
+ "SingleMultipleAllOrNone": "ListSelectionMode"
252
+ },
253
+
254
+ "dxForm(.*)": {
255
+ "FormItemComponent": "FormItemEditorType",
256
+ "LabelLocation": "FormLabelLocation"
257
+ },
258
+
259
+ "dxBox(.*)": {
260
+ "CrosswiseDistribution": "BoxCrossAlign",
261
+ "Distribution": "BoxAlign"
262
+ },
263
+
264
+ "dxDiagram(.*)": {
265
+ "Orientation": "DiagramDataLayoutOrientation",
266
+ "PageOrientation": "DiagramPageOrientation",
267
+ "AutoZoomMode": "DiagramAutoZoomMode",
268
+ "Command": "DiagramCommand",
269
+ "ConnectorLineEnd": "DiagramConnectorLineEnd",
270
+ "ConnectorLineType": "DiagramConnectorLineType",
271
+ "ConnectorPosition": "DiagramConnectorPosition",
272
+ "DataLayoutType": "DiagramDataLayoutType",
273
+ "ItemType": "DiagramItemType",
274
+ "ModelOperation": "DiagramModelOperation",
275
+ "PanelVisibility": "DiagramPanelVisibility",
276
+ "RequestEditOperationReason": "DiagramRequestEditOperationReason",
277
+ "ShapeCategory": "DiagramShapeCategory",
278
+ "ShapeType": "DiagramShapeType",
279
+ "ToolboxDisplayMode": "DiagramToolboxDisplayMode",
280
+ "Units": "DiagramUnits"
281
+ },
282
+
283
+ "CustomCommand(.*)": {
284
+ "Command": "DiagramCommand"
285
+ },
286
+
287
+ "(dxDataGrid|dxTreeList|dxGantt)(.*)": {
288
+ "ApplyFilterMode": "GridApplyFilterMode",
289
+ "ColumnChooserMode": "GridColumnChooserMode",
290
+ "ColumnResizeMode": "ColumnResizingMode",
291
+ "DataType": "GridColumnDataType",
292
+ "EnterKeyAction": "GridEnterKeyAction",
293
+ "EnterKeyDirection": "GridEnterKeyDirection",
294
+ "FilterOperation": "GridFilterOperations",
295
+ "GridsEditMode": "GridEditMode",
296
+ "GridsEditRefreshMode": "GridEditRefreshMode",
297
+ "GroupExpandMode": "GridGroupingExpandMode",
298
+ "NewRowPosition": "GridNewRowPosition",
299
+ "PagerDisplayMode": "GridPagerDisplayMode",
300
+ "PagerPageSize": "GridPagerPageSize",
301
+ "SelectedFilterOperation": "FilterOperations",
302
+ "SelectionColumnDisplayMode": "GridSelectionShowCheckBoxesMode",
303
+ "StartEditAction": "GridStartEditAction",
304
+ "StateStoreType": "StateStoringType"
305
+ },
306
+
307
+ "(dxDataGrid|dxTreeList)(.*)\\.columnRenderingMode": { "DataRenderMode": "GridColumnRenderingMode" },
308
+
309
+ "(dxDataGrid|dxTreeList)(.*)\\.rowRenderingMode": { "DataRenderMode": "GridRowRenderingMode" },
310
+
311
+ "(dxDataGrid|dxTreeList)(.*)selection(.*)": { "SingleMultipleOrNone": "SelectionMode" },
312
+
313
+ "(dxDataGrid|dxTreeList)(.*)sorting(.*)": { "SingleMultipleOrNone": "GridSortingMode" },
314
+
315
+ "dxDataGrid(.*)": {
316
+ "DataGridCommandColumnType": "GridCommandColumnType",
317
+ "DataGridPredefinedColumnButton": "GridColumnButtonName",
318
+ "DataGridPredefinedToolbarItem": "DataGridToolbarItem",
319
+ "DataGridScrollMode": "GridScrollingMode"
320
+ },
321
+
322
+ "dxTreeList(.*)": {
323
+ "DataStructure": "TreeListDataStructure",
324
+ "ScrollMode": "TreeListScrollingMode",
325
+ "TreeListPredefinedColumnButton": "TreeListColumnButtonName",
326
+ "TreeListPredefinedToolbarItem": "TreeListToolbarItem"
327
+ },
328
+
329
+ "dxGantt(.*)": {
330
+ "GanttPredefinedContextMenuItem": "GanttContextMenuItem",
331
+ "GanttPredefinedToolbarItem": "GanttToolbarItem",
332
+ "SingleMultipleOrNone": "GanttSortingMode"
333
+ },
334
+
335
+ "dxFilterBuilder(.*)": {
336
+ "DataType": "FilterBuilderFieldDataType",
337
+ "FilterBuilderOperation": "FilterBuilderFieldFilterOperations",
338
+ "GroupOperation": "FilterBuilderGroupOperations",
339
+ "RouteMode": "GeoMapRouteMode"
340
+ },
341
+
342
+ "dxPivotGrid(.*)": {
343
+ "PivotGridRowHeaderLayout": "PivotGridRowHeadersLayout",
344
+ "PivotGridTotalDisplayMode": "PivotGridTotalsDisplayMode",
345
+ "ScrollMode": "PivotGridScrollingMode",
346
+ "StateStoreType": "StateStoringType"
347
+ },
348
+
349
+ "(dxChart|dxPolarChart|dxPieChart)\\.(.*)": {
350
+ "SingleOrMultiple": "ChartElementSelectionMode"
351
+ },
352
+
353
+ "dxChart(.*)": {
354
+ "ChartsAxisLabelOverlap": "OverlappingBehavior",
355
+ "ChartsLabelOverlap": "ChartResolveLabelOverlapping"
356
+ },
357
+
358
+ "dxPieChart(.*)": {
359
+ "PieChartLabelOverlap": "PieChartResolveLabelOverlapping",
360
+ "PieChartSegmentDirection": "PieChartSegmentsDirection"
361
+ },
362
+
363
+ "dxCircularGauge(.*)": {
364
+ "CircularGaugeLabelOverlap": "GaugeOverlappingBehavior"
365
+ },
366
+
367
+ "dxFunnel(.*)": {
368
+ "FunnelLabelOverlap": "FunnelResolveLabelOverlapping",
369
+ "LabelPosition": "FunnelLabelPosition"
370
+ },
371
+
372
+ "dxSankey\\.(.*)\\.overlappingBehavior": {
373
+ "TextOverflow": "SankeyLabelOverlappingBehavior"
374
+ },
375
+
376
+ "dxBarGauge(.*)": {
377
+ "LabelOverlap": "BarGaugeResolveLabelOverlapping"
378
+ },
379
+
380
+ "dxPolarChart(.*)\\.overlappingBehavior": {
381
+ "LabelOverlap": "PolarChartOverlappingBehavior"
382
+ },
383
+
384
+ "dxPolarChart(.*)\\.resolveLabelOverlapping": {
385
+ "LabelOverlap": "PolarChartResolveLabelOverlapping"
386
+ },
387
+
388
+ "(dxCircularGauge|dxLinearGauge|dxRangeSelector)(.*)\\.overlappingBehavior": {
389
+ "LabelOverlap": "ScaleLabelOverlappingBehavior"
390
+ },
391
+
392
+ "(dxSparkline|PolarChart)(.*)\\.(pointSymbol|point\\.symbol)": {
393
+ "PointSymbol": "VizPointSymbol"
394
+ },
395
+
396
+ "(.*)\\.overlappingBehavior": {
397
+ "PolarChartOverlapping": "PolarChartOverlappingBehavior"
398
+ },
399
+
400
+ "(.*)\\.resolveLabelOverlapping": {
401
+ "PolarChartOverlapping": "PolarChartResolveLabelOverlapping"
402
+ },
403
+
404
+ "(.*)selection(.*)": { "SingleMultipleOrNone": "SelectionMode" },
405
+
406
+ ".*": {
407
+ "AnimationEaseMode": "VizAnimationEasing",
408
+ "ApplyValueMode": "EditorApplyValueMode",
409
+ "AxisScale": "RangeSelectorAxisScaleType",
410
+ "ButtonStyle": "ButtonStylingMode",
411
+ "ChartAxisScale": "RangeSelectorChartAxisScaleType",
412
+ "ChartsDataType": "ChartDataType",
413
+ "CollisionResolution": "PositionResolveCollision",
414
+ "CollisionResolutionCombination": "PositionResolveCollisionXY",
415
+ "DataChangeType": "GridDataChangeType",
416
+ "DragHighlight": "DropFeedbackMode",
417
+ "DropDownPredefinedButton": "DropDownEditorButtonName",
418
+ "EditorStyle": "EditorStylingMode",
419
+ "FieldChooserLayout": "PivotGridFieldChooserLayout",
420
+ "HatchDirection": "HatchingDirection",
421
+ "LabelMode": "EditorLabelMode",
422
+ "LabelPosition": "PieChartLabelPosition",
423
+ "LegendHoverMode": "ChartLegendHoverMode",
424
+ "LocateInMenuMode": "ToolbarItemLocateInMenuMode",
425
+ "MaskMode": "ShowMaskMode",
426
+ "PageLoadMode": "ListPageLoadMode",
427
+ "Palette": "VizPalette",
428
+ "PaletteColorSet": "VizPaletteColorSet",
429
+ "PaletteExtensionMode": "VizPaletteExtensionMode",
430
+ "PointInteractionMode": "ChartPointInteractionMode",
431
+ "ScrollbarMode": "ShowScrollbarMode",
432
+ "SearchMode": "CollectionSearchMode",
433
+ "SeriesHoverMode": "ChartSeriesHoverMode",
434
+ "SeriesSelectionMode": "ChartSeriesSelectionMode",
435
+ "ShowTextMode": "ToolbarItemShowTextMode",
436
+ "SimplifiedSearchMode": "DropDownSearchMode",
437
+ "SubmenuShowMode": "ShowSubmenuMode",
438
+ "TextBoxPredefinedButton": "TextBoxButtonName",
439
+ "TextOverflow": "VizTextOverflow",
440
+ "Theme": "VizTheme",
441
+ "TimeInterval": "VizTimeInterval",
442
+ "ToolbarItemComponent": "ToolbarItemWidget",
443
+ "ToolbarLocation": "Toolbar",
444
+ "WordWrap": "VizWordWrap"
445
+ }
446
+
447
+ },
448
+
449
+ "ItemsRenamings": {
450
+
451
+ ".*": {
452
+ "dx(.*)": "$1"
453
+ },
454
+
455
+ "(.*FilterOperations|.*SearchMode|ComparisonOperator)": {
456
+ ">=": "greaterThanOrEqual",
457
+ "<=": "lessThanOrEqual",
458
+ "<>": "notEqual",
459
+ "===": "strictEqual",
460
+ "!==": "notStrictEqual",
461
+ "==": "equal",
462
+ "!=": "notEqual",
463
+ "=": "equal",
464
+ ">": "greaterThan",
465
+ "<": "lessThan",
466
+ "startswith": "startsWith",
467
+ "endswith": "endsWith",
468
+ "isblank": "isBlank",
469
+ "isnotblank": "isNotBlank",
470
+ "anyof": "anyOf",
471
+ "noneof": "noneOf",
472
+ "notcontains": "notContains"
473
+ },
474
+
475
+ "(.*Data|DateBox)Type": {
476
+ "datetime": "DateTime"
477
+ },
478
+
479
+ "FirstDayOfWeek": {
480
+ "0": "Sunday",
481
+ "1": "Monday",
482
+ "2": "Tuesday",
483
+ "3": "Wednesday",
484
+ "4": "Thursday",
485
+ "5": "Friday",
486
+ "6": "Saturday"
487
+ },
488
+
489
+ "GaugeOverlappingBehavior": {
490
+ "first": "HideFirstLabel",
491
+ "last": "HideLastLabel"
492
+ },
493
+
494
+ "PieChartSegmentsDirection": {
495
+ "anticlockwise": "AntiClockwise"
496
+ },
497
+
498
+ "PivotGridFieldChooserLayout": {
499
+ "0": "Layout0",
500
+ "1": "Layout1",
501
+ "2": "Layout2"
502
+ },
503
+
504
+ "PositionResolveCollision": {
505
+ "flipfit": "flipFit"
506
+ },
507
+
508
+ "(Series|Sparkline)Type": {
509
+ "fullstackedarea": "FullStackedArea",
510
+ "fullstackedbar": "FullStackedBar",
511
+ "fullstackedline": "FullStackedLine",
512
+ "fullstackedspline": "FullStackedSpline",
513
+ "fullstackedsplinearea": "FullStackedSplineArea",
514
+ "rangearea": "RangeArea",
515
+ "rangebar": "RangeBar",
516
+ "splinearea": "SplineArea",
517
+ "stackedarea": "StackedArea",
518
+ "stackedbar": "StackedBar",
519
+ "stackedline": "StackedLine",
520
+ "stackedspline": "StackedSpline",
521
+ "stackedsplinearea": "StackedSplineArea",
522
+ "steparea": "StepArea",
523
+ "stepline": "StepLine",
524
+ "winloss": "WinLoss"
525
+ },
526
+
527
+ "TextEditorButtonWidget": {
528
+ "dxButton": "Button"
529
+ },
530
+
531
+ "TreeMapLayoutAlgorithm": {
532
+ "sliceanddice": "SliceAndDice"
533
+ },
534
+
535
+ "TreeViewExpandEvent": {
536
+ "dblclick": "dblClick"
537
+ },
538
+
539
+ "VizTheme": {
540
+ "ios7.default": "iOS7Default",
541
+ "generic.darkmoon": "genericDarkMoon",
542
+ "generic.darkviolet": "genericDarkViolet",
543
+ "generic.greenmist": "genericGreenMist",
544
+ "generic.softblue": "genericSoftBlue"
545
+ },
546
+
547
+ "PointSymbol": {
548
+ "^triangle$": null
549
+ },
550
+
551
+ "VizPointSymbol": {
552
+ "^triangleDown$": null,
553
+ "^triangleUp$": null
554
+ }
555
+ }
556
+ }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "devextreme-internal-tools",
3
3
  "description": "DevExtreme internal tools",
4
4
  "author": "Developer Express Inc.",
5
- "version": "14.0.0-beta.5",
5
+ "version": "14.0.0",
6
6
  "license": "MIT",
7
7
  "main": "./index.js",
8
8
  "bin": {