{"id":17398470,"url":"https://github.com/vweevers/win-version-info","last_synced_at":"2025-06-21T11:05:11.872Z","repository":{"id":6133037,"uuid":"54831507","full_name":"vweevers/win-version-info","owner":"vweevers","description":"Windows-only native addon to read version info from executables.","archived":false,"fork":false,"pushed_at":"2024-01-01T01:57:34.000Z","size":67,"stargazers_count":19,"open_issues_count":5,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T13:53:17.111Z","etag":null,"topics":["exe","metadata","nodejs","pe","windows"],"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/vweevers.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":"2016-03-27T14:10:56.000Z","updated_at":"2024-10-16T16:59:12.000Z","dependencies_parsed_at":"2024-06-18T17:11:20.208Z","dependency_job_id":null,"html_url":"https://github.com/vweevers/win-version-info","commit_stats":{"total_commits":87,"total_committers":5,"mean_commits":17.4,"dds":0.1954022988505747,"last_synced_commit":"5d03f5ab2367ac0c3102fc00f5d651a438ea26a3"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/vweevers/win-version-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwin-version-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwin-version-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwin-version-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwin-version-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vweevers","download_url":"https://codeload.github.com/vweevers/win-version-info/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwin-version-info/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261110603,"owners_count":23111063,"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":["exe","metadata","nodejs","pe","windows"],"created_at":"2024-10-16T14:57:03.723Z","updated_at":"2025-06-21T11:05:06.858Z","avatar_url":"https://github.com/vweevers.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# win-version-info\n\n**Windows-only native addon to read version info from executables. A noop on other platforms.**\n\n[![npm status](http://img.shields.io/npm/v/win-version-info.svg)](https://www.npmjs.org/package/win-version-info)\n[![Node version](https://img.shields.io/node/v/win-version-info.svg)](https://www.npmjs.com/package/win-version-info)\n[![Test](https://img.shields.io/github/workflow/status/vweevers/win-version-info/Test?label=test)](https://github.com/vweevers/win-version-info/actions/workflows/test.yml)\n[![Standard](https://img.shields.io/badge/standard-informational?logo=javascript\\\u0026logoColor=fff)](https://standardjs.com)\n[![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org)\n\n## Example\n\n```js\nconst vi = require('win-version-info')\nconsole.log(vi(process.argv[2]))\n```\n\n```\n\u003e node example \"C:\\Program Files (x86)\\Firefox Developer Edition\\firefox.exe\"\n{ FileVersion: '46.0.0.5903',\n  LegalCopyright: '©Firefox and Mozilla Developers; available under the MPL 2 license.',\n  CompanyName: 'Mozilla Corporation',\n  FileDescription: 'FirefoxDeveloperEdition',\n  ProductVersion: '46.0a2',\n  InternalName: 'FirefoxDeveloperEdition',\n  LegalTrademarks: 'Firefox is a Trademark of The Mozilla Foundation.',\n  OriginalFilename: 'firefox.exe',\n  ProductName: 'FirefoxDeveloperEdition',\n  BuildID: '20160229004006' }\n```\n\n## Install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install win-version-info\n```\n\n## License\n\n[MIT](./LICENSE). The main body of this project comes from [ShowVer](http://www.codeproject.com/Articles/2457/ShowVer-exe-command-line-VERSIONINFO-display-progr) © Ted Peck 2002. Converting between UTF-16 and UTF-8 made possible by [UTF8Conversion](https://code.msdn.microsoft.com/C-UTF-8-Conversion-Helpers-22c0a664) ([Apache License 2.0](http://spdx.org/licenses/Apache-2.0.html)) © 2011 Giovanni Dicanio.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fwin-version-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvweevers%2Fwin-version-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fwin-version-info/lists"}