{"id":29007185,"url":"https://github.com/christopherhaws/node-windows-elevate","last_synced_at":"2025-09-02T15:39:44.937Z","repository":{"id":57397857,"uuid":"55373991","full_name":"ChristopherHaws/node-windows-elevate","owner":"ChristopherHaws","description":"Node module to execute a command in an elevated command prompt.","archived":false,"fork":false,"pushed_at":"2023-08-27T16:06:57.000Z","size":19,"stargazers_count":10,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T12:16:12.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ChristopherHaws.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":{"github":"ChristopherHaws"}},"created_at":"2016-04-03T23:19:42.000Z","updated_at":"2023-08-29T10:46:12.000Z","dependencies_parsed_at":"2024-06-18T22:46:39.294Z","dependency_job_id":"aab400c6-0304-4797-a66d-d8adf04f21b6","html_url":"https://github.com/ChristopherHaws/node-windows-elevate","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"9dc0719d9b1a5a94c6d3840e3aceed0e93629381"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChristopherHaws/node-windows-elevate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherHaws%2Fnode-windows-elevate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherHaws%2Fnode-windows-elevate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherHaws%2Fnode-windows-elevate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherHaws%2Fnode-windows-elevate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChristopherHaws","download_url":"https://codeload.github.com/ChristopherHaws/node-windows-elevate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherHaws%2Fnode-windows-elevate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261879323,"owners_count":23223739,"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":[],"created_at":"2025-06-25T13:07:31.612Z","updated_at":"2025-06-25T13:07:33.131Z","avatar_url":"https://github.com/ChristopherHaws.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ChristopherHaws"],"categories":[],"sub_categories":[],"readme":"# windows-elevate\n\nNode module to execute a command in an elevated command prompt.\n\n## Install\n\n\tnpm install --save windows-elevate\n\n## Execute a command\n```\nvar elevate = require('windows-elevate');\n\nelevate.exec('echo', 'Hello World', function(error, stdout, stderror) {\n\tif (error) {\n\t\tconsole.error('Failed!');\n\t\treturn;\n\t}\n\n\tconsole.log('Success!');\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristopherhaws%2Fnode-windows-elevate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristopherhaws%2Fnode-windows-elevate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristopherhaws%2Fnode-windows-elevate/lists"}