{"id":15681789,"url":"https://github.com/aldaviva/lock-your-windows","last_synced_at":"2025-05-07T10:34:34.605Z","repository":{"id":48956850,"uuid":"80277985","full_name":"Aldaviva/lock-your-windows","owner":"Aldaviva","description":"🔐 Activate the Windows lock screen (Win+L), or check if Windows is currently locked.","archived":false,"fork":false,"pushed_at":"2023-03-22T08:21:17.000Z","size":292,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T10:34:09.700Z","etag":null,"topics":["lock","lockscreen","win32","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aldaviva.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://paypal.me/aldaviva"]}},"created_at":"2017-01-28T10:20:04.000Z","updated_at":"2024-05-28T23:45:49.000Z","dependencies_parsed_at":"2024-06-21T13:09:26.093Z","dependency_job_id":null,"html_url":"https://github.com/Aldaviva/lock-your-windows","commit_stats":{"total_commits":4,"total_committers":3,"mean_commits":"1.3333333333333333","dds":0.5,"last_synced_commit":"df3e19149ee08a813a2bd40e8b30319f264029f4"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aldaviva%2Flock-your-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aldaviva%2Flock-your-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aldaviva%2Flock-your-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aldaviva%2Flock-your-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aldaviva","download_url":"https://codeload.github.com/Aldaviva/lock-your-windows/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252860217,"owners_count":21815481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lock","lockscreen","win32","windows"],"created_at":"2024-10-03T16:59:56.318Z","updated_at":"2025-05-07T10:34:34.571Z","avatar_url":"https://github.com/Aldaviva.png","language":"C++","readme":"lock-your-windows\n============\n\nActivate the Windows lock screen (Win+L), or check if Windows is currently locked.\n\n## Requirements\n\n- [Node.js and NPM](https://nodejs.org/en/)\n- [node-gyp](https://www.npmjs.com/package/node-gyp)\n- [Visual Studio](https://www.visualstudio.com/downloads/) (tested on 2015 Community Edition)\n- [Windows 8.1 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-8-1-sdk)\n\n## Installation\n```bash\nnpm install --save lock-your-windows\n```\n\n## Usage\n\n```javascript\nvar lockYourWindows = require('lock-your-windows');\n\nvar isLocked = lockYourWindows.isLocked();\nconsole.log(\"Windows is currently \"+(isLocked ? \"locked\" : \"unlocked\"));\n\nconsole.log(\"Locking Windows...\");\nlockYourWindows.lock();\n```\n\n## Developing\n\n### Recompile the native C++ addon\n\n```bash\nnode-gyp rebuild\n```\n\n### Run tests\n\n```bash\nnpm test\n```","funding_links":["https://paypal.me/aldaviva"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faldaviva%2Flock-your-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faldaviva%2Flock-your-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faldaviva%2Flock-your-windows/lists"}