{"id":17398482,"url":"https://github.com/vweevers/win-find-jscript-compiler","last_synced_at":"2025-04-12T10:13:38.999Z","repository":{"id":55828223,"uuid":"134078847","full_name":"vweevers/win-find-jscript-compiler","owner":"vweevers","description":"Find .NET's jsc.exe on Windows.","archived":false,"fork":false,"pushed_at":"2020-12-11T17:49:45.000Z","size":2,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T10:13:28.956Z","etag":null,"topics":["dotnet","jsc","jscript","nodejs"],"latest_commit_sha":null,"homepage":"","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}},"created_at":"2018-05-19T16:26:32.000Z","updated_at":"2025-01-12T02:32:31.000Z","dependencies_parsed_at":"2022-08-15T07:31:18.385Z","dependency_job_id":null,"html_url":"https://github.com/vweevers/win-find-jscript-compiler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwin-find-jscript-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwin-find-jscript-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwin-find-jscript-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fwin-find-jscript-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vweevers","download_url":"https://codeload.github.com/vweevers/win-find-jscript-compiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550633,"owners_count":21122934,"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":["dotnet","jsc","jscript","nodejs"],"created_at":"2024-10-16T14:57:14.976Z","updated_at":"2025-04-12T10:13:38.980Z","avatar_url":"https://github.com/vweevers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# win-find-jscript-compiler\n\n**Find .NET\u0026#39;s `jsc.exe` on Windows. Noop on other platforms.**\n\n[![npm status](http://img.shields.io/npm/v/win-find-jscript-compiler.svg?style=flat-square)](https://www.npmjs.org/package/win-find-jscript-compiler)\n[![node](https://img.shields.io/node/v/win-find-jscript-compiler.svg?style=flat-square)](https://www.npmjs.org/package/win-find-jscript-compiler)\n[![AppVeyor build status](https://img.shields.io/appveyor/ci/vweevers/win-find-jscript-compiler.svg?style=flat-square\u0026label=appveyor)](https://ci.appveyor.com/project/vweevers/win-find-jscript-compiler)\n[![Dependency status](https://img.shields.io/david/vweevers/win-find-jscript-compiler.svg?style=flat-square)](https://david-dm.org/vweevers/win-find-jscript-compiler)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)\n\n## usage\n\n```js\nconst jsc = require('win-find-jscript-compiler')\n\njsc(function (err, results) {\n  if (err) throw err\n\n  console.log(results)\n})\n```\n\nOutput (latest version and x64 sorts last):\n\n```\n[ { dotnet: '2.0.50727',\n    path: 'C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/jsc.exe',\n    cpu: 'x86' },\n  { dotnet: '2.0.50727',\n    path: 'C:/WINDOWS/Microsoft.NET/Framework64/v2.0.50727/jsc.exe',\n    cpu: 'x64' },\n  { dotnet: '4.0.30319',\n    path: 'C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/jsc.exe',\n    cpu: 'x86' },\n  { dotnet: '4.0.30319',\n    path: 'C:/WINDOWS/Microsoft.NET/Framework64/v4.0.30319/jsc.exe',\n    cpu: 'x64' } ]\n```\n\n## install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install win-find-jscript-compiler\n```\n\n## license\n\n[MIT](http://opensource.org/licenses/MIT) © Vincent Weevers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fwin-find-jscript-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvweevers%2Fwin-find-jscript-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fwin-find-jscript-compiler/lists"}