{"id":18925454,"url":"https://github.com/reg499/node-mutex-checker","last_synced_at":"2026-01-08T04:16:07.184Z","repository":{"id":256750216,"uuid":"856312608","full_name":"reg499/node-mutex-checker","owner":"reg499","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-22T13:00:37.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T21:42:33.504Z","etag":null,"topics":["mutex","mutex-control"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reg499.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-09-12T11:16:52.000Z","updated_at":"2024-10-12T19:19:08.000Z","dependencies_parsed_at":"2024-09-12T22:38:16.999Z","dependency_job_id":"c3664132-9d48-4435-96ad-339e15bf0edf","html_url":"https://github.com/reg499/node-mutex-checker","commit_stats":null,"previous_names":["reg499/node-mutex-checker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reg499%2Fnode-mutex-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reg499%2Fnode-mutex-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reg499%2Fnode-mutex-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reg499%2Fnode-mutex-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reg499","download_url":"https://codeload.github.com/reg499/node-mutex-checker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625564,"owners_count":21135518,"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":["mutex","mutex-control"],"created_at":"2024-11-08T11:11:35.945Z","updated_at":"2026-01-08T04:16:07.156Z","avatar_url":"https://github.com/reg499.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Node Mutex Checker](https://www.npmjs.com/package/node-mutex-checker)\n\nA Node.js addon to check and create mutexes on Windows systems using C++ bindings. This project provides the functionality to check for the existence of a mutex on the system and create a new mutex if needed.\n\n```bash\nnpm i node-mutex-checker\n```\n\n## Usage\n\n```javascript\nconst { createMutex, checkMutex } = require(\"node-mutex-checker\");\n\nconst mutexName = \"mutex123\";\n\nconst created = createMutex(mutexName);\nconsole.log(`Mutex created: ${created}`);\n\nconst exists = checkMutex(mutexName);\nconsole.log(`Mutex exists: ${exists}`);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freg499%2Fnode-mutex-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freg499%2Fnode-mutex-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freg499%2Fnode-mutex-checker/lists"}