{"id":19228199,"url":"https://github.com/taritsyn/javascriptengineswitcher","last_synced_at":"2025-05-14T03:08:23.936Z","repository":{"id":10424686,"uuid":"12585871","full_name":"Taritsyn/JavaScriptEngineSwitcher","owner":"Taritsyn","description":"JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScript engine.","archived":false,"fork":false,"pushed_at":"2025-04-04T10:06:17.000Z","size":884381,"stargazers_count":457,"open_issues_count":3,"forks_count":49,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-06T16:01:08.766Z","etag":null,"topics":["adapters","chakracore","dotnet","ecmascript","javascript","javascript-engine","jering-javascript-nodejs","jint","jurassic","microsoft-clearscript","msie","nil-js","nodejs","v8","vroomjs","yantrajs"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Taritsyn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2013-09-04T08:31:24.000Z","updated_at":"2025-04-04T10:06:23.000Z","dependencies_parsed_at":"2023-01-16T19:46:27.422Z","dependency_job_id":"2b8c2e5b-2816-41c3-8f3e-05a12b500b17","html_url":"https://github.com/Taritsyn/JavaScriptEngineSwitcher","commit_stats":{"total_commits":749,"total_committers":8,"mean_commits":93.625,"dds":"0.010680907877169576","last_synced_commit":"8057868758c8a5c7a2e538279a9e29c3674c4deb"},"previous_names":[],"tags_count":249,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taritsyn%2FJavaScriptEngineSwitcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taritsyn%2FJavaScriptEngineSwitcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taritsyn%2FJavaScriptEngineSwitcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taritsyn%2FJavaScriptEngineSwitcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Taritsyn","download_url":"https://codeload.github.com/Taritsyn/JavaScriptEngineSwitcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248759463,"owners_count":21157169,"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":["adapters","chakracore","dotnet","ecmascript","javascript","javascript-engine","jering-javascript-nodejs","jint","jurassic","microsoft-clearscript","msie","nil-js","nodejs","v8","vroomjs","yantrajs"],"created_at":"2024-11-09T15:27:10.002Z","updated_at":"2025-04-13T18:25:54.920Z","avatar_url":"https://github.com/Taritsyn.png","language":"C#","readme":"JavaScript Engine Switcher [![NuGet version](http://img.shields.io/nuget/v/JavaScriptEngineSwitcher.Core.svg)](https://www.nuget.org/packages/JavaScriptEngineSwitcher.Core/)  [![Download count](https://img.shields.io/nuget/dt/JavaScriptEngineSwitcher.Core.svg)](https://www.nuget.org/packages/JavaScriptEngineSwitcher.Core/)\n==========================\n\nJavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines ([ChakraCore](https://github.com/chakra-core/ChakraCore), [Jint](https://github.com/sebastienros/jint), [Jurassic](https://github.com/paulbartrum/jurassic), [MSIE JavaScript Engine for .NET](https://github.com/Taritsyn/MsieJavaScriptEngine), [NiL.JS](https://github.com/nilproject/NiL.JS), [Jering.Javascript.NodeJS](https://github.com/JeringTech/Javascript.NodeJS), [Microsoft ClearScript.V8](https://github.com/Microsoft/ClearScript), [VroomJs](https://github.com/pauldotknopf/vroomjs-core) and [YantraJS](https://yantrajs.com)).\nThis library allows you to quickly and easily switch to using of another JavaScript engine.\n\nThe supported .NET types are as follows:\n\n * `JavaScriptEngineSwitcher.Core.Undefined`\n * `System.Boolean`\n * `System.Int32`\n * `System.Double`\n * `System.String`\n\n## Installation\nThis library can be installed through NuGet:\n\n### Core\n * [JS Engine Switcher: Core](http://nuget.org/packages/JavaScriptEngineSwitcher.Core) (supports .NET Framework 4.0 Client, .NET Framework 4.5, .NET Standard 1.3 and .NET Standard 2.0)\n * [JS Engine Switcher: MS Dependency Injection](http://nuget.org/packages/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection) (supports .NET Framework 4.5, .NET Standard 1.3 and .NET Standard 2.0)\n\n### JS engines\n * [JS Engine Switcher: ChakraCore](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore) (supports .NET Framework 4.0 Client, .NET Framework 4.5, .NET Framework 4.7.1, .NET Standard 1.3, .NET Standard 2.0 and .NET Standard 2.1)\n   * [Windows (x86)](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.win-x86)\n   * [Windows (x64)](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.win-x64)\n   * [Windows (ARM)](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.win-arm)\n   * [Windows (ARM64)](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64)\n   * [Linux (x64)](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64)\n   * [OS X (x64)](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64)\n * [JS Engine Switcher: Jint](http://nuget.org/packages/JavaScriptEngineSwitcher.Jint) (supports .NET Framework 4.6.2, .NET Standard 2.0, .NET Standard 2.1 and .NET 8)\n * [JS Engine Switcher: Jurassic](http://nuget.org/packages/JavaScriptEngineSwitcher.Jurassic) (supports .NET Framework 4.0 Client, .NET Framework 4.5 and .NET Standard 2.0)\n * [JS Engine Switcher: MSIE](http://nuget.org/packages/JavaScriptEngineSwitcher.Msie) (supports .NET Framework 4.0 Client, .NET Framework 4.5, .NET Standard 1.3 and .NET Standard 2.0)\n * [JS Engine Switcher: NiL](http://nuget.org/packages/JavaScriptEngineSwitcher.NiL) (supports .NET Framework 4.6.1, .NET Framework 4.8, .NET Core App 3.1, .NET 5.0, .NET 6, .NET 7 and .NET 8)\n * [JS Engine Switcher: Node](http://nuget.org/packages/JavaScriptEngineSwitcher.Node) (supports .NET Framework 4.6.1, .NET Standard 2.0, .NET Core App 3.1, .NET 5.0, .NET 6 and .NET 7)\n * [JS Engine Switcher: V8](http://nuget.org/packages/JavaScriptEngineSwitcher.V8) (supports .NET Framework 4.6.2, .NET Framework 4.7.1, .NET Standard 2.1, .NET Core App 3.1 and .NET 5.0)\n   * [Microsoft ClearScript.V8 for Windows (x86)](https://www.nuget.org/packages/Microsoft.ClearScript.V8.Native.win-x86)\n   * [Microsoft ClearScript.V8 for Windows (x64)](https://www.nuget.org/packages/Microsoft.ClearScript.V8.Native.win-x64)\n   * [Microsoft ClearScript.V8 for Windows (ARM64)](https://www.nuget.org/packages/Microsoft.ClearScript.V8.Native.win-arm64)\n   * [Microsoft ClearScript.V8 for Linux (x64)](https://www.nuget.org/packages/Microsoft.ClearScript.V8.Native.linux-x64)\n   * [Microsoft ClearScript.V8 for Linux (ARM)](https://www.nuget.org/packages/Microsoft.ClearScript.V8.Native.linux-arm)\n   * [Microsoft ClearScript.V8 for Linux (ARM64)](https://www.nuget.org/packages/Microsoft.ClearScript.V8.Native.linux-arm64)\n   * [Microsoft ClearScript.V8 for OS X (x64)](https://www.nuget.org/packages/Microsoft.ClearScript.V8.Native.osx-x64)\n   * [Microsoft ClearScript.V8 for OS X (ARM64)](https://www.nuget.org/packages/Microsoft.ClearScript.V8.Native.osx-arm64)\n * [JS Engine Switcher: Vroom](http://nuget.org/packages/JavaScriptEngineSwitcher.Vroom) (supports .NET Framework 4.0 Client, .NET Framework 4.5, .NET Framework 4.7.1, .NET Standard 1.6 and .NET Standard 2.0)\n * [JS Engine Switcher: Yantra](http://nuget.org/packages/JavaScriptEngineSwitcher.Yantra) (supports .NET Standard 2.0 and .NET Standard 2.1)\n\nIf you have used the JavaScript Engine Switcher version 2.X, then I recommend to first read [“How to upgrade applications to version 3.X”](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/How-to-upgrade-applications-to-version-3.X) section of the documentation.\n\n## Documentation\nDocumentation is located on the [wiki](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki) of this Repo.\n\n## Release History\nSee the [changelog](CHANGELOG.md).\n\n## License\n[Apache License Version 2.0](http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE.txt)\n\n## Who's Using JavaScript Engine Switcher\nIf you use the JavaScript Engine Switcher in some project, please send me a message so I can include it in this list:\n\n * [AbundantMusic.NET](https://github.com/Connor14/AbundantMusic.NET) by Connor Schmidt\n * [Autoprefixer Host for .NET](https://github.com/Taritsyn/AutoprefixerHost) by Andrey Taritsyn\n * [Bundle Transformer](https://github.com/Taritsyn/BundleTransformer) by Andrey Taritsyn\n * [Cruncher](https://github.com/JimBobSquarePants/Cruncher) by James South\n * [Dart Sass Host for .NET](https://github.com/Taritsyn/DartSassHost) by Andrey Taritsyn\n * [E.F.F.C JavaScriptEngineSwitcher Extention Lib](https://github.com/redwolf0817/EFFC.JavaScriptEngineSwitcher.Extention) by ItTrending\n * [GFMParserSample.Net](https://github.com/mad4-red/GFMParserSample.Net)\n * [JSPool](http://dan.cx/projects/jspool) by Daniel Lo Nigro\n * [ProteanCMS](https://github.com/Eonic/ProteanCMS) by Trevor Spink\n * [QSI](https://github.com/chequer-io/qsi)\n * [ReactJS.NET](http://reactjs.net/) by Daniel Lo Nigro\n * [SSR.Net](https://github.com/knowit/SSR.Net)\n * [Statiq Framework](https://statiq.dev/framework) (formerly known as [Wyam](http://wyam.io/))\n * [T1.Scripts](http://nuget.org/packages/T1.Scripts)\n * [VIEApps.Services.Base](https://github.com/vieapps/Services.Base)\n * [YouTubeStreamsExtractor](https://github.com/tmk907/YouTubeStreamsExtractor)\n * [zxcvbn.net](https://github.com/darcythomas/zxcvbn.net) by Darcy Thomas","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaritsyn%2Fjavascriptengineswitcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaritsyn%2Fjavascriptengineswitcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaritsyn%2Fjavascriptengineswitcher/lists"}