UNPKG

electron-windows-security

Version:

Use the Windows.Security.Credentials.UI UWP API directly from Node.js

47 lines (46 loc) 1.33 kB
{ "name": "electron-windows-security", "version": "0.0.7", "description": "Use the Windows.Security.Credentials.UI UWP API directly from Node.js", "main": "lib/main.js", "scripts": { "install": "" }, "files": ["lib"], "typings": "lib/NodeRT_Windows_Security_Credentials_UI.d.ts", "keywords": [ "Windows.Security.Credentials.UI", "Windows", "Security", "Credentials", "UI", "CredentialPicker", "CredentialPickerOptions", "CredentialPickerResults", "UserConsentVerifier", "AuthenticationProtocol", "CredentialSaveOption", "UserConsentVerificationResult", "UserConsentVerifierAvailability", "NodeRT", "WinRT", "Microsoft" ], "dependencies": { "nan": "2.20.0" }, "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": false, "license": "Apache-2.0" }