{"id":17398432,"url":"https://github.com/vweevers/windows-bin","last_synced_at":"2026-05-07T18:47:58.662Z","repository":{"id":66220595,"uuid":"53736840","full_name":"vweevers/windows-bin","owner":"vweevers","description":"Find native Windows executables","archived":false,"fork":false,"pushed_at":"2021-11-27T13:03:37.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T11:42:22.385Z","etag":null,"topics":["nodejs","utility","windows","wow64"],"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/vweevers.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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":"2016-03-12T14:52:43.000Z","updated_at":"2024-04-27T14:56:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a9c47f3-4737-4775-82a0-47696390b58a","html_url":"https://github.com/vweevers/windows-bin","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"367c022f1f5ba7d439e66c785160eedabbbd15be"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwindows-bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwindows-bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwindows-bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwindows-bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vweevers","download_url":"https://codeload.github.com/vweevers/windows-bin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246237436,"owners_count":20745348,"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":["nodejs","utility","windows","wow64"],"created_at":"2024-10-16T14:56:23.382Z","updated_at":"2026-05-07T18:47:58.576Z","avatar_url":"https://github.com/vweevers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# windows-bin\r\n\r\n**Find Windows core executables like `cscript`, preferring the native 64-bit version regardless of Node.js bitness. Because by default, when running 32-bit Node.js, Windows would redirect to 32-bit [WoW64](https://en.wikipedia.org/wiki/WoW64) executables.**\r\n\r\n[![npm status](http://img.shields.io/npm/v/windows-bin.svg)](https://www.npmjs.org/package/windows-bin)\r\n[![AppVeyor build status](https://img.shields.io/appveyor/ci/vweevers/windows-bin.svg)](https://ci.appveyor.com/project/vweevers/windows-bin)\r\n[![Standard](https://img.shields.io/badge/standard-informational?logo=javascript\u0026logoColor=fff)](https://standardjs.com)\r\n\r\n## Usage\r\n\r\n```js\r\nconst bin = require('windows-bin')\r\n\r\n// C:\\Windows\\Sysnative\\cscript.exe\r\nbin('cscript', function(err, path) {\r\n  console.log(path)\r\n})\r\n\r\n// C:\\Windows\\system32\\cscript.exe\r\nbin('cscript', { native: false }, function(err, path) {\r\n  console.log(path)\r\n})\r\n```\r\n\r\n## Install\r\n\r\nWith [npm](https://npmjs.org) do:\r\n\r\n```\r\nnpm install windows-bin\r\n```\r\n\r\n## License\r\n\r\n[MIT](LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fwindows-bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvweevers%2Fwindows-bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fwindows-bin/lists"}