@nodert-win11/windows.ui.viewmanagement
Version:
Use the Windows.UI.ViewManagement UWP API directly from Node.js
65 lines (64 loc) • 2.01 kB
JSON
{
"name": "@nodert-win11/windows.ui.viewmanagement",
"version": "0.1.6",
"description": "Use the Windows.UI.ViewManagement UWP API directly from Node.js",
"main": "lib/main.js",
"keywords": [
"Windows.UI.ViewManagement",
"Windows",
"UI",
"ViewManagement",
"AccessibilitySettings",
"ActivationViewSwitcher",
"ApplicationView",
"ApplicationViewConsolidatedEventArgs",
"ApplicationViewScaling",
"ApplicationViewSwitcher",
"ApplicationViewTitleBar",
"ApplicationViewTransferContext",
"InputPane",
"InputPaneVisibilityEventArgs",
"ProjectionManager",
"StatusBar",
"StatusBarProgressIndicator",
"UISettings",
"UISettingsAnimationsEnabledChangedEventArgs",
"UISettingsAutoHideScrollBarsChangedEventArgs",
"UISettingsMessageDurationChangedEventArgs",
"UIViewSettings",
"ViewModePreferences",
"ApplicationViewBoundsMode",
"ApplicationViewMode",
"ApplicationViewOrientation",
"ApplicationViewState",
"ApplicationViewSwitchingOptions",
"ApplicationViewWindowingMode",
"FullScreenSystemOverlayMode",
"HandPreference",
"UIColorType",
"UIElementType",
"UserInteractionMode",
"ViewSizePreference",
"ViewManagementViewScalingContract",
"NodeRT",
"WinRT",
"Microsoft"
],
"dependencies": {
"nan": "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/demosjarco/NodeRT.git"
},
"homepage": "https://github.com/demosjarco/NodeRT/tree/vs2022",
"author": "Generated by NodeRT (modified)",
"contributors": [
"nadavbar <nadavbar@gmail.com> (http://www.nadavos.com)",
"Felix Rieseberg <felix@felixrieseberg.com> (https://www.felix.fun)",
"MaySoMusician <maysomusician@gmail.com> (https://msmsm.work/)",
"DemosJarco <1209494+demosjarco@users.noreply.github.com> (https://github.com/demosjarco)"
],
"gypfile": true,
"license": "Apache-2.0"
}