codekingpro commited on
Commit
8b2c3bf
·
verified ·
1 Parent(s): ca26373

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. msbuild/MSBuild.exe.config +176 -0
  2. msbuild/Microsoft.Managed.targets +20 -0
  3. msbuild/Microsoft.NET.StringTools.dll +0 -0
  4. msbuild/Microsoft.NET.props +43 -0
  5. msbuild/Microsoft.NETFramework.CurrentVersion.props +127 -0
  6. msbuild/Microsoft.NETFramework.CurrentVersion.targets +136 -0
  7. msbuild/Microsoft.NETFramework.props +23 -0
  8. msbuild/Microsoft.NETFramework.targets +23 -0
  9. msbuild/Microsoft.ServiceModel.targets +15 -0
  10. msbuild/Microsoft.VisualBasic.CrossTargeting.targets +24 -0
  11. msbuild/Microsoft.VisualBasic.CurrentVersion.targets +377 -0
  12. msbuild/Microsoft.VisualBasic.targets +38 -0
  13. msbuild/Microsoft.VisualStudioVersion.v11.Common.props +19 -0
  14. msbuild/Microsoft.VisualStudioVersion.v12.Common.props +19 -0
  15. msbuild/Microsoft.VisualStudioVersion.v14.Common.props +19 -0
  16. msbuild/Microsoft.WinFx.targets +15 -0
  17. msbuild/Microsoft.WorkflowBuildExtensions.targets +38 -0
  18. msbuild/Microsoft.Xaml.targets +22 -0
  19. msbuild/System.Buffers.dll +0 -0
  20. msbuild/System.Resources.Extensions.dll +0 -0
  21. msbuild/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  22. msbuild/System.Security.Principal.Windows.dll +0 -0
  23. msbuild/System.Text.Encodings.Web.dll +0 -0
  24. msbuild/System.Text.Json.SourceGeneration.resources.dll +0 -0
  25. msbuild/System.Threading.Tasks.Extensions.dll +0 -0
  26. msbuild/System.ValueTuple.dll +0 -0
  27. msbuild/Workflow.Targets +15 -0
  28. msbuild/Workflow.VisualBasic.Targets +15 -0
  29. msbuild/mscorlib.dll +0 -0
  30. msvc/setup_x64.bat +14 -0
  31. msvc/setup_x86.bat +14 -0
  32. node/CHANGELOG.md +1430 -0
  33. node/LICENSE +0 -0
  34. node/README.md +921 -0
  35. node/install_tools.bat +66 -0
  36. node/nodevars.bat +24 -0
  37. node/npm +65 -0
  38. node/npm.cmd +20 -0
  39. node/npm.ps1 +50 -0
  40. node/npx +65 -0
  41. node/npx.cmd +20 -0
  42. node/npx.ps1 +50 -0
  43. node24/CHANGELOG.md +1400 -0
  44. node24/LICENSE +0 -0
  45. node24/README.md +927 -0
  46. node24/corepack +12 -0
  47. node24/corepack.cmd +7 -0
  48. node24/install_tools.bat +66 -0
  49. node24/nodevars.bat +24 -0
  50. node24/npm +65 -0
msbuild/MSBuild.exe.config ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <configuration>
3
+ <configSections>
4
+ <section name="msbuildToolsets" type="Microsoft.Build.Evaluation.ToolsetConfigurationSection, Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
5
+ </configSections>
6
+ <startup useLegacyV2RuntimeActivationPolicy="true">
7
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
8
+ </startup>
9
+ <runtime>
10
+ <DisableFXClosureWalk enabled="true" />
11
+ <DeferFXClosureWalk enabled="true" />
12
+ <generatePublisherEvidence enabled="false" />
13
+ <ThreadPool_UnfairSemaphoreSpinLimit enabled="0" />
14
+ <AppContextSwitchOverrides value="Switch.System.Security.Cryptography.UseLegacyFipsThrow=false" />
15
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
16
+ <dependentAssembly>
17
+ <assemblyIdentity name="Microsoft.Build.Framework" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
18
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
19
+ </dependentAssembly>
20
+ <dependentAssembly>
21
+ <assemblyIdentity name="Microsoft.Build" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
22
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
23
+ </dependentAssembly>
24
+ <dependentAssembly>
25
+ <assemblyIdentity name="Microsoft.Build.Tasks.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
26
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
27
+ </dependentAssembly>
28
+ <dependentAssembly>
29
+ <assemblyIdentity name="Microsoft.Build.Utilities.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
30
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
31
+ </dependentAssembly>
32
+ <dependentAssembly>
33
+ <assemblyIdentity name="Microsoft.Build.Engine" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
34
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
35
+ </dependentAssembly>
36
+ <dependentAssembly>
37
+ <assemblyIdentity name="Microsoft.Build.Conversion.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
38
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
39
+ </dependentAssembly>
40
+ <!-- Redirects for assemblies redistributed by MSBuild (in the .vsix). -->
41
+ <dependentAssembly>
42
+ <assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
43
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
44
+ </dependentAssembly>
45
+ <dependentAssembly>
46
+ <assemblyIdentity name="Microsoft.NET.StringTools" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
47
+ <bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
48
+ </dependentAssembly>
49
+ <dependentAssembly>
50
+ <assemblyIdentity name="Microsoft.NET.StringTools.net35" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
51
+ <bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
52
+ </dependentAssembly>
53
+ <dependentAssembly>
54
+ <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
55
+ <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
56
+ </dependentAssembly>
57
+ <!-- Pull plugins that reference SCI up to our version in case they depended on our copy of the older version -->
58
+ <dependentAssembly>
59
+ <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
60
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
61
+ </dependentAssembly>
62
+ <dependentAssembly>
63
+ <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
64
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
65
+ </dependentAssembly>
66
+ <dependentAssembly>
67
+ <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
68
+ <bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
69
+ </dependentAssembly>
70
+ <dependentAssembly>
71
+ <assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
72
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
73
+ </dependentAssembly>
74
+ <dependentAssembly>
75
+ <assemblyIdentity name="System.Reflection.MetadataLoadContext" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
76
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
77
+ </dependentAssembly>
78
+ <dependentAssembly>
79
+ <assemblyIdentity name="System.Resources.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
80
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
81
+ </dependentAssembly>
82
+ <dependentAssembly>
83
+ <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
84
+ <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
85
+ </dependentAssembly>
86
+ <dependentAssembly>
87
+ <assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
88
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
89
+ </dependentAssembly>
90
+ <dependentAssembly>
91
+ <assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
92
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
93
+ </dependentAssembly>
94
+ <dependentAssembly>
95
+ <assemblyIdentity name="System.Threading.Tasks.Dataflow" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
96
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
97
+ </dependentAssembly>
98
+ <dependentAssembly>
99
+ <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
100
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
101
+ </dependentAssembly>
102
+ <dependentAssembly>
103
+ <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
104
+ <!-- It is unusual to redirect down, but in this case it's ok: 4.0.3.0 forwards
105
+ to 4.0.0.0 in the GAC, so this just removes the need to redistribute a file
106
+ and makes that resolution faster. -->
107
+ <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.0.0" />
108
+ </dependentAssembly>
109
+ <!-- Redirects for components dropped by Visual Studio -->
110
+ <dependentAssembly>
111
+ <assemblyIdentity name="Microsoft.Activities.Build" culture="neutral" publicKeyToken="31bf3856ad364e35" />
112
+ <bindingRedirect oldVersion="4.0.0.0" newVersion="17.0.0.0" />
113
+ <codeBase version="17.0.0.0" href=".\amd64\Microsoft.Activities.Build.dll" />
114
+ </dependentAssembly>
115
+ <dependentAssembly>
116
+ <assemblyIdentity name="XamlBuildTask" culture="neutral" publicKeyToken="31bf3856ad364e35" />
117
+ <bindingRedirect oldVersion="4.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
118
+ <codeBase version="17.0.0.0" href=".\amd64\XamlBuildTask.dll" />
119
+ </dependentAssembly>
120
+ <!-- Workaround for crash in C++ CodeAnalysis scenarios due to https://github.com/dotnet/msbuild/issues/1675 -->
121
+ <dependentAssembly>
122
+ <assemblyIdentity name="FxCopTask" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
123
+ <codeBase version="17.0.0.0" href="..\..\Microsoft\VisualStudio\v17.0\CodeAnalysis\FxCopTask.dll" />
124
+ </dependentAssembly>
125
+ <dependentAssembly>
126
+ <assemblyIdentity name="Microsoft.VisualStudio.CodeAnalysis" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
127
+ <codeBase version="17.0.0.0" href="..\..\Microsoft\VisualStudio\v17.0\CodeAnalysis\Microsoft.VisualStudio.CodeAnalysis.dll" />
128
+ </dependentAssembly>
129
+ <dependentAssembly>
130
+ <assemblyIdentity name="Microsoft.VisualStudio.CodeAnalysis.Sdk" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
131
+ <codeBase version="17.0.0.0" href="..\..\Microsoft\VisualStudio\v17.0\CodeAnalysis\Microsoft.VisualStudio.CodeAnalysis.Sdk.dll" />
132
+ </dependentAssembly>
133
+ </assemblyBinding>
134
+ </runtime>
135
+ <!-- To define one or more new toolsets, add an 'msbuildToolsets' element in this file. -->
136
+ <msbuildToolsets default="Current">
137
+ <toolset toolsVersion="Current">
138
+ <property name="MSBuildToolsPath" value="$([MSBuild]::GetCurrentToolsDirectory())" />
139
+ <property name="MSBuildToolsPath32" value="$([MSBuild]::GetToolsDirectory32())" />
140
+ <property name="MSBuildToolsPath64" value="$([MSBuild]::GetToolsDirectory64())" />
141
+ <property name="MSBuildSDKsPath" value="$([MSBuild]::GetMSBuildSDKsPath())" />
142
+ <property name="FrameworkSDKRoot" value="$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.8', 'InstallationFolder', null, RegistryView.Registry32))" />
143
+ <property name="MSBuildRuntimeVersion" value="4.0.30319" />
144
+ <property name="MSBuildFrameworkToolsPath" value="$(SystemRoot)\Microsoft.NET\Framework\v$(MSBuildRuntimeVersion)\" />
145
+ <property name="MSBuildFrameworkToolsPath32" value="$(SystemRoot)\Microsoft.NET\Framework\v$(MSBuildRuntimeVersion)\" />
146
+ <property name="MSBuildFrameworkToolsPath64" value="$(SystemRoot)\Microsoft.NET\Framework64\v$(MSBuildRuntimeVersion)\" />
147
+ <property name="MSBuildFrameworkToolsPathArm64" value="$(SystemRoot)\Microsoft.NET\FrameworkArm64\v$(MSBuildRuntimeVersion)\" />
148
+ <property name="MSBuildFrameworkToolsRoot" value="$(SystemRoot)\Microsoft.NET\Framework\" />
149
+ <property name="SDK35ToolsPath" value="$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0A\WinSDK-NetFx35Tools-x86', 'InstallationFolder', null, RegistryView.Registry32))" />
150
+ <!-- Attempt to use net4.8.1 if possible, falling back to 4.8 when unavailable. -->
151
+ <property name="SDK40ToolsPath" value="$([MSBuild]::ValueOrDefault($([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.8.1\WinSDK-NetFx40Tools-x86', 'InstallationFolder', null, RegistryView.Registry32)), $([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.8\WinSDK-NetFx40Tools-x86', 'InstallationFolder', null, RegistryView.Registry32))))" />
152
+ <property name="WindowsSDK80Path" value="$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.1', 'InstallationFolder', null, RegistryView.Registry32))" />
153
+ <property name="VsInstallRoot" value="$([MSBuild]::GetVsInstallRoot())" />
154
+ <property name="MSBuildToolsRoot" value="$(VsInstallRoot)\MSBuild" />
155
+ <property name="MSBuildExtensionsPath" value="$([MSBuild]::GetMSBuildExtensionsPath())" />
156
+ <property name="MSBuildExtensionsPath32" value="$([MSBuild]::GetMSBuildExtensionsPath())" />
157
+ <property name="RoslynTargetsPath" value="$([MSBuild]::GetToolsDirectory32())\Roslyn" />
158
+ <!-- VC Specific Paths -->
159
+ <property name="VCTargetsPath" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath)','$(MSBuildExtensionsPath32)\Microsoft\VC\v170\'))" />
160
+ <property name="VCTargetsPath14" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath14)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\V140\'))" />
161
+ <property name="VCTargetsPath12" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath12)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\V120\'))" />
162
+ <property name="VCTargetsPath11" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath11)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\V110\'))" />
163
+ <property name="VCTargetsPath10" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath10)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\'))" />
164
+ <property name="AndroidTargetsPath" value="$(MSBuildExtensionsPath32)\Microsoft\MDD\Android\V150\" />
165
+ <property name="iOSTargetsPath" value="$(MSBuildExtensionsPath32)\Microsoft\MDD\iOS\V150\" />
166
+ <projectImportSearchPaths>
167
+ <searchPaths os="windows">
168
+ <property name="MSBuildExtensionsPath" value="$(MSBuildProgramFiles32)\MSBuild" />
169
+ <property name="MSBuildExtensionsPath32" value="$(MSBuildProgramFiles32)\MSBuild" />
170
+ <property name="MSBuildExtensionsPath64" value="$(MSBuildProgramFiles32)\MSBuild" />
171
+ <property name="VSToolsPath" value="$(MSBuildProgramFiles32)\MSBuild\Microsoft\VisualStudio\v$(VisualStudioVersion)" />
172
+ </searchPaths>
173
+ </projectImportSearchPaths>
174
+ </toolset>
175
+ </msbuildToolsets>
176
+ </configuration>
msbuild/Microsoft.Managed.targets ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ This file is deprecated and left here for back compat reasons. It is replaced by Microsoft.Managed.<Before|After>.targets
4
+
5
+ Copyright (C) Microsoft Corporation. All rights reserved.
6
+ ***********************************************************************************************
7
+ -->
8
+ <Project>
9
+
10
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.Before.targets" />
11
+
12
+ <!-- Item copied from Microsoft.Common.Currentversion.targets -->
13
+ <PropertyGroup>
14
+ <_RecursiveTargetForContentCopying>GetCopyToOutputDirectoryItems</_RecursiveTargetForContentCopying>
15
+ <_RecursiveTargetForContentCopying Condition=" '$(MSBuildCopyContentTransitively)' == 'false' ">_GetCopyToOutputDirectoryItemsFromThisProject</_RecursiveTargetForContentCopying>
16
+ </PropertyGroup>
17
+
18
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.After.targets" />
19
+
20
+ </Project>
msbuild/Microsoft.NET.StringTools.dll ADDED
Binary file (31.4 kB). View file
 
msbuild/Microsoft.NET.props ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.NET.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file contains .NET-specific properties, and items. This file is imported for .NET Core, .NET Standard, and .NET Framework projects.
10
+ these two files are used to encapsulate the multi-targeting and framework specific build process.
11
+
12
+ Copyright (C) Microsoft Corporation. All rights reserved.
13
+ ***********************************************************************************************
14
+ -->
15
+ <Project>
16
+
17
+ <!--
18
+ ============================================================
19
+ GetToolPaths
20
+ Get the paths for the .NET Framework and .NET Core tools and sdk tools directories.
21
+ This does not need to be a target since all of the values are availiable at project evaluation time.
22
+ ============================================================
23
+ -->
24
+ <PropertyGroup>
25
+ <TargetFrameworkSDKToolsDirectory Condition=" '$(TargetFrameworkSDKToolsDirectory)' == '' ">$(SDK40ToolsPath)</TargetFrameworkSDKToolsDirectory>
26
+ </PropertyGroup>
27
+
28
+ <!--
29
+ ============================================================
30
+ SetHighEntropyVA
31
+ Set HighEntropyVA according to the TargetFramework
32
+ ============================================================
33
+ -->
34
+
35
+ <PropertyGroup Condition="('$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(TargetFrameworkVersion)' != 'v4.0') or '$(TargetFrameworkIdentifier)' == '.NETCoreApp' or '$(TargetFrameworkIdentifier)' == '.NETStandard'">
36
+ <HighEntropyVA Condition="'$(HighEntropyVA)' == ''">true</HighEntropyVA>
37
+ </PropertyGroup>
38
+
39
+ <PropertyGroup>
40
+ <HighEntropyVA Condition="'$(HighEntropyVA)' == ''">false</HighEntropyVA>
41
+ </PropertyGroup>
42
+
43
+ </Project>
msbuild/Microsoft.NETFramework.CurrentVersion.props ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.NETFramework.CurrentVersion.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file contains .net framework specific properties, items and targets. They are factored into a Microsoft.NETFramework.targets and Microsoft.NetFramework.props
10
+ these two files are used to encapsulate the multi-targeting and framework specific build process.
11
+
12
+ Copyright (C) Microsoft Corporation. All rights reserved.
13
+ ***********************************************************************************************
14
+ -->
15
+ <Project>
16
+
17
+ <PropertyGroup>
18
+ <ImportByWildcardBeforeMicrosoftNetFrameworkProps Condition="'$(ImportByWildcardBeforeMicrosoftNetFrameworkProps)' == ''">true</ImportByWildcardBeforeMicrosoftNetFrameworkProps>
19
+ <ImportByWildcardAfterMicrosoftNetFrameworkProps Condition="'$(ImportByWildcardAfterMicrosoftNetFrameworkProps)' == ''">true</ImportByWildcardAfterMicrosoftNetFrameworkProps>
20
+ <ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps)' == ''">true</ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps>
21
+ <ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps)' == ''">true</ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps>
22
+ </PropertyGroup>
23
+
24
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportBefore\*" Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportBefore')"/>
25
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportBefore\*" Condition="'$(ImportByWildcardBeforeMicrosoftNetFrameworkProps)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportBefore')"/>
26
+
27
+ <PropertyGroup>
28
+ <!-- By default we want to replace subsets with profiles, but we do need a way to turning off this "upgrade" in case a user needs to target a subset-->
29
+ <UpgradeSubsetToProfile Condition="'$(UpgradeSubsetToProfile)' == '' ">true</UpgradeSubsetToProfile>
30
+ <TargetFrameworkProfile Condition="'$(UpgradeSubsetToProfile)' == 'true' and '$(TargetFrameworkSubset)' != '' and '$(TargetFrameworkProfile)' == ''">$(TargetFrameworkSubset)</TargetFrameworkProfile>
31
+ <!-- If we are not upgrading the Subset to a profile this means we want to target a subset, do not wipe out the subset name-->
32
+ <TargetFrameworkSubset Condition="'$(UpgradeTargetFrameworkSubsetToProfile)' == 'true'"></TargetFrameworkSubset>
33
+ </PropertyGroup>
34
+
35
+ <PropertyGroup Condition="'$(FrameworkPathOverride)' != ''">
36
+ <_FullFrameworkReferenceAssemblyPaths>$(FrameworkPathOverride)</_FullFrameworkReferenceAssemblyPaths>
37
+ <_TargetFrameworkDirectories>$(FrameworkPathOverride)</_TargetFrameworkDirectories>
38
+ </PropertyGroup>
39
+
40
+ <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetFrameworkVersion)' == 'v4.0' and '$(FrameworkPathOverride)' == ''">
41
+ <!-- The FrameworkPathOverride property is required for the IDE Visual Basic compiler to initialize.
42
+ This location contains reference assemblies for mscorlib.dll and other key VB assemblies.
43
+ This property is required during project evaluation, since the IDE compilers need to initialize before
44
+ any targets have had a chance to run, hence the use of a function to retrieve the location.
45
+ -->
46
+ <!-- Hard code for the most common TargetFrameworkVersion of v4.0 with no profile: this enables us to avoid calling the GetReferenceAssemblyPaths task -->
47
+ <_FullFrameworkReferenceAssemblyPaths Condition="Exists('$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\RedistList\FrameworkList.xml')">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0</_FullFrameworkReferenceAssemblyPaths>
48
+ <_TargetFrameworkDirectories Condition="'$(TargetFrameworkProfile)' == ''">$(_FullFrameworkReferenceAssemblyPaths)</_TargetFrameworkDirectories>
49
+ <FrameworkPathOverride Condition="'$(TargetFrameworkProfile)' == ''">$(_TargetFrameworkDirectories)</FrameworkPathOverride>
50
+
51
+ <!-- Hard code for the most common TargetFrameworkVersion of v4.0 with Client profile: this enables us to avoid calling the GetReferenceAssemblyPaths task -->
52
+ <_TargetFrameworkDirectories Condition="'$(TargetFrameworkProfile)' == 'Client' and Exists('$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\$(TargetFrameworkProfile)\RedistList\FrameworkList.xml')">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\$(TargetFrameworkProfile)</_TargetFrameworkDirectories>
53
+ <FrameworkPathOverride Condition="'$(TargetFrameworkProfile)' == 'Client'">$(_TargetFrameworkDirectories)</FrameworkPathOverride>
54
+ <TargetFrameworkMonikerDisplayName Condition="'$(TargetFrameworkMonikerDisplayName)' == '' and '$(TargetFrameworkProfile)' == ''">.NET Framework 4</TargetFrameworkMonikerDisplayName>
55
+ <TargetFrameworkMonikerDisplayName Condition="'$(TargetFrameworkMonikerDisplayName)' == '' and '$(TargetFrameworkProfile)' == 'Client'">.NET Framework 4 Client Profile</TargetFrameworkMonikerDisplayName>
56
+ </PropertyGroup>
57
+
58
+ <PropertyGroup>
59
+ <MSBuildFrameworkToolsRoot Condition="'$(MSBuildFrameworkToolsRoot)' == '' and '$(MSBuildRuntimeType)' != 'Core'">$(Registry:HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework@InstallRoot)</MSBuildFrameworkToolsRoot>
60
+ <_DeploymentSignClickOnceManifests Condition="'$(TargetFrameworkVersion)' == 'v2.0' or '$(TargetFrameworkVersion)' == 'v3.0' or '$(SignManifests)' == 'true'">true</_DeploymentSignClickOnceManifests>
61
+ <!-- Assembly names added to the AdditionalExplicitAssemblyReferences property will be added as references to the resolve assembly reference call by default this is done because when upgrading from
62
+ a project targeting 2.0 to 3.5 the system.core reference is not added, therefore we need to add it automatically -->
63
+ <AddAdditionalExplicitAssemblyReferences Condition="'$(AddAdditionalExplicitAssemblyReferences)' == ''">true</AddAdditionalExplicitAssemblyReferences>
64
+ <AdditionalExplicitAssemblyReferences Condition="'$(AddAdditionalExplicitAssemblyReferences)' == 'true' and '$(TargetCompactFramework)' != 'true' and ('$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.0')">System.Core;$(AdditionalExplicitAssemblyReferences)</AdditionalExplicitAssemblyReferences>
65
+ </PropertyGroup>
66
+
67
+ <!--
68
+ ============================================================
69
+ GetToolPaths
70
+ Get the paths for the .NET Framework tools and sdk tools directories.
71
+ This does not need to be a target since all of the values are availiable at project evaluation time.
72
+ ============================================================
73
+ -->
74
+
75
+ <PropertyGroup>
76
+ <TargetingClr2Framework Condition="'$(TargetFrameworkVersion)' == 'v2.0' or '$(TargetFrameworkVersion)' == 'v3.0' or '$(TargetFrameworkVersion)' == 'v3.5'">true</TargetingClr2Framework>
77
+ <MSBuildManagedCompilerPath Condition="'$(TargetingClr2Framework)' == 'true'">$(MSBuildFrameworkToolsRoot)\v3.5</MSBuildManagedCompilerPath >
78
+ <TargetFrameworkSDKToolsDirectory Condition="'$(TargetingClr2Framework)' == 'true'">$(SDK35ToolsPath)</TargetFrameworkSDKToolsDirectory>
79
+ <!-- If the sdk path is not 3.5 or lower set it to the 40 sdk tools path. This will allow future target framework versions to use the 4.0 sdk tool set
80
+ When a new windows SDK revs they will inplace update the location pointed to by this property. When a new sdk is release this target will have to be
81
+ revised along with another toolsversion. -->
82
+ <TargetedRuntimeVersion Condition="'$(TargetedRuntimeVersion)' == '' and ('$(TargetingClr2Framework)' == 'true')">v2.0.50727</TargetedRuntimeVersion>
83
+ <TargetedRuntimeVersion Condition="'$(TargetedRuntimeVersion)' == ''">v$(MSBuildRuntimeVersion)</TargetedRuntimeVersion>
84
+ </PropertyGroup>
85
+
86
+ <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(TargetFrameworkVersion)' != 'v4.0' and ('$(OutputType)' == 'exe' or '$(OutputType)' == 'winexe' or '$(OutputType)' == 'appcontainerexe' or '$(OutputType)' == '')">
87
+ <Prefer32Bit Condition="'$(Prefer32Bit)' == ''">true</Prefer32Bit>
88
+ </PropertyGroup>
89
+
90
+ <PropertyGroup>
91
+ <Prefer32Bit Condition="'$(Prefer32Bit)' == ''">false</Prefer32Bit>
92
+ </PropertyGroup>
93
+
94
+ <PropertyGroup>
95
+ <!-- ARM and AppContainerExe require subsystem version >= 6.02 (Windows 8) -->
96
+ <SubsystemVersion Condition="'$(SubsystemVersion)' == '' and ('$(PlatformTarget)' == 'ARM' or '$(OutputType)' == 'appcontainerexe' or '$(OutputType)' == 'winmdobj')">6.02</SubsystemVersion>
97
+ <!-- Starting with .Net 4.5 projects use subsystem 6.00 (Vista) as default -->
98
+ <SubsystemVersion Condition="'$(SubsystemVersion)' == '' and ('$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(TargetFrameworkVersion)' != 'v4.0')">6.00</SubsystemVersion>
99
+ </PropertyGroup>
100
+
101
+ <PropertyGroup>
102
+ <ComReferenceExecuteAsTool Condition="'$(ExecuteAsTool)'!=''">$(ExecuteAsTool)</ComReferenceExecuteAsTool>
103
+ <ComReferenceExecuteAsTool Condition="'$(ExecuteAsTool)'=='' and '$(TargetingClr2Framework)' == 'true'">true</ComReferenceExecuteAsTool>
104
+ </PropertyGroup>
105
+
106
+ <PropertyGroup>
107
+ <ResGenExecuteAsTool Condition="'$(ExecuteAsTool)'!=''">$(ExecuteAsTool)</ResGenExecuteAsTool>
108
+ <ResGenExecuteAsTool Condition="'$(ExecuteAsTool)'=='' and '$(TargetingClr2Framework)' == 'true'">true</ResGenExecuteAsTool>
109
+ </PropertyGroup>
110
+
111
+ <PropertyGroup>
112
+ <!-- Starting with .NET 4.5 projects we implictly reference all portable design-time facades -->
113
+ <ImplicitlyExpandDesignTimeFacades Condition="'$(ImplicitlyExpandDesignTimeFacades)' == '' and ('$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(TargetFrameworkVersion)' != 'v4.0')">true</ImplicitlyExpandDesignTimeFacades>
114
+ </PropertyGroup>
115
+
116
+ <PropertyGroup>
117
+ <AvailablePlatforms Condition="!$(AvailablePlatforms.Contains('ARM64')) and '$(TargetFrameworkIdentifier)' == '.NETFramework' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '4.0'))">$(AvailablePlatforms),ARM64</AvailablePlatforms>
118
+ </PropertyGroup>
119
+
120
+ <!--Import props that are common for both full framework and core.
121
+ And before the ImportAfter\* , so users can override it-->
122
+ <Import Project="$(MSBuildToolsPath)\Microsoft.NET.props" />
123
+
124
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportAfter\*" Condition="'$(ImportByWildcardAfterMicrosoftNetFrameworkProps)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportAfter')"/>
125
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportAfter\*" Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportAfter')"/>
126
+
127
+ </Project>
msbuild/Microsoft.NETFramework.CurrentVersion.targets ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.NETFramework.CurrentVersion.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file contains .net framework specific properties, items and targets. They are factored into a Microsoft.NETFramework.targets and Microsoft.NetFramework.props
10
+ these two files are used to encapsulate the multi-targeting and framework specific build process.
11
+
12
+ Copyright (C) Microsoft Corporation. All rights reserved.
13
+ ***********************************************************************************************
14
+ -->
15
+ <Project>
16
+
17
+ <PropertyGroup>
18
+ <ImportByWildcardBeforeMicrosoftNetFrameworkTargets Condition="'$(ImportByWildcardBeforeMicrosoftNetFrameworkTargets)' == ''">true</ImportByWildcardBeforeMicrosoftNetFrameworkTargets>
19
+ <ImportByWildcardAfterMicrosoftNetFrameworkTargets Condition="'$(ImportByWildcardAfterMicrosoftNetFrameworkTargets)' == ''">true</ImportByWildcardAfterMicrosoftNetFrameworkTargets>
20
+ <ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets)' == ''">true</ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets>
21
+ <ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets)' == ''">true</ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets>
22
+ </PropertyGroup>
23
+
24
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportBefore\*" Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportBefore')"/>
25
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportBefore\*" Condition="'$(ImportByWildcardBeforeMicrosoftNetFrameworkTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportBefore')"/>
26
+
27
+ <Target
28
+ Name="GetFrameworkPaths"
29
+ DependsOnTargets="$(GetFrameworkPathsDependsOn)">
30
+
31
+ <!-- For backwards compatibility of targets who replaced this target we cannot move these values outside the target even though they
32
+ now only depend on statically availiable values-->
33
+
34
+ <ItemGroup>
35
+ <_TargetFramework40DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v4.0.30319"/>
36
+ <_TargetFramework35DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v3.5"/>
37
+ <_TargetFramework30DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v3.0"/>
38
+ <_TargetFramework20DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v2.0.50727"/>
39
+
40
+ <_TargetedFrameworkDirectoryItem Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Include="@(_TargetFramework20DirectoryItem)"/>
41
+ <_TargetedFrameworkDirectoryItem Condition="'$(TargetFrameworkVersion)' == 'v3.0' OR '$(TargetFrameworkVersion)' == 'v3.5'" Include="$(MSBuildFrameworkToolsRoot)\$(TargetFrameworkVersion)"/>
42
+ <_TargetedFrameworkDirectoryItem Condition="'@(_TargetedFrameworkDirectoryItem)' == ''" Include="@(_TargetFramework40DirectoryItem)"/>
43
+ </ItemGroup>
44
+
45
+ <ItemGroup>
46
+ <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v4.0' "
47
+ Include="@(_TargetFramework40DirectoryItem)" />
48
+
49
+ <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v3.5'"
50
+ Include="@(_TargetFramework35DirectoryItem)"/>
51
+
52
+ <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v3.0' or '$(TargetFrameworkVersion)' == 'v3.5'"
53
+ Include="@(_TargetFramework30DirectoryItem)" />
54
+
55
+ <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v2.0' or '$(TargetFrameworkVersion)' == 'v3.0' or '$(TargetFrameworkVersion)' == 'v3.5'"
56
+ Include="@(_TargetFramework20DirectoryItem)" />
57
+
58
+ <_CombinedTargetFrameworkDirectoriesItem Condition=" '@(_CombinedTargetFrameworkDirectoriesItem)' == ''"
59
+ Include="@(_TargetedFrameworkDirectoryItem)" />
60
+ </ItemGroup>
61
+
62
+ <PropertyGroup>
63
+ <TargetFrameworkDirectory>@(_CombinedTargetFrameworkDirectoriesItem)</TargetFrameworkDirectory>
64
+ <TargetFrameworkSDKDirectory>$(FrameworkSDKRoot)</TargetFrameworkSDKDirectory>
65
+ </PropertyGroup>
66
+
67
+ <ItemGroup>
68
+ <_TargetFrameworkSDKDirectoryItem Include="$(TargetFrameworkSDKDirectory)"/>
69
+ </ItemGroup>
70
+
71
+ </Target>
72
+
73
+ <PropertyGroup>
74
+ <ResolveReferencesDependsOn>
75
+ $(ResolveReferencesDependsOn);
76
+ ImplicitlyExpandDesignTimeFacades
77
+ </ResolveReferencesDependsOn>
78
+
79
+ <ImplicitlyExpandDesignTimeFacadesDependsOn>
80
+ $(ImplicitlyExpandDesignTimeFacadesDependsOn);
81
+ GetReferenceAssemblyPaths
82
+ </ImplicitlyExpandDesignTimeFacadesDependsOn>
83
+ </PropertyGroup>
84
+
85
+ <!-- Implicitly references all portable design-time facades if the user is referencing a System.Runtime-based portable library -->
86
+ <Target Name="ImplicitlyExpandDesignTimeFacades" Condition="'$(ImplicitlyExpandDesignTimeFacades)' == 'true'" DependsOnTargets="$(ImplicitlyExpandDesignTimeFacadesDependsOn)">
87
+
88
+ <PropertyGroup>
89
+ <!-- Does one of our dependencies reference a System.Runtime-based portable library? -->
90
+ <_HasReferenceToSystemRuntime Condition="'$(DependsOnSystemRuntime)' == 'true'">true</_HasReferenceToSystemRuntime>
91
+ <_HasReferenceToSystemRuntime Condition="'%(_ResolvedProjectReferencePaths.TargetPlatformIdentifier)' == 'Portable'">true</_HasReferenceToSystemRuntime>
92
+ <_HasReferenceToSystemRuntime Condition="'%(_ResolvedProjectReferencePaths.TargetFrameworkIdentifier)' == '.NETStandard' and '%(_ResolvedProjectReferencePaths.TargetFrameworkVersion)' &lt; '2.0'">true</_HasReferenceToSystemRuntime>
93
+
94
+ <_HasReferenceToNETStandard Condition="'$(_DependsOnNETStandard)' == 'true'">true</_HasReferenceToNETStandard>
95
+ <_HasReferenceToNETStandard Condition="'%(_ResolvedProjectReferencePaths.TargetFrameworkIdentifier)' == '.NETStandard' and '%(_ResolvedProjectReferencePaths.TargetFrameworkVersion)' &gt;= '2.0'">true</_HasReferenceToNETStandard>
96
+ </PropertyGroup>
97
+
98
+ <ItemGroup Condition="'$(_HasReferenceToSystemRuntime)' == 'true'">
99
+ <_DesignTimeFacadeAssemblies Include="%(DesignTimeFacadeDirectories.Identity)*.dll"/>
100
+ </ItemGroup>
101
+
102
+ <ItemGroup Condition="'$(_HasReferenceToNETStandard)' == 'true' And '$(_HasReferenceToSystemRuntime)' != 'true'">
103
+ <_DesignTimeFacadeAssemblies Include="%(DesignTimeFacadeDirectories.Identity)netstandard.dll"
104
+ Condition="Exists('%(DesignTimeFacadeDirectories.Identity)netstandard.dll')"/>
105
+ </ItemGroup>
106
+
107
+ <ItemGroup Condition="'$(_HasReferenceToSystemRuntime)' == 'true' Or '$(_HasReferenceToNETStandard)' == 'true' ">
108
+ <_DesignTimeFacadeAssemblies_Names Include="@(_DesignTimeFacadeAssemblies->'%(FileName)')">
109
+ <OriginalIdentity>%(_DesignTimeFacadeAssemblies.Identity)</OriginalIdentity>
110
+ </_DesignTimeFacadeAssemblies_Names>
111
+
112
+ <_ReferencePath_Names Include="@(ReferencePath->'%(FileName)')">
113
+ <OriginalIdentity>%(ReferencePath.Identity)</OriginalIdentity>
114
+ </_ReferencePath_Names>
115
+
116
+ <_DesignTimeFacadeAssemblies_Names Remove="@(_ReferencePath_Names)"/>
117
+
118
+ <ReferencePath Include="@(_DesignTimeFacadeAssemblies_Names->'%(OriginalIdentity)')">
119
+ <WinMDFile>false</WinMDFile>
120
+ <CopyLocal>false</CopyLocal>
121
+ <ResolvedFrom>ImplicitlyExpandDesignTimeFacades</ResolvedFrom>
122
+ </ReferencePath>
123
+
124
+ <_ResolveAssemblyReferenceResolvedFiles Include="@(ReferencePath)" Condition="'%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades'" />
125
+ </ItemGroup>
126
+
127
+ </Target>
128
+
129
+
130
+ <Import Project="$(MSBuildToolsPath)\Microsoft.WinFX.targets" Condition="'$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetCompactFramework)' != 'true' and Exists('$(MSBuildToolsPath)\Microsoft.WinFX.targets')"/>
131
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Data.Entity.targets" Condition="'$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.0' and Exists('$(MSBuildToolsPath)\Microsoft.Data.Entity.targets')"/>
132
+
133
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportAfter\*" Condition="'$(ImportByWildcardAfterMicrosoftNetFrameworkTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportAfter')"/>
134
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportAfter\*" Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportAfter')"/>
135
+
136
+ </Project>
msbuild/Microsoft.NETFramework.props ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.NetFramework.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file contains .net framework specific properties, items and targets. They are factored into a Microsoft.NETFramework.targets and Microsoft.NetFramework.props
10
+ these two files are used to encapsulate the multi-targeting and framework specific build process.
11
+
12
+ Copyright (C) Microsoft Corporation. All rights reserved.
13
+ ***********************************************************************************************
14
+ -->
15
+ <Project DefaultTargets="Build">
16
+
17
+ <PropertyGroup>
18
+ <NetFrameworkPropsPath>$(MSBuildToolsPath)\Microsoft.NETFramework.CurrentVersion.props</NetFrameworkPropsPath>
19
+ </PropertyGroup>
20
+
21
+ <Import Project="$(NetFrameworkPropsPath)" />
22
+
23
+ </Project>
msbuild/Microsoft.NETFramework.targets ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.NetFramework.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file contains .net framework specific properties, items and targets. They are factored into a Microsoft.NETFramework.targets and Microsoft.NetFramework.props
10
+ these two files are used to encapsulate the multi-targeting and framework specific build process.
11
+
12
+ Copyright (C) Microsoft Corporation. All rights reserved.
13
+ ***********************************************************************************************
14
+ -->
15
+ <Project DefaultTargets="Build">
16
+
17
+ <PropertyGroup>
18
+ <NetFrameworkTargetsPath>$(MSBuildToolsPath)\Microsoft.NETFramework.CurrentVersion.targets</NetFrameworkTargetsPath>
19
+ </PropertyGroup>
20
+
21
+ <Import Project="$(NetFrameworkTargetsPath)" />
22
+
23
+ </Project>
msbuild/Microsoft.ServiceModel.targets ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project>
2
+
3
+ <!--
4
+ With MSBuild 12, we've changed MSBuildToolsPath to for the first time point to a directory
5
+ outside of the .NET Framework. As a result of this, there were several targets files, of which
6
+ this was one, that were being referenced as out of MSBuildToolsPath that are now no longer there.
7
+
8
+ Thus, we are shimming those targets files so that they do still appear in MSBuildToolsPath, so that
9
+ consumers of them are not broken, but since the targets files themselves are still part of .NET,
10
+ the shim will internally simply redirect to the real copy of the targets file in the .NET Framework.
11
+ -->
12
+
13
+ <Import Project="$(MSBuildFrameworkToolsPath)\Microsoft.ServiceModel.targets" Condition="Exists('$(MSBuildFrameworkToolsPath)\Microsoft.ServiceModel.targets')" />
14
+
15
+ </Project>
msbuild/Microsoft.VisualBasic.CrossTargeting.targets ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualBasic.CrossTargeting.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project>
13
+
14
+ <!-- Import design time targets for Roslyn Project System. These are only available if Visual Studio is installed. -->
15
+ <!-- Import design time targets before the common crosstargeting targets, which import targets from Nuget. -->
16
+ <PropertyGroup>
17
+ <VisualBasicDesignTimeTargetsPath Condition="'$(VisualBasicDesignTimeTargetsPath)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.VisualBasic.DesignTime.targets</VisualBasicDesignTimeTargetsPath>
18
+ </PropertyGroup>
19
+
20
+ <Import Project="$(VisualBasicDesignTimeTargetsPath)" Condition="'$(VisualBasicDesignTimeTargetsPath)' != '' and Exists('$(VisualBasicDesignTimeTargetsPath)')" />
21
+
22
+ <Import Project="Microsoft.Common.CrossTargeting.targets" />
23
+
24
+ </Project>
msbuild/Microsoft.VisualBasic.CurrentVersion.targets ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualBasic.CurrentVersion.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file defines the steps in the standard build process specific for VB .NET projects.
10
+ For example, it contains the step that actually calls the VB compiler. The remainder
11
+ of the build process is defined in Microsoft.Common.targets, which is imported by
12
+ this file.
13
+
14
+ Copyright (C) Microsoft Corporation. All rights reserved.
15
+ ***********************************************************************************************
16
+ -->
17
+ <Project>
18
+
19
+ <PropertyGroup>
20
+ <ImportByWildcardBeforeMicrosoftVisualBasicTargets Condition="'$(ImportByWildcardBeforeMicrosoftVisualBasicTargets)' == ''">true</ImportByWildcardBeforeMicrosoftVisualBasicTargets>
21
+ <ImportByWildcardAfterMicrosoftVisualBasicTargets Condition="'$(ImportByWildcardAfterMicrosoftVisualBasicTargets)' == ''">true</ImportByWildcardAfterMicrosoftVisualBasicTargets>
22
+ <ImportUserLocationsByWildcardBeforeMicrosoftVisualBasicTargets Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftVisualBasicTargets)' == ''">true</ImportUserLocationsByWildcardBeforeMicrosoftVisualBasicTargets>
23
+ <ImportUserLocationsByWildcardAfterMicrosoftVisualBasicTargets Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftVisualBasicTargets)' == ''">true</ImportUserLocationsByWildcardAfterMicrosoftVisualBasicTargets>
24
+ </PropertyGroup>
25
+
26
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportBefore\*" Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftVisualBasicTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportBefore')"/>
27
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportBefore\*" Condition="'$(ImportByWildcardBeforeMicrosoftVisualBasicTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportBefore')"/>
28
+
29
+ <PropertyGroup>
30
+ <CustomBeforeMicrosoftVisualBasicTargets Condition="'$(CustomBeforeMicrosoftVisualBasicTargets)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.VisualBasic.targets</CustomBeforeMicrosoftVisualBasicTargets>
31
+ <CustomAfterMicrosoftVisualBasicTargets Condition="'$(CustomAfterMicrosoftVisualBasicTargets)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.Microsoft.VisualBasic.targets</CustomAfterMicrosoftVisualBasicTargets>
32
+ </PropertyGroup>
33
+
34
+ <Import Project="$(CustomBeforeMicrosoftVisualBasicTargets)" Condition="'$(CustomBeforeMicrosoftVisualBasicTargets)' != '' and Exists('$(CustomBeforeMicrosoftVisualBasicTargets)')" />
35
+
36
+ <PropertyGroup>
37
+ <DefaultLanguageSourceExtension>.vb</DefaultLanguageSourceExtension>
38
+ <Language>VB</Language>
39
+ <TargetRuntime>Managed</TargetRuntime>
40
+ <AlwaysUseNumericalSuffixInItemNames>true</AlwaysUseNumericalSuffixInItemNames>
41
+ <DefineCommonItemSchemas Condition=" '$(DefineCommonItemSchemas)' == '' ">true</DefineCommonItemSchemas>
42
+ <DefineCommonReferenceSchemas Condition=" '$(DefineCommonReferenceSchemas)' == '' ">true</DefineCommonReferenceSchemas>
43
+ <DefineCommonCapabilities Condition=" '$(DefineCommonCapabilities)' == '' ">true</DefineCommonCapabilities>
44
+ <SynthesizeLinkMetadata Condition=" '$(SynthesizeLinkMetadata)' == '' and '$(HasSharedItems)' == 'true' ">true</SynthesizeLinkMetadata>
45
+ <DefaultProjectTypeGuid Condition=" '$(DefaultProjectTypeGuid)' == '' ">{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</DefaultProjectTypeGuid>
46
+ <AppDesignerFolder Condition="'$(AppDesignerFolder)' == ''">My Project</AppDesignerFolder>
47
+ </PropertyGroup>
48
+
49
+ <ItemGroup Condition=" '$(DefineVisualBasicItemSchemas)' != 'false' ">
50
+ <PropertyPageSchema Include="$(CommonXamlResourcesDirectory)VisualBasic.ProjectItemsSchema.xaml;"/>
51
+ <PropertyPageSchema Include="$(CommonXamlResourcesDirectory)VisualBasic.xaml;">
52
+ <Context>File</Context>
53
+ </PropertyPageSchema>
54
+ <PropertyPageSchema Include="$(CommonXamlResourcesDirectory)VisualBasic.BrowseObject.xaml;">
55
+ <Context>BrowseObject</Context>
56
+ </PropertyPageSchema>
57
+
58
+ <ProjectCapability Include="VB;Managed"/>
59
+ </ItemGroup>
60
+
61
+ <ItemGroup Condition=" '$(DefineCommonCapabilities)' == 'true' ">
62
+ <ProjectCapability Include="ReferencesFolder;LanguageService" />
63
+ </ItemGroup>
64
+
65
+ <!--
66
+ The CreateManifestResourceNames target create the manifest resource names from the .RESX
67
+ files.
68
+
69
+ [IN]
70
+ @(EmbeddedResource) - The list of EmbeddedResource items that have been pre-processed to add metadata about resource type
71
+ Expected Metadata "Type" can either be "Resx" or "Non-Resx"
72
+
73
+ [OUT]
74
+ @(EmbeddedResource) - EmbeddedResource items with metadata
75
+
76
+ For VB applications the transformation is like:
77
+
78
+ Resources1.resx => RootNamespace.Resources1 => Build into main assembly
79
+ SubFolder\Resources1.resx => RootNamespace.Resources1 => Build into main assembly
80
+ Resources1.fr.resx => RootNamespace.Resources1.fr => Build into satellite assembly
81
+ Resources1.notaculture.resx => RootNamespace.Resources1.notaculture => Build into main assembly
82
+
83
+ For other project systems, this transformation may be different.
84
+ -->
85
+
86
+ <PropertyGroup>
87
+ <CreateManifestResourceNamesDependsOn></CreateManifestResourceNamesDependsOn>
88
+ </PropertyGroup>
89
+
90
+ <Target
91
+ Name="CreateManifestResourceNames"
92
+ Condition="'@(EmbeddedResource)' != ''"
93
+ DependsOnTargets="$(CreateManifestResourceNamesDependsOn)"
94
+ >
95
+ <ItemGroup>
96
+ <_Temporary Remove="@(_Temporary)" />
97
+ </ItemGroup>
98
+
99
+ <!-- Create manifest names for culture and non-culture Resx files, and for non-culture Non-Resx resources -->
100
+ <CreateVisualBasicManifestResourceName
101
+ ResourceFiles="@(EmbeddedResource)"
102
+ RootNamespace="$(RootNamespace)"
103
+ UseDependentUponConvention="$(EmbeddedResourceUseDependentUponConvention)"
104
+ Condition="'%(EmbeddedResource.ManifestResourceName)' == '' and ('%(EmbeddedResource.WithCulture)' == 'false' or '%(EmbeddedResource.Type)' == 'Resx')">
105
+ <Output TaskParameter="ResourceFilesWithManifestResourceNames" ItemName="_Temporary" />
106
+ </CreateVisualBasicManifestResourceName>
107
+
108
+ <!-- Create manifest names for all culture non-resx resources -->
109
+ <CreateVisualBasicManifestResourceName
110
+ ResourceFiles="@(EmbeddedResource)"
111
+ RootNamespace="$(RootNamespace)"
112
+ PrependCultureAsDirectory="false"
113
+ UseDependentUponConvention="$(EmbeddedResourceUseDependentUponConvention)"
114
+ Condition="'%(EmbeddedResource.ManifestResourceName)' == '' and '%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Non-Resx'">
115
+ <Output TaskParameter="ResourceFilesWithManifestResourceNames" ItemName="_Temporary" />
116
+ </CreateVisualBasicManifestResourceName>
117
+
118
+ <ItemGroup>
119
+ <EmbeddedResource Remove="@(EmbeddedResource)" Condition="'%(EmbeddedResource.ManifestResourceName)' == ''"/>
120
+ <EmbeddedResource Include="@(_Temporary)" />
121
+ <_Temporary Remove="@(_Temporary)" />
122
+ </ItemGroup>
123
+ </Target>
124
+
125
+ <Target
126
+ Name="ResolveCodeAnalysisRuleSet"
127
+ Condition="'$(CodeAnalysisRuleSet)' != ''"
128
+ >
129
+ <ResolveCodeAnalysisRuleSet
130
+ CodeAnalysisRuleSet="$(CodeAnalysisRuleSet)"
131
+ CodeAnalysisRuleSetDirectories="$(CodeAnalysisRuleSetDirectories)"
132
+ MSBuildProjectDirectory="$(MSBuildProjectDirectory)">
133
+ <Output TaskParameter="ResolvedCodeAnalysisRuleSet" PropertyName="ResolvedCodeAnalysisRuleSet" />
134
+ </ResolveCodeAnalysisRuleSet>
135
+ </Target>
136
+
137
+ <PropertyGroup>
138
+ <FinalDefineConstants>CONFIG=&quot;$(Configuration)&quot;</FinalDefineConstants>
139
+ <FinalDefineConstants Condition=" '$(DefineDebug)' == 'true' ">$(FinalDefineConstants),DEBUG=-1</FinalDefineConstants>
140
+ <FinalDefineConstants Condition=" '$(DefineTrace)' == 'true' ">$(FinalDefineConstants),TRACE=-1</FinalDefineConstants>
141
+ <FinalDefineConstants Condition=" '$(MyType)' != '' ">$(FinalDefineConstants),_MyType=&quot;$(MyType)&quot;</FinalDefineConstants>
142
+ <FinalDefineConstants Condition=" '$(Platform)' != '' ">$(FinalDefineConstants),PLATFORM=&quot;$(Platform)&quot;</FinalDefineConstants>
143
+ <FinalDefineConstants Condition=" '$(Platform)' == '' ">$(FinalDefineConstants),PLATFORM=&quot;AnyCPU&quot;</FinalDefineConstants>
144
+ <FinalDefineConstants Condition=" '$(DefineConstants)' != '' ">$(FinalDefineConstants),$(DefineConstants)</FinalDefineConstants>
145
+
146
+ <!-- Provide a facility to override UseHostCompilerIfAvailable-->
147
+ <UseHostCompilerIfAvailable Condition=" '$(UseHostCompilerIfAvailable)' == ''">true</UseHostCompilerIfAvailable>
148
+ </PropertyGroup>
149
+
150
+ <ItemGroup>
151
+ <DocFileItem Include="$(IntermediateOutputPath)$(DocumentationFile)" Condition="'$(DocumentationFile)'!=''"/>
152
+ </ItemGroup>
153
+
154
+ <ItemGroup Condition="'$(_DebugSymbolsProduced)' == 'true' and '$(PdbFile)' != ''">
155
+ <_DebugSymbolsIntermediatePathTemporary Include="$(PdbFile)"/>
156
+ <!-- Add any missing .pdb extension, as the compiler does -->
157
+ <_DebugSymbolsIntermediatePath Include="@(_DebugSymbolsIntermediatePathTemporary->'%(RootDir)%(Directory)%(Filename).pdb')"/>
158
+ </ItemGroup>
159
+
160
+ <PropertyGroup>
161
+ <CoreCompileDependsOn>_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet</CoreCompileDependsOn>
162
+ <ExportWinMDFile Condition="'$(ExportWinMDFile)' == '' and '$(OutputType)' == 'WinMDObj'">true</ExportWinMDFile>
163
+ </PropertyGroup>
164
+
165
+ <!--
166
+ The XamlPreCompile target must remain identical to
167
+ the CoreCompile target in Microsoft.VisualBasic.Core.targets.
168
+ Any updates to one must be made to the other.
169
+ -->
170
+ <Target
171
+ Name="XamlPreCompile"
172
+ Inputs="$(MSBuildAllProjects);
173
+ @(Compile);
174
+ @(_CoreCompileResourceInputs);
175
+ $(ApplicationIcon);
176
+ $(AssemblyOriginatorKeyFile);
177
+ @(ReferencePath);
178
+ @(CompiledLicenseFile);
179
+ @(LinkResource);
180
+ @(EmbeddedDocumentation);
181
+ $(Win32Resource);
182
+ $(Win32Manifest);
183
+ @(Page);
184
+ @(ApplicationDefinition);
185
+ @(CustomAdditionalCompileInputs);
186
+ $(ResolvedCodeAnalysisRuleSet)"
187
+ Outputs="@(DocFileItem);
188
+ @(XamlIntermediateAssembly);
189
+ @(_DebugSymbolsIntermediatePath);
190
+ $(NonExistentFile);
191
+ @(CustomAdditionalCompileOutputs)"
192
+ Returns=""
193
+ DependsOnTargets="$(CoreCompileDependsOn);GenerateMSBuildEditorConfigFile"
194
+ Condition="'@(Page)' != '' Or '@(ApplicationDefinition)' != ''"
195
+ >
196
+ <PropertyGroup>
197
+ <_NoWarnings Condition=" '$(WarningLevel)' == '0' ">true</_NoWarnings>
198
+ <_NoWarnings Condition=" '$(WarningLevel)' == '1' ">false</_NoWarnings>
199
+ </PropertyGroup>
200
+
201
+ <PropertyGroup>
202
+ <!-- If we are targeting winmdobj we want to specifically set the pdbFile property so that it does not collide with the output of winmdexp which we will run subsequently -->
203
+ <PdbFile Condition="'$(PdbFile)' == '' and '$(OutputType)' == 'winmdobj' and '$(DebugSymbols)' == 'true'">$(IntermediateOutputPath)$(TargetName).compile.pdb</PdbFile>
204
+ </PropertyGroup>
205
+
206
+ <ItemGroup Condition="'$(TargetingClr2Framework)'=='true'">
207
+ <ReferencePath>
208
+ <EmbedInteropTypes/>
209
+ </ReferencePath>
210
+ </ItemGroup>
211
+
212
+ <!-- Prefer32Bit was introduced in .NET 4.5. Set it to false if we are targeting 4.0 -->
213
+ <PropertyGroup Condition="('$(TargetFrameworkVersion)' == 'v4.0')">
214
+ <Prefer32Bit>false</Prefer32Bit>
215
+ </PropertyGroup>
216
+
217
+ <ItemGroup Condition="('$(AdditionalFileItemNames)' != '')">
218
+ <AdditionalFileItems Include="$(AdditionalFileItemNames)" />
219
+ <AdditionalFiles Include="@(%(AdditionalFileItems.Identity))" />
220
+ </ItemGroup>
221
+
222
+ <!-- Don't run analyzers for Vbc task on XamlPrecompile pass, we only want to run them on core compile. -->
223
+ <!-- Analyzers="@(Analyzer)" -->
224
+
225
+ <PropertyGroup Condition="'$(UseSharedCompilation)' == ''">
226
+ <UseSharedCompilation>true</UseSharedCompilation>
227
+ </PropertyGroup>
228
+
229
+ <!-- Condition is to filter out the _CoreCompileResourceInputs so that it doesn't pass in culture resources to the compiler -->
230
+ <Vbc Condition=" '%(_CoreCompileResourceInputs.WithCulture)' != 'true' "
231
+ AdditionalLibPaths="$(AdditionalLibPaths)"
232
+ AddModules="@(AddModules)"
233
+ AdditionalFiles="@(AdditionalFiles)"
234
+ AnalyzerConfigFiles="@(EditorConfigFiles)"
235
+ Analyzers="@(Analyzer)"
236
+ BaseAddress="$(BaseAddress)"
237
+ CodeAnalysisRuleSet="$(ResolvedCodeAnalysisRuleSet)"
238
+ CodePage="$(CodePage)"
239
+ DebugType="$(DebugType)"
240
+ DefineConstants="$(FinalDefineConstants)"
241
+ DelaySign="$(DelaySign)"
242
+ DisabledWarnings="$(NoWarn)"
243
+ DocumentationFile="@(DocFileItem)"
244
+ EmitDebugInformation="$(DebugSymbols)"
245
+ EnvironmentVariables="$(VbcEnvironment)"
246
+ ErrorLog="$(ErrorLog)"
247
+ ErrorReport="$(ErrorReport)"
248
+ FileAlignment="$(FileAlignment)"
249
+ GenerateDocumentation="$(GenerateDocumentation)"
250
+ HighEntropyVA="$(HighEntropyVA)"
251
+ Imports="@(Import)"
252
+ KeyContainer="$(KeyContainerName)"
253
+ KeyFile="$(KeyOriginatorFile)"
254
+ LangVersion="$(LangVersion)"
255
+ LinkResources="@(LinkResource)"
256
+ MainEntryPoint="$(StartupObject)"
257
+ ModuleAssemblyName="$(ModuleAssemblyName)"
258
+ NoConfig="true"
259
+ NoStandardLib="$(NoCompilerStandardLib)"
260
+ NoVBRuntimeReference="$(NoVBRuntimeReference)"
261
+ NoWarnings="$(_NoWarnings)"
262
+ NoWin32Manifest="$(NoWin32Manifest)"
263
+ Optimize="$(Optimize)"
264
+ OptionCompare="$(OptionCompare)"
265
+ OptionExplicit="$(OptionExplicit)"
266
+ OptionInfer="$(OptionInfer)"
267
+ OptionStrict="$(OptionStrict)"
268
+ OptionStrictType="$(OptionStrictType)"
269
+ OutputAssembly="@(XamlIntermediateAssembly)"
270
+ Platform="$(PlatformTarget)"
271
+ Prefer32Bit="$(Prefer32Bit)"
272
+ PreferredUILang="$(PreferredUILang)"
273
+ References="@(ReferencePath)"
274
+ RemoveIntegerChecks="$(RemoveIntegerChecks)"
275
+ ReportAnalyzer="$(ReportAnalyzer)"
276
+ Resources="@(_CoreCompileResourceInputs);@(CompiledLicenseFile)"
277
+ ResponseFiles="$(CompilerResponseFile)"
278
+ RootNamespace="$(RootNamespace)"
279
+ PdbFile="$(PdbFile)"
280
+ SdkPath="$(FrameworkPathOverride)"
281
+ SkipAnalyzers="$(_SkipAnalyzers)"
282
+ Sources="@(Compile)"
283
+ SubsystemVersion="$(SubsystemVersion)"
284
+ TargetCompactFramework="$(TargetCompactFramework)"
285
+ TargetType="$(OutputType)"
286
+ ToolExe="$(VbcToolExe)"
287
+ ToolPath="$(VbcToolPath)"
288
+ TreatWarningsAsErrors="$(TreatWarningsAsErrors)"
289
+ UseHostCompilerIfAvailable="$(UseHostCompilerIfAvailable)"
290
+ UseSharedCompilation="$(UseSharedCompilation)"
291
+ Utf8Output="$(Utf8Output)"
292
+ VBRuntimePath="$(VBRuntimePath)"
293
+ Verbosity="$(VbcVerbosity)"
294
+ VsSessionGuid="$(VsSessionGuid)"
295
+ WarningsAsErrors="$(WarningsAsErrors)"
296
+ WarningsNotAsErrors="$(WarningsNotAsErrors)"
297
+ Win32Icon="$(ApplicationIcon)"
298
+ Win32Manifest="$(Win32Manifest)"
299
+ Win32Resource="$(Win32Resource)"
300
+ VBRuntime="$(VBRuntime)"
301
+ />
302
+
303
+ <!-- Only Applicable to the regular CoreCompile:
304
+ <ItemGroup>
305
+ <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" />
306
+ </ItemGroup>
307
+
308
+ <CallTarget Targets="$(TargetsTriggeredByCompilation)" Condition="'$(TargetsTriggeredByCompilation)' != ''"/>
309
+ -->
310
+ <OnError Condition="'$(OnXamlPreCompileErrorTarget)' != ''" ExecuteTargets="$(OnXamlPreCompileErrorTarget)" />
311
+ </Target>
312
+
313
+ <PropertyGroup>
314
+ <!-- Design-time builds require a newer version than 1.0 to succeed, so override back to inbox in that case -->
315
+ <VisualBasicCoreTargetsPath Condition="'$(VisualBasicCoreTargetsPath)' == '' or ('$(DesignTimeBuild)' == 'true' and $(VisualBasicCoreTargetsPath.Contains('Microsoft.Net.Compilers.1.0.0')))">$(RoslynTargetsPath)\Microsoft.VisualBasic.Core.targets</VisualBasicCoreTargetsPath>
316
+ </PropertyGroup>
317
+
318
+ <Import Project="$(VisualBasicCoreTargetsPath)" />
319
+
320
+ <!-- Import design time targets for Roslyn Project System. These are only available if Visual Studio is installed. -->
321
+ <!-- Import design time targets before the common targets, which import targets from Nuget. -->
322
+ <PropertyGroup>
323
+ <VisualBasicDesignTimeTargetsPath Condition="'$(VisualBasicDesignTimeTargetsPath)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.VisualBasic.DesignTime.targets</VisualBasicDesignTimeTargetsPath>
324
+ </PropertyGroup>
325
+
326
+ <Import Project="$(VisualBasicDesignTimeTargetsPath)" Condition="'$(VisualBasicDesignTimeTargetsPath)' != '' and Exists('$(VisualBasicDesignTimeTargetsPath)')" />
327
+
328
+ <Import Project="Microsoft.Common.targets" />
329
+
330
+ <Import Project="$(MSBuildToolsPath)\Microsoft.ServiceModel.targets" Condition="('$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.0' and '$(TargetFrameworkVersion)' != 'v3.5') and Exists('$(MSBuildToolsPath)\Microsoft.ServiceModel.targets')"/>
331
+
332
+ <Target Name="_SetTargetFrameworkMonikerAttribute" BeforeTargets="GenerateTargetFrameworkMonikerAttribute">
333
+ <PropertyGroup>
334
+ <!-- This attribute is only available in mscorlib v4 and later -->
335
+ <TargetFrameworkMonikerAssemblyAttributeText Condition="'$(TargetFrameworkMoniker)' != '' and '$(TargetingClr2Framework)' != 'true'">
336
+ ' &lt;autogenerated/&gt;
337
+ Option Strict Off
338
+ Option Explicit On
339
+
340
+ Imports System
341
+ Imports System.Reflection
342
+ &lt;Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(&quot;$(TargetFrameworkMoniker)&quot;, FrameworkDisplayName:=&quot;$(TargetFrameworkMonikerDisplayName)&quot;)&gt;
343
+ </TargetFrameworkMonikerAssemblyAttributeText>
344
+ </PropertyGroup>
345
+ </Target>
346
+
347
+ <PropertyGroup>
348
+ <Utf8Output Condition="'$(Utf8Output)' == ''">true</Utf8Output>
349
+ <!-- NoCompilerStandardLib maps to the compiler's /nostdlib option. By default we always
350
+ want that switch to be passed to the compiler so that either we or the user
351
+ provides the references
352
+ NoStdLib on the other hand indicates that the user doesn't want standard references
353
+ so only if NoStdLib isn't set to true, will we provide the standard references
354
+ -->
355
+ <NoCompilerStandardLib Condition=" '$(NoCompilerStandardLib)' == '' ">true</NoCompilerStandardLib>
356
+ <!-- When building inside VS, by default use the same language for compiler messages as VS itself does. -->
357
+ <PreferredUILang Condition="'$(BuildingInsideVisualStudio)' == 'true' and '$(PreferredUILang)' == ''">$([System.Globalization.CultureInfo]::CurrentUICulture.Name)</PreferredUILang>
358
+ </PropertyGroup>
359
+
360
+ <!-- Add any "automatic" compiler references that need to be resolved when NoCompilerStandardLib is set
361
+ but the user hasn't told us to not include standard references -->
362
+ <ItemGroup Condition=" '$(NoCompilerStandardLib)' == 'true' and '$(NoStdLib)' != 'true' ">
363
+ <!-- Note that unlike C#, VB gets its mscorlib.dll path from the $(FrameworkPathOverride) property
364
+ via the /sdkpath parameter.
365
+ In addition to that, VB normally treats System.dll as a "standard library" however since we are
366
+ passing NoCompilerStandardLib=true we need an explicit reference to System in order to avoid
367
+ resolving it from, e.g., {CandidateAssemblyFiles}.
368
+ -->
369
+ <_ExplicitReference Include="$(FrameworkPathOverride)\System.dll" />
370
+ </ItemGroup>
371
+
372
+ <Import Project="$(CustomAfterMicrosoftVisualBasicTargets)" Condition="'$(CustomAfterMicrosoftVisualBasicTargets)' != '' and Exists('$(CustomAfterMicrosoftVisualBasicTargets)')" />
373
+
374
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportAfter\*" Condition="'$(ImportByWildcardAfterMicrosoftVisualBasicTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportAfter')"/>
375
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportAfter\*" Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftVisualBasicTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportAfter')"/>
376
+
377
+ </Project>
msbuild/Microsoft.VisualBasic.targets ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualBasic.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file defines the steps in the standard build process specific for VB .NET projects.
10
+ For example, it contains the step that actually calls the VB compiler. The remainder
11
+ of the build process is defined in Microsoft.Common.targets, which is imported by
12
+ this file.
13
+
14
+ Copyright (C) Microsoft Corporation. All rights reserved.
15
+ ***********************************************************************************************
16
+ -->
17
+ <Project>
18
+
19
+ <Choose>
20
+ <When Condition="'$(IsCrossTargetingBuild)' == 'true'">
21
+ <PropertyGroup>
22
+ <VisualBasicTargetsPath>$(MSBuildToolsPath)\Microsoft.VisualBasic.CrossTargeting.targets</VisualBasicTargetsPath>
23
+ </PropertyGroup>
24
+ </When>
25
+ <Otherwise>
26
+ <PropertyGroup>
27
+ <VisualBasicTargetsPath>$(MSBuildToolsPath)\Microsoft.VisualBasic.CurrentVersion.targets</VisualBasicTargetsPath>
28
+ </PropertyGroup>
29
+ </Otherwise>
30
+ </Choose>
31
+
32
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.Before.targets" />
33
+
34
+ <Import Project="$(VisualBasicTargetsPath)" />
35
+
36
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.After.targets" />
37
+
38
+ </Project>
msbuild/Microsoft.VisualStudioVersion.v11.Common.props ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualStudio.v11.Common.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project ToolsVersion="4.0">
13
+
14
+ <PropertyGroup>
15
+ <VisualStudioVersion>11.0</VisualStudioVersion>
16
+ <VSToolsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
17
+ </PropertyGroup>
18
+
19
+ </Project>
msbuild/Microsoft.VisualStudioVersion.v12.Common.props ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualStudio.v11.Common.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project ToolsVersion="4.0">
13
+
14
+ <PropertyGroup>
15
+ <VisualStudioVersion>12.0</VisualStudioVersion>
16
+ <VSToolsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
17
+ </PropertyGroup>
18
+
19
+ </Project>
msbuild/Microsoft.VisualStudioVersion.v14.Common.props ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualStudio.v14.Common.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project ToolsVersion="4.0">
13
+
14
+ <PropertyGroup>
15
+ <VisualStudioVersion>14.0</VisualStudioVersion>
16
+ <VSToolsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
17
+ </PropertyGroup>
18
+
19
+ </Project>
msbuild/Microsoft.WinFx.targets ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project>
2
+
3
+ <!--
4
+ With MSBuild 12, we've changed MSBuildToolsPath to for the first time point to a directory
5
+ outside of the .NET Framework. As a result of this, there were several targets files, of which
6
+ this was one, that were being referenced as out of MSBuildToolsPath that are now no longer there.
7
+
8
+ Thus, we are shimming those targets files so that they do still appear in MSBuildToolsPath, so that
9
+ consumers of them are not broken, but since the targets files themselves are still part of .NET,
10
+ the shim will internally simply redirect to the real copy of the targets file in the .NET Framework.
11
+ -->
12
+
13
+ <Import Project="$(MSBuildFrameworkToolsPath)\Microsoft.WinFx.targets" Condition="'$(ImportFrameworkWinFXTargets)' != 'false' and Exists('$(MSBuildFrameworkToolsPath)\Microsoft.WinFx.targets')" />
14
+
15
+ </Project>
msbuild/Microsoft.WorkflowBuildExtensions.targets ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.WorkflowBuildExtensions.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project>
13
+
14
+ <!--
15
+ With MSBuild 12, we've changed MSBuildToolsPath to for the first time point to a directory
16
+ outside of the .NET Framework. As a result of this, there were several targets files, of which
17
+ this was one, that were being referenced as out of MSBuildToolsPath that are now no longer there.
18
+
19
+ Thus, we are shimming those targets files so that they do still appear in MSBuildToolsPath, so that
20
+ consumers of them are not broken, but since the targets files themselves are still part of .NET,
21
+ the shim will internally simply redirect to the real copy of the targets file in the .NET Framework.
22
+ -->
23
+
24
+ <Import Project="$(MSBuildFrameworkToolsPath)\Microsoft.WorkflowBuildExtensions.targets" Condition="Exists('$(MSBuildFrameworkToolsPath)\Microsoft.WorkflowBuildExtensions.targets')" />
25
+
26
+ <!--
27
+ This target in $(MSBuildFrameworkToolsPath)\Microsoft.WorkflowBuildExtensions.targets does bad
28
+ things to builds inside Visual Studio. Specifically, it generates files *only* when building from
29
+ within VS, for both real and design-time builds. This leads to all kinds of build problems.
30
+
31
+ In Dev16 we no longer need these files to exist on disk for Workflow Designer scenarios. We can't
32
+ modify $(MSBuildFrameworkToolsPath)\Microsoft.WorkflowBuildExtensions.targets because that would
33
+ break the Workflow Designer for older versions of VS. Instead, we effectively turn it off by
34
+ overriding it with a no-op implementation here.
35
+ -->
36
+ <Target Name="GenerateCompiledExpressionsTempFile" />
37
+
38
+ </Project>
msbuild/Microsoft.Xaml.targets ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project>
2
+
3
+ <!--
4
+ With MSBuild 12, we've changed MSBuildToolsPath to for the first time point to a directory
5
+ outside of the .NET Framework. As a result of this, there were several targets files, of which
6
+ this was one, that were being referenced as out of MSBuildToolsPath that are now no longer there.
7
+
8
+ Thus, we are shimming those targets files so that they do still appear in MSBuildToolsPath, so that
9
+ consumers of them are not broken, but since the targets files themselves are still part of .NET,
10
+ the shim will internally simply redirect to the real copy of the targets file in the .NET Framework.
11
+ -->
12
+
13
+ <!-- In the original Microsoft.Xaml.targets this is mapped to MSBuildBinPath, which is no longer
14
+ the .NET Framework directory and thus will no longer be the right answer. Override it to point
15
+ to the correct .NET Framework location. -->
16
+ <PropertyGroup>
17
+ <XamlBuildTaskPath Condition="'$(XamlBuildTaskPath)' == ''">$(MSBuildToolsPath64)</XamlBuildTaskPath>
18
+ </PropertyGroup>
19
+
20
+ <Import Project="$(MSBuildFrameworkToolsPath)\Microsoft.Xaml.targets" Condition="Exists('$(MSBuildFrameworkToolsPath)\Microsoft.Xaml.targets')" />
21
+
22
+ </Project>
msbuild/System.Buffers.dll ADDED
Binary file (21.4 kB). View file
 
msbuild/System.Resources.Extensions.dll ADDED
Binary file (80.1 kB). View file
 
msbuild/System.Runtime.CompilerServices.Unsafe.dll ADDED
Binary file (18 kB). View file
 
msbuild/System.Security.Principal.Windows.dll ADDED
Binary file (81.3 kB). View file
 
msbuild/System.Text.Encodings.Web.dll ADDED
Binary file (70.9 kB). View file
 
msbuild/System.Text.Json.SourceGeneration.resources.dll ADDED
Binary file (20.8 kB). View file
 
msbuild/System.Threading.Tasks.Extensions.dll ADDED
Binary file (26 kB). View file
 
msbuild/System.ValueTuple.dll ADDED
Binary file (79.5 kB). View file
 
msbuild/Workflow.Targets ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project>
2
+
3
+ <!--
4
+ With MSBuild 12, we've changed MSBuildToolsPath to for the first time point to a directory
5
+ outside of the .NET Framework. As a result of this, there were several targets files, of which
6
+ this was one, that were being referenced as out of MSBuildToolsPath that are now no longer there.
7
+
8
+ Thus, we are shimming those targets files so that they do still appear in MSBuildToolsPath, so that
9
+ consumers of them are not broken, but since the targets files themselves are still part of .NET,
10
+ the shim will internally simply redirect to the real copy of the targets file in the .NET Framework.
11
+ -->
12
+
13
+ <Import Project="$(MSBuildFrameworkToolsPath)\Workflow.targets" />
14
+
15
+ </Project>
msbuild/Workflow.VisualBasic.Targets ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project>
2
+
3
+ <!--
4
+ With MSBuild 12, we've changed MSBuildToolsPath to for the first time point to a directory
5
+ outside of the .NET Framework. As a result of this, there were several targets files, of which
6
+ this was one, that were being referenced as out of MSBuildToolsPath that are now no longer there.
7
+
8
+ Thus, we are shimming those targets files so that they do still appear in MSBuildToolsPath, so that
9
+ consumers of them are not broken, but since the targets files themselves are still part of .NET,
10
+ the shim will internally simply redirect to the real copy of the targets file in the .NET Framework.
11
+ -->
12
+
13
+ <Import Project="$(MSBuildFrameworkToolsPath)\Workflow.VisualBasic.targets" />
14
+
15
+ </Project>
msbuild/mscorlib.dll ADDED
Binary file (54.4 kB). View file
 
msvc/setup_x64.bat ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+
3
+ set VSCMD_ARG_HOST_ARCH=x64
4
+ set VSCMD_ARG_TGT_ARCH=x64
5
+
6
+ set VCToolsVersion=14.50.35717
7
+ set WindowsSDKVersion=10.0.26100.0\
8
+
9
+ set VCToolsInstallDir=%~dp0VC\Tools\MSVC\14.50.35717\
10
+ set WindowsSdkBinPath=%~dp0Windows Kits\10\bin\
11
+
12
+ set PATH=%~dp0VC\Tools\MSVC\14.50.35717\bin\Hostx64\x64;%~dp0Windows Kits\10\bin\10.0.26100.0\x64;%~dp0Windows Kits\10\bin\10.0.26100.0\x64\ucrt;%PATH%
13
+ set INCLUDE=%~dp0VC\Tools\MSVC\14.50.35717\include;%~dp0Windows Kits\10\Include\10.0.26100.0\ucrt;%~dp0Windows Kits\10\Include\10.0.26100.0\shared;%~dp0Windows Kits\10\Include\10.0.26100.0\um;%~dp0Windows Kits\10\Include\10.0.26100.0\winrt;%~dp0Windows Kits\10\Include\10.0.26100.0\cppwinrt
14
+ set LIB=%~dp0VC\Tools\MSVC\14.50.35717\lib\x64;%~dp0Windows Kits\10\Lib\10.0.26100.0\ucrt\x64;%~dp0Windows Kits\10\Lib\10.0.26100.0\um\x64
msvc/setup_x86.bat ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+
3
+ set VSCMD_ARG_HOST_ARCH=x64
4
+ set VSCMD_ARG_TGT_ARCH=x86
5
+
6
+ set VCToolsVersion=14.50.35717
7
+ set WindowsSDKVersion=10.0.26100.0\
8
+
9
+ set VCToolsInstallDir=%~dp0VC\Tools\MSVC\14.50.35717\
10
+ set WindowsSdkBinPath=%~dp0Windows Kits\10\bin\
11
+
12
+ set PATH=%~dp0VC\Tools\MSVC\14.50.35717\bin\Hostx64\x86;%~dp0Windows Kits\10\bin\10.0.26100.0\x64;%~dp0Windows Kits\10\bin\10.0.26100.0\x64\ucrt;%PATH%
13
+ set INCLUDE=%~dp0VC\Tools\MSVC\14.50.35717\include;%~dp0Windows Kits\10\Include\10.0.26100.0\ucrt;%~dp0Windows Kits\10\Include\10.0.26100.0\shared;%~dp0Windows Kits\10\Include\10.0.26100.0\um;%~dp0Windows Kits\10\Include\10.0.26100.0\winrt;%~dp0Windows Kits\10\Include\10.0.26100.0\cppwinrt
14
+ set LIB=%~dp0VC\Tools\MSVC\14.50.35717\lib\x86;%~dp0Windows Kits\10\Lib\10.0.26100.0\ucrt\x86;%~dp0Windows Kits\10\Lib\10.0.26100.0\um\x86
node/CHANGELOG.md ADDED
@@ -0,0 +1,1430 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Node.js Changelog
2
+
3
+ Select a Node.js version below to view the changelog history:
4
+
5
+ * [Node.js 26](doc/changelogs/CHANGELOG_V26.md) **Current**
6
+ * [Node.js 25](doc/changelogs/CHANGELOG_V25.md) **Current**
7
+ * [Node.js 24](doc/changelogs/CHANGELOG_V24.md) **Long Term Support**
8
+ * [Node.js 23](doc/changelogs/CHANGELOG_V23.md) End-of-Life
9
+ * [Node.js 22](doc/changelogs/CHANGELOG_V22.md) Long Term Support
10
+ * [Node.js 21](doc/changelogs/CHANGELOG_V21.md) End-of-Life
11
+ * [Node.js 20](doc/changelogs/CHANGELOG_V20.md) Long Term Support
12
+ * [Node.js 19](doc/changelogs/CHANGELOG_V19.md) End-of-Life
13
+ * [Node.js 18](doc/changelogs/CHANGELOG_V18.md) End-of-Life
14
+ * [Node.js 17](doc/changelogs/CHANGELOG_V17.md) End-of-Life
15
+ * [Node.js 16](doc/changelogs/CHANGELOG_V16.md) End-of-Life
16
+ * [Node.js 15](doc/changelogs/CHANGELOG_V15.md) End-of-Life
17
+ * [Node.js 14](doc/changelogs/CHANGELOG_V14.md) End-of-Life
18
+ * [Node.js 13](doc/changelogs/CHANGELOG_V13.md) End-of-Life
19
+ * [Node.js 12](doc/changelogs/CHANGELOG_V12.md) End-of-Life
20
+ * [Node.js 11](doc/changelogs/CHANGELOG_V11.md) End-of-Life
21
+ * [Node.js 10](doc/changelogs/CHANGELOG_V10.md) End-of-Life
22
+ * [Node.js 9](doc/changelogs/CHANGELOG_V9.md) End-of-Life
23
+ * [Node.js 8](doc/changelogs/CHANGELOG_V8.md) End-of-Life
24
+ * [Node.js 7](doc/changelogs/CHANGELOG_V7.md) End-of-Life
25
+ * [Node.js 6](doc/changelogs/CHANGELOG_V6.md) End-of-Life
26
+ * [Node.js 5](doc/changelogs/CHANGELOG_V5.md) End-of-Life
27
+ * [Node.js 4](doc/changelogs/CHANGELOG_V4.md) End-of-Life
28
+ * [io.js](doc/changelogs/CHANGELOG_IOJS.md) End-of-Life
29
+ * [Node.js 0.12](doc/changelogs/CHANGELOG_V012.md) End-of-Life
30
+ * [Node.js 0.10](doc/changelogs/CHANGELOG_V010.md) End-of-Life
31
+ * [Archive](doc/changelogs/CHANGELOG_ARCHIVE.md)
32
+
33
+ Please use the following table to find the changelog for a specific Node.js
34
+ release.
35
+
36
+ <table>
37
+ <tr>
38
+ <th title="Current"><a href="doc/changelogs/CHANGELOG_V26.md">26</a> (Current)</th>
39
+ <th title="Current"><a href="doc/changelogs/CHANGELOG_V25.md">25</a> (Current)</th>
40
+ <th title="LTS Until 2028-04"><a href="doc/changelogs/CHANGELOG_V24.md">24</a> (LTS)</th>
41
+ <th title="LTS Until 2027-04"><a href="doc/changelogs/CHANGELOG_V22.md">22</a> (LTS)</th>
42
+ <th title="LTS Until 2026-04"><a href="doc/changelogs/CHANGELOG_V20.md">20</a> (LTS)</th>
43
+ </tr>
44
+ <tr>
45
+ <td valign="top">
46
+ <b><a href="doc/changelogs/CHANGELOG_V26.md#26.1.0">26.1.0</a></b><br/>
47
+ <a href="doc/changelogs/CHANGELOG_V26.md#26.0.0">26.0.0</a><br/>
48
+ </td>
49
+ <td valign="top">
50
+ <b><a href="doc/changelogs/CHANGELOG_V25.md#25.9.0">25.9.0</a></b><br/>
51
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.8.2">25.8.2</a><br/>
52
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.8.1">25.8.1</a><br/>
53
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.8.0">25.8.0</a><br/>
54
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.7.0">25.7.0</a><br/>
55
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.6.1">25.6.1</a><br/>
56
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.6.0">25.6.0</a><br/>
57
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.5.0">25.5.0</a><br/>
58
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.4.0">25.4.0</a><br/>
59
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.3.0">25.3.0</a><br/>
60
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.2.1">25.2.1</a><br/>
61
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.2.0">25.2.0</a><br/>
62
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.1.0">25.1.0</a><br/>
63
+ <a href="doc/changelogs/CHANGELOG_V25.md#25.0.0">25.0.0</a><br/>
64
+ </td>
65
+ <td valign="top">
66
+ <b><a href="doc/changelogs/CHANGELOG_V24.md#24.14.1">24.14.1</a></b><br/>
67
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.14.0">24.14.0</a><br/>
68
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.13.1">24.13.1</a><br/>
69
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.13.0">24.13.0</a><br/>
70
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.12.0">24.12.0</a><br/>
71
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.11.1">24.11.1</a><br/>
72
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.11.0">24.11.0</a><br/>
73
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.10.0">24.10.0</a><br/>
74
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.9.0">24.9.0</a><br/>
75
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.8.0">24.8.0</a><br/>
76
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.7.0">24.7.0</a><br/>
77
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.6.0">24.6.0</a><br/>
78
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.5.0">24.5.0</a><br/>
79
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.4.1">24.4.1</a><br/>
80
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.4.0">24.4.0</a><br/>
81
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.3.0">24.3.0</a><br/>
82
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.2.0">24.2.0</a><br/>
83
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.1.0">24.1.0</a><br/>
84
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.0.2">24.0.2</a><br/>
85
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.0.1">24.0.1</a><br/>
86
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.0.0">24.0.0</a><br/>
87
+ </td>
88
+ <td valign="top">
89
+ <b><a href="doc/changelogs/CHANGELOG_V23.md#23.11.0">23.11.0</a></b><br/>
90
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.10.0">23.10.0</a><br/>
91
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.9.0">23.9.0</a><br/>
92
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.8.0">23.8.0</a><br/>
93
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.7.0">23.7.0</a><br/>
94
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.6.1">23.6.1</a><br/>
95
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.6.0">23.6.0</a><br/>
96
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.5.0">23.5.0</a><br/>
97
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.4.0">23.4.0</a><br/>
98
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.3.0">23.3.0</a><br/>
99
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.2.0">23.2.0</a><br/>
100
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.1.0">23.1.0</a><br/>
101
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.0.0">23.0.0</a><br/>
102
+ </td>
103
+ <td valign="top">
104
+ <b><a href="doc/changelogs/CHANGELOG_V22.md#22.15.0">22.15.0</a></b><br/>
105
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.14.0">22.14.0</a><br/>
106
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.13.1">22.13.1</a><br/>
107
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.13.0">22.13.0</a><br/>
108
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.12.0">22.12.0</a><br/>
109
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.11.0">22.11.0</a><br/>
110
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.10.0">22.10.0</a><br/>
111
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.9.0">22.9.0</a><br/>
112
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.8.0">22.8.0</a><br/>
113
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.7.0">22.7.0</a><br/>
114
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.6.0">22.6.0</a><br/>
115
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.5.1">22.5.1</a><br/>
116
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.5.0">22.5.0</a><br/>
117
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.4.1">22.4.1</a><br/>
118
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.4.0">22.4.0</a><br/>
119
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.3.0">22.3.0</a><br/>
120
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.2.0">22.2.0</a><br/>
121
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.1.0">22.1.0</a><br/>
122
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.0.0">22.0.0</a><br/>
123
+ </td>
124
+ <td valign="top">
125
+ <b><a href="doc/changelogs/CHANGELOG_V20.md#20.20.2">20.20.2</a></b><br/>
126
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.20.1">20.20.1</a><br/>
127
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.20.0">20.20.0</a><br/>
128
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.19.6">20.19.6</a><br/>
129
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.19.5">20.19.5</a><br/>
130
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.19.4">20.19.4</a><br/>
131
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.19.3">20.19.3</a><br/>
132
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.19.2">20.19.2</a><br/>
133
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.19.1">20.19.1</a><br/>
134
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.19.0">20.19.0</a><br/>
135
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.18.3">20.18.3</a><br/>
136
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.18.2">20.18.2</a><br/>
137
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.18.1">20.18.1</a><br/>
138
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.18.0">20.18.0</a><br/>
139
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.17.0">20.17.0</a><br/>
140
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.16.0">20.16.0</a><br/>
141
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.15.1">20.15.1</a><br/>
142
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.15.0">20.15.0</a><br/>
143
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.14.0">20.14.0</a><br/>
144
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.13.1">20.13.1</a><br/>
145
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.13.0">20.13.0</a><br/>
146
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.12.2">20.12.2</a><br/>
147
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.12.1">20.12.1</a><br/>
148
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.12.0">20.12.0</a><br/>
149
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.11.1">20.11.1</a><br/>
150
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.11.0">20.11.0</a><br/>
151
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.10.0">20.10.0</a><br/>
152
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.9.0">20.9.0</a><br/>
153
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.8.1">20.8.1</a><br/>
154
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.8.0">20.8.0</a><br/>
155
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.7.0">20.7.0</a><br/>
156
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.6.1">20.6.1</a><br/>
157
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.6.0">20.6.0</a><br/>
158
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.5.1">20.5.1</a><br/>
159
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.5.0">20.5.0</a><br/>
160
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.4.0">20.4.0</a><br/>
161
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.3.1">20.3.1</a><br/>
162
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.3.0">20.3.0</a><br/>
163
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a><br/>
164
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.1.0">20.1.0</a><br/>
165
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
166
+ </td>
167
+ </tr>
168
+ </table>
169
+
170
+ ## Notes
171
+
172
+ * The [Node.js Long Term Support plan](https://github.com/nodejs/Release) covers
173
+ LTS releases.
174
+ * Release versions in **bold** text are the most recent supported releases.
175
+
176
+ ***
177
+
178
+ ***
179
+
180
+ ## 2016-05-06, Version 0.12.14 (Maintenance), @rvagg
181
+
182
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.14">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.14</a>.
183
+
184
+ ## 2016-05-06, Version 0.10.45 (Maintenance), @rvagg
185
+
186
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.45">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.45</a>.
187
+
188
+ ## 2016-05-05, Version 6.1.0 (Current), @Fishrock123
189
+
190
+ <a href="doc/changelogs/CHANGELOG_V6.md#6.1.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.1.0</a>.
191
+
192
+ ## 2016-05-05, Version 5.11.1 (Stable), @evanlucas
193
+
194
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.11.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.11.1</a>.
195
+
196
+ ## 2016-05-05, Version 4.4.4 'Argon' (LTS), @thealphanerd
197
+
198
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.4.4">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.4</a>.
199
+
200
+ ## 2016-04-26, Version 6.0.0 (Current), @jasnell
201
+
202
+ <a href="doc/changelogs/CHANGELOG_V6.md#6.0.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.0.0</a>.
203
+
204
+ ## 2016-04-20, Version 5.11.0 (Stable), @thealphanerd
205
+
206
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.11.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.11.0</a>.
207
+
208
+ ## 2016-04-05, Version 5.10.1 (Stable), @thealphanerd
209
+
210
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.10.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.10.1</a>.
211
+
212
+ ## 2016-03-31, Version 0.10.44 (Maintenance), @rvagg
213
+
214
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.44">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.44</a>.
215
+
216
+ ## 2016-03-31, Version 5.10.0 (Stable), @evanlucas
217
+
218
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.10.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.10.0</a>.
219
+
220
+ ## 2016-03-31, Version 4.4.2 'Argon' (LTS), @thealphanerd
221
+
222
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.4.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.2</a>.
223
+
224
+ ## 2016-03-31, Version 0.12.13 (LTS), @rvagg
225
+
226
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.13">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.13</a>.
227
+
228
+ ## 2016-03-23, Version 5.9.1 (Stable), @Fishrock123
229
+
230
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.9.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.9.1</a>.
231
+
232
+ ## 2016-03-22, Version 4.4.1 'Argon' (LTS), @thealphanerd
233
+
234
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.4.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.1</a>.
235
+
236
+ ## 2016-03-16, Version 5.9.0 (Stable), @evanlucas
237
+
238
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.9.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.9.0</a>.
239
+
240
+ ## 2016-03-08, Version 5.8.0 (Stable), @Fishrock123
241
+
242
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.8.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.8.0</a>.
243
+
244
+ ## 2016-03-08, Version 4.4.0 'Argon' (LTS), @thealphanerd
245
+
246
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.4.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.0</a>.
247
+
248
+ ## 2016-03-08, Version 0.12.12 (LTS), @rvagg
249
+
250
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.12">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.12</a>.
251
+
252
+ ## 2016-03-03, Version 0.12.11 (LTS), @rvagg
253
+
254
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.11">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.11</a>.
255
+
256
+ ## 2016-03-02, Version 5.7.1 (Stable), @Fishrock123
257
+
258
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.7.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.7.1</a>.
259
+
260
+ ## 2016-03-02, Version 4.3.2 'Argon' (LTS), @thealphanerd
261
+
262
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.3.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.3.2</a>.
263
+
264
+ ## 2016-02-23, Version 5.7.0 (Stable), @rvagg
265
+
266
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.7.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.7.0</a>.
267
+
268
+ ## 2016-02-16, Version 4.3.1 'Argon' (LTS), @thealphanerd
269
+
270
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.3.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.3.1</a>.
271
+
272
+ ## 2016-02-09, Version 5.6.0 (Stable), @jasnell
273
+
274
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.6.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.6.0</a>.
275
+
276
+ ## 2016-02-09, Version 4.3.0 'Argon' (LTS), @jasnell
277
+
278
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.3.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.3.0</a>.
279
+
280
+ ## 2016-02-09, Version 0.12.10 (LTS), @jasnell
281
+
282
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.10">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.10</a>.
283
+
284
+ ## 2016-02-09, Version 0.10.42 (Maintenance), @jasnell
285
+
286
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.42">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.42</a>.
287
+
288
+ ## 2016-01-21, Version 4.2.6 'Argon' (LTS), @TheAlphaNerd
289
+
290
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.6">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.6</a>.
291
+
292
+ ## 2016-01-20, Version 5.5.0 (Stable), @evanlucas
293
+
294
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.5.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.5.0</a>.
295
+
296
+ ## 2016-01-20, Version 4.2.5 'Argon' (LTS), @TheAlphaNerd
297
+
298
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.5">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.5</a>.
299
+
300
+ ## 2016-01-12, Version 5.4.1 (Stable), @TheAlphaNerd
301
+
302
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.4.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.4.1</a>.
303
+
304
+ ## 2016-01-06, Version 5.4.0 (Stable), @Fishrock123
305
+
306
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.4.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.4.0</a>.
307
+
308
+ ## 2015-12-23, Version 4.2.4 'Argon' (LTS), @jasnell
309
+
310
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.4">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.4</a>.
311
+
312
+ ## 2015-12-16, Version 5.3.0 (Stable), @cjihrig
313
+
314
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.3.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.3.0</a>.
315
+
316
+ ## 2015-12-09, Version 5.2.0 (Stable), @rvagg
317
+
318
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.2.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.2.0</a>.
319
+
320
+ ## 2015-12-04, Version 5.1.1 (Stable), @rvagg
321
+
322
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.1.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.1.1</a>.
323
+
324
+ ## 2015-12-04, Version 4.2.3 'Argon' (LTS), @rvagg
325
+
326
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.3">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.3</a>.
327
+
328
+ ## 2015-12-04, Version 0.12.9 (LTS), @rvagg
329
+
330
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.9">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.9</a>.
331
+
332
+ ## 2015-12-04, Version 0.10.41 (Maintenance), @rvagg
333
+
334
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.41">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.41</a>.
335
+
336
+ ## 2015.11.25, Version 0.12.8 (LTS), @rvagg
337
+
338
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.8">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.8</a>.
339
+
340
+ ## 2015-11-17, Version 5.1.0 (Stable), @Fishrock123
341
+
342
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.1.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.1.0</a>.
343
+
344
+ ## 2015-11-03, Version 4.2.2 'Argon' (LTS), @jasnell
345
+
346
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.2</a>.
347
+
348
+ ## 2015-10-29, Version 5.0.0 (Stable), @rvagg
349
+
350
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.0.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.0.0</a>.
351
+
352
+ ## 2015-10-13, Version 4.2.1 'Argon' (LTS), @jasnell
353
+
354
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.1</a>.
355
+
356
+ ## 2015-10-07, Version 4.2.0 'Argon' (LTS), @jasnell
357
+
358
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.0</a>.
359
+
360
+ ## 2015-10-05, Version 4.1.2 (Stable), @rvagg
361
+
362
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.1.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.1.2</a>.
363
+
364
+ ## 2015-09-22, Version 4.1.1 (Stable), @rvagg
365
+
366
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.1.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.1.1</a>.
367
+
368
+ ## 2015-09-17, Version 4.1.0 (Stable), @Fishrock123
369
+
370
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.1.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.1.0</a>.
371
+
372
+ ## 2015-09-15, io.js Version 3.3.1 @rvagg
373
+
374
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#3.3.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.3.1</a>.
375
+
376
+ ## 2015-09-08, Version 4.0.0 (Stable), @rvagg
377
+
378
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.0.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.0.0</a>.
379
+
380
+ ## 2015-09-02, Version 3.3.0, @rvagg
381
+
382
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#3.3.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.3.0</a>.
383
+
384
+ ## 2015-08-25, Version 3.2.0, @rvagg
385
+
386
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#3.2.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.2.0</a>.
387
+
388
+ ## 2015-08-18, Version 3.1.0, @Fishrock123
389
+
390
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#3.1.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.1.0</a>.
391
+
392
+ ## 2015-08-04, Version 3.0.0, @rvagg
393
+
394
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#3.0.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.0.0</a>.
395
+
396
+ ## 2015-07-28, Version 2.5.0, @cjihrig
397
+
398
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.5.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.5.0</a>.
399
+
400
+ ## 2015-07-17, Version 2.4.0, @Fishrock123
401
+
402
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.4.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.4.0</a>.
403
+
404
+ ## 2015-07-09, Version 2.3.4, @Fishrock123
405
+
406
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.4</a>.
407
+
408
+ ## 2015-07-09, Version 1.8.4, @Fishrock123
409
+
410
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.4</a>.
411
+
412
+ ## 2015-07-09, Version 0.12.7 (Stable)
413
+
414
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.7">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.7</a>.
415
+
416
+ ## 2015-07-04, Version 2.3.3, @Fishrock123
417
+
418
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.3</a>.
419
+
420
+ ## 2015-07-04, Version 1.8.3, @rvagg
421
+
422
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.3</a>.
423
+
424
+ ## 2015-07-03, Version 0.12.6 (Stable)
425
+
426
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.6">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.6</a>.
427
+
428
+ ## 2015-07-01, Version 2.3.2, @rvagg
429
+
430
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.2</a>.
431
+
432
+ ## 2015-06-23, Version 2.3.1, @rvagg
433
+
434
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.1</a>.
435
+
436
+ ## 2015-06-22, Version 0.12.5 (Stable)
437
+
438
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.5">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.5</a>.
439
+
440
+ ## 2015-06-18, Version 0.10.39 (Maintenance)
441
+
442
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.39">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.39</a>.
443
+
444
+ ## 2015-06-13, Version 2.3.0, @rvagg
445
+
446
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.0</a>.
447
+
448
+ ## 2015-06-01, Version 2.2.1, @rvagg
449
+
450
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.2.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.2.1</a>.
451
+
452
+ ## 2015-05-31, Version 2.2.0, @rvagg
453
+
454
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.2.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.2.0</a>.
455
+
456
+ ## 2015-05-24, Version 2.1.0, @rvagg
457
+
458
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.1.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.1.0</a>.
459
+
460
+ ## 2015-05-22, Version 0.12.4 (Stable)
461
+
462
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.4">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.4</a>.
463
+
464
+ ## 2015-05-17, Version 1.8.2, @rvagg
465
+
466
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.2</a>.
467
+
468
+ ## 2015-05-15, Version 2.0.2, @Fishrock123
469
+
470
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.0.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.0.2</a>.
471
+
472
+ ## 2015-05-13, Version 0.12.3 (Stable)
473
+
474
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.3">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.3</a>.
475
+
476
+ ## 2015-05-07, Version 2.0.1, @rvagg
477
+
478
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.0.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.0.1</a>.
479
+
480
+ ## 2015-05-04, Version 2.0.0, @rvagg
481
+
482
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.0.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.0.0</a>.
483
+
484
+ ## 2015-04-20, Version 1.8.1, @chrisdickinson
485
+
486
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.1</a>.
487
+
488
+ ## 2015-04-14, Version 1.7.1, @rvagg
489
+
490
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.7.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.7.1</a>.
491
+
492
+ ## 2015-04-14, Version 1.7.0, @rvagg
493
+
494
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.7.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.7.0</a>.
495
+
496
+ ## 2015-04-06, Version 1.6.4, @Fishrock123
497
+
498
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.4</a>.
499
+
500
+ ## 2015-03-31, Version 1.6.3, @rvagg
501
+
502
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.3</a>.
503
+
504
+ ## 2015-03-31, Version 0.12.2 (Stable)
505
+
506
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.2">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.2</a>.
507
+
508
+ ## 2015-03-23, Version 1.6.2, @rvagg
509
+
510
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.2</a>.
511
+
512
+ ## 2015-03-23, Version 0.12.1 (Stable)
513
+
514
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.1">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.1</a>.
515
+
516
+ ## 2015-03-23, Version 0.10.38 (Maintenance)
517
+
518
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.38">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.38</a>.
519
+
520
+ ## 2015-03-20, Version 1.6.1, @rvagg
521
+
522
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.1</a>.
523
+
524
+ ## 2015-03-19, Version 1.6.0, @chrisdickinson
525
+
526
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.0</a>.
527
+
528
+ ## 2015-03-11, Version 0.10.37 (Maintenance)
529
+
530
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.37">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.37</a>.
531
+
532
+ ## 2015-03-09, Version 1.5.1, @rvagg
533
+
534
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.5.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.5.1</a>.
535
+
536
+ ## 2015-03-06, Version 1.5.0, @rvagg
537
+
538
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.5.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.5.0</a>.
539
+
540
+ ## 2015-03-02, Version 1.4.3, @rvagg
541
+
542
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.4.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.4.3</a>.
543
+
544
+ ## 2015-02-28, Version 1.4.2, @rvagg
545
+
546
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.4.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.4.2</a>.
547
+
548
+ ## 2015-02-26, Version 1.4.1, @rvagg
549
+
550
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.4.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.4.1</a>.
551
+
552
+ ## 2015-02-20, Version 1.3.0, @rvagg
553
+
554
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.3.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.3.0</a>.
555
+
556
+ ## 2015-02-10, Version 1.2.0, @rvagg
557
+
558
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.2.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.2.0</a>.
559
+
560
+ ## 2015-02-06, Version 0.12.0 (Stable)
561
+
562
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.0">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.0</a>.
563
+
564
+ ## 2015-02-03, Version 1.1.0, @chrisdickinson
565
+
566
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.1.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.1.0</a>.
567
+
568
+ ## 2015-01-26, Version 0.10.36 (Stable)
569
+
570
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.36">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.36</a>.
571
+
572
+ ## 2015-01-24, Version 1.0.4, @rvagg
573
+
574
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.4</a>.
575
+
576
+ ## 2015-01-20, Version 1.0.3, @rvagg
577
+
578
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.3</a>.
579
+
580
+ ## 2015-01-16, Version 1.0.2, @rvagg
581
+
582
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.2</a>.
583
+
584
+ ## 2015-01-14, Version 1.0.1, @rvagg
585
+
586
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.1</a>.
587
+
588
+ ## 2014.09.24, Version 0.11.14 (Unstable)
589
+
590
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.14</a>.
591
+
592
+ ## 2014.05.01, Version 0.11.13 (Unstable)
593
+
594
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.13</a>.
595
+
596
+ ## 2014.03.11, Version 0.11.12 (Unstable)
597
+
598
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.12</a>.
599
+
600
+ ## 2014.01.29, Version 0.11.11 (Unstable)
601
+
602
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.11</a>.
603
+
604
+ ## 2013.12.31, Version 0.11.10 (Unstable)
605
+
606
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.10</a>.
607
+
608
+ ## 2013.11.20, Version 0.11.9 (Unstable)
609
+
610
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.9</a>.
611
+
612
+ ## 2013.10.30, Version 0.11.8 (Unstable)
613
+
614
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.8</a>.
615
+
616
+ ## 2013.08.21, Version 0.11.7 (Unstable)
617
+
618
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.7</a>.
619
+
620
+ ## 2013.08.21, Version 0.11.6 (Unstable)
621
+
622
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.6</a>.
623
+
624
+ ## 2013.08.06, Version 0.11.5 (Unstable)
625
+
626
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.5</a>.
627
+
628
+ ## 2013.07.12, Version 0.11.4 (Unstable)
629
+
630
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.4</a>.
631
+
632
+ ## 2013.06.26, Version 0.11.3 (Unstable)
633
+
634
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.3</a>.
635
+
636
+ ## 2013.05.13, Version 0.11.2 (Unstable)
637
+
638
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.2</a>.
639
+
640
+ ## 2013.04.19, Version 0.11.1 (Unstable)
641
+
642
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.1</a>.
643
+
644
+ ## 2013.03.28, Version 0.11.0 (Unstable)
645
+
646
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.0</a>.
647
+
648
+ ## 2014.12.22, Version 0.10.35 (Stable)
649
+
650
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.35">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.35</a>.
651
+
652
+ ## 2014.12.17, Version 0.10.34 (Stable)
653
+
654
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.34">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.34</a>.
655
+
656
+ ## 2014.10.20, Version 0.10.33 (Stable)
657
+
658
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.33">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.33</a>.
659
+
660
+ ## 2014.09.16, Version 0.10.32 (Stable)
661
+
662
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.32">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.32</a>.
663
+
664
+ ## 2014.08.19, Version 0.10.31 (Stable)
665
+
666
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.31">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.31</a>.
667
+
668
+ ## 2014.07.31, Version 0.10.30 (Stable)
669
+
670
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.30">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.30</a>.
671
+
672
+ ## 2014.06.05, Version 0.10.29 (Stable)
673
+
674
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.29">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.29</a>.
675
+
676
+ ## 2014.05.01, Version 0.10.28 (Stable)
677
+
678
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.28">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.28</a>.
679
+
680
+ ## 2014.05.01, Version 0.10.27 (Stable)
681
+
682
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.27">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.27</a>.
683
+
684
+ ## 2014.02.18, Version 0.10.26 (Stable)
685
+
686
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.26">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.26</a>.
687
+
688
+ ## 2014.01.23, Version 0.10.25 (Stable)
689
+
690
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.25">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.25</a>.
691
+
692
+ ## 2013.12.18, Version 0.10.24 (Stable)
693
+
694
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.24">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.24</a>.
695
+
696
+ ## 2013.12.12, Version 0.10.23 (Stable)
697
+
698
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.23">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.23</a>.
699
+
700
+ ## 2013.11.12, Version 0.10.22 (Stable)
701
+
702
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.22">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.22</a>.
703
+
704
+ ## 2013.10.18, Version 0.10.21 (Stable)
705
+
706
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.21">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.21</a>.
707
+
708
+ ## 2013.09.30, Version 0.10.20 (Stable)
709
+
710
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.20">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.20</a>.
711
+
712
+ ## 2013.09.24, Version 0.10.19 (Stable)
713
+
714
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.19">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.19</a>.
715
+
716
+ ## 2013.09.04, Version 0.10.18 (Stable)
717
+
718
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.18">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.18</a>.
719
+
720
+ ## 2013.08.21, Version 0.10.17 (Stable)
721
+
722
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.17">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.17</a>.
723
+
724
+ ## 2013.08.16, Version 0.10.16 (Stable)
725
+
726
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.16">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.16</a>.
727
+
728
+ ## 2013.07.25, Version 0.10.15 (Stable)
729
+
730
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.15">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.15</a>.
731
+
732
+ ## 2013.07.25, Version 0.10.14 (Stable)
733
+
734
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.14">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.14</a>.
735
+
736
+ ## 2013.07.09, Version 0.10.13 (Stable)
737
+
738
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.13">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.13</a>.
739
+
740
+ ## 2013.06.18, Version 0.10.12 (Stable)
741
+
742
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.12">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.12</a>.
743
+
744
+ ## 2013.06.13, Version 0.10.11 (Stable)
745
+
746
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.11">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.11</a>.
747
+
748
+ ## 2013.06.04, Version 0.10.10 (Stable)
749
+
750
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.10">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.10</a>.
751
+
752
+ ## 2013.05.30, Version 0.10.9 (Stable)
753
+
754
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.9">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.9</a>.
755
+
756
+ ## 2013.05.24, Version 0.10.8 (Stable)
757
+
758
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.8">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.8</a>.
759
+
760
+ ## 2013.05.17, Version 0.10.7 (Stable)
761
+
762
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.7">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.7</a>.
763
+
764
+ ## 2013.05.14, Version 0.10.6 (Stable)
765
+
766
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.6">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.6</a>.
767
+
768
+ ## 2013.04.23, Version 0.10.5 (Stable)
769
+
770
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.5">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.5</a>.
771
+
772
+ ## 2013.04.11, Version 0.10.4 (Stable)
773
+
774
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.4">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.4</a>.
775
+
776
+ ## 2013.04.03, Version 0.10.3 (Stable)
777
+
778
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.3">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.3</a>.
779
+
780
+ ## 2013.03.28, Version 0.10.2 (Stable)
781
+
782
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.2">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.2</a>.
783
+
784
+ ## 2013.03.21, Version 0.10.1 (Stable)
785
+
786
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.1">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.1</a>.
787
+
788
+ ## 2013.03.11, Version 0.10.0 (Stable)
789
+
790
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.0">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.0</a>.
791
+
792
+ ## 2013.03.06, Version 0.9.12 (Unstable)
793
+
794
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.12</a>.
795
+
796
+ ## 2013.03.01, Version 0.9.11 (Unstable)
797
+
798
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.11</a>.
799
+
800
+ ## 2013.02.19, Version 0.9.10 (Unstable)
801
+
802
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.10</a>.
803
+
804
+ ## 2013.02.07, Version 0.9.9 (Unstable)
805
+
806
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.9</a>.
807
+
808
+ ## 2013.01.24, Version 0.9.8 (Unstable)
809
+
810
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.8</a>.
811
+
812
+ ## 2013.01.18, Version 0.9.7 (Unstable)
813
+
814
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.7</a>.
815
+
816
+ ## 2013.01.11, Version 0.9.6 (Unstable)
817
+
818
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.6</a>.
819
+
820
+ ## 2012.12.30, Version 0.9.5 (Unstable)
821
+
822
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.5</a>.
823
+
824
+ ## 2012.12.21, Version 0.9.4 (Unstable)
825
+
826
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.4</a>.
827
+
828
+ ## 2012.10.24, Version 0.9.3 (Unstable)
829
+
830
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.3</a>.
831
+
832
+ ## 2012.09.17, Version 0.9.2 (Unstable)
833
+
834
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.2</a>.
835
+
836
+ ## 2012.08.28, Version 0.9.1 (Unstable)
837
+
838
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.1</a>.
839
+
840
+ ## 2012.07.20, Version 0.9.0 (Unstable)
841
+
842
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.0</a>.
843
+
844
+ ## 2013.06.13, Version 0.8.25 (maintenance)
845
+
846
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.25">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.25</a>.
847
+
848
+ ## 2013.06.04, Version 0.8.24 (maintenance)
849
+
850
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.24">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.24</a>.
851
+
852
+ ## 2013.04.09, Version 0.8.23 (maintenance)
853
+
854
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.23">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.23</a>.
855
+
856
+ ## 2013.03.07, Version 0.8.22 (Stable)
857
+
858
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.22">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.22</a>.
859
+
860
+ ## 2013.02.25, Version 0.8.21 (Stable)
861
+
862
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.21">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.21</a>.
863
+
864
+ ## 2013.02.15, Version 0.8.20 (Stable)
865
+
866
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.20">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.20</a>.
867
+
868
+ ## 2013.02.06, Version 0.8.19 (Stable)
869
+
870
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.19">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.19</a>.
871
+
872
+ ## 2013.01.18, Version 0.8.18 (Stable)
873
+
874
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.18">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.18</a>.
875
+
876
+ ## 2013.01.09, Version 0.8.17 (Stable)
877
+
878
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.17">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.17</a>.
879
+
880
+ ## 2012.12.13, Version 0.8.16 (Stable)
881
+
882
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.16">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.16</a>.
883
+
884
+ ## 2012.11.26, Version 0.8.15 (Stable)
885
+
886
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.15">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.15</a>.
887
+
888
+ ## 2012.10.25, Version 0.8.14 (Stable)
889
+
890
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.14</a>.
891
+
892
+ ## 2012.10.25, Version 0.8.13 (Stable)
893
+
894
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.13</a>.
895
+
896
+ ## 2012.10.12, Version 0.8.12 (Stable)
897
+
898
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.12</a>.
899
+
900
+ ## 2012.09.27, Version 0.8.11 (Stable)
901
+
902
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.11</a>.
903
+
904
+ ## 2012.09.25, Version 0.8.10 (Stable)
905
+
906
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.10</a>.
907
+
908
+ ## 2012.09.11, Version 0.8.9 (Stable)
909
+
910
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.9</a>.
911
+
912
+ ## 2012.08.22, Version 0.8.8 (Stable)
913
+
914
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.8</a>.
915
+
916
+ ## 2012.08.15, Version 0.8.7 (Stable)
917
+
918
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.7</a>.
919
+
920
+ ## 2012.08.07, Version 0.8.6 (Stable)
921
+
922
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.6</a>.
923
+
924
+ ## 2012.08.02, Version 0.8.5 (Stable)
925
+
926
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.5</a>.
927
+
928
+ ## 2012.07.25, Version 0.8.4 (Stable)
929
+
930
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.4</a>.
931
+
932
+ ## 2012.07.19, Version 0.8.3 (Stable)
933
+
934
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.3</a>.
935
+
936
+ ## 2012.07.09, Version 0.8.2 (Stable)
937
+
938
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.2</a>.
939
+
940
+ ## 2012.06.29, Version 0.8.1 (stable)
941
+
942
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.1</a>.
943
+
944
+ ## 2012.06.25, Version 0.8.0 (stable)
945
+
946
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.0</a>.
947
+
948
+ ## 2012.06.19, Version 0.7.12 (unstable)
949
+
950
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.12</a>.
951
+
952
+ ## 2012.06.15, Version 0.7.11 (unstable)
953
+
954
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.11</a>.
955
+
956
+ ## 2012.06.11, Version 0.7.10 (unstable)
957
+
958
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.10</a>.
959
+
960
+ ## 2012.05.28, Version 0.7.9 (unstable)
961
+
962
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.9</a>.
963
+
964
+ ## 2012.04.18, Version 0.7.8 (unstable)
965
+
966
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.8</a>.
967
+
968
+ ## 2012.03.30, Version 0.7.7 (unstable)
969
+
970
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.7</a>.
971
+
972
+ ## 2012.03.13, Version 0.7.6 (unstable)
973
+
974
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.6</a>.
975
+
976
+ ## 2012.02.23, Version 0.7.5 (unstable)
977
+
978
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.5</a>.
979
+
980
+ ## 2012.02.14, Version 0.7.4 (unstable)
981
+
982
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.4</a>.
983
+
984
+ ## 2012.02.07, Version 0.7.3 (unstable)
985
+
986
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.3</a>.
987
+
988
+ ## 2012.02.01, Version 0.7.2 (unstable)
989
+
990
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.2</a>.
991
+
992
+ ## 2012.01.23, Version 0.7.1 (unstable)
993
+
994
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.1</a>.
995
+
996
+ ## 2012.01.16, Version 0.7.0 (unstable)
997
+
998
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.0</a>.
999
+
1000
+ ## 2012.07.10 Version 0.6.20 (maintenance)
1001
+
1002
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.20">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.20</a>.
1003
+
1004
+ ## 2012.06.06 Version 0.6.19 (stable)
1005
+
1006
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.19">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.19</a>.
1007
+
1008
+ ## 2012.05.15 Version 0.6.18 (stable)
1009
+
1010
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.18">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.18</a>.
1011
+
1012
+ ## 2012.05.04 Version 0.6.17 (stable)
1013
+
1014
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.17">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.17</a>.
1015
+
1016
+ ## 2012.04.30 Version 0.6.16 (stable)
1017
+
1018
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.16">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.16</a>.
1019
+
1020
+ ## 2012.04.09 Version 0.6.15 (stable)
1021
+
1022
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.15">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.15</a>.
1023
+
1024
+ ## 2012.03.22 Version 0.6.14 (stable)
1025
+
1026
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.14</a>.
1027
+
1028
+ ## 2012.03.15 Version 0.6.13 (stable)
1029
+
1030
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.13</a>.
1031
+
1032
+ ## 2012.03.02 Version 0.6.12 (stable)
1033
+
1034
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.12</a>.
1035
+
1036
+ ## 2012.02.17 Version 0.6.11 (stable)
1037
+
1038
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.11</a>.
1039
+
1040
+ ## 2012.02.02, Version 0.6.10 (stable)
1041
+
1042
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.10</a>.
1043
+
1044
+ ## 2012.01.27, Version 0.6.9 (stable)
1045
+
1046
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.9</a>.
1047
+
1048
+ ## 2012.01.19, Version 0.6.8 (stable)
1049
+
1050
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.8</a>.
1051
+
1052
+ ## 2012.01.06, Version 0.6.7 (stable)
1053
+
1054
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.7</a>.
1055
+
1056
+ ## 2011.12.14, Version 0.6.6 (stable)
1057
+
1058
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.6</a>.
1059
+
1060
+ ## 2011.12.04, Version 0.6.5 (stable)
1061
+
1062
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.5</a>.
1063
+
1064
+ ## 2011.12.02, Version 0.6.4 (stable)
1065
+
1066
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.4</a>.
1067
+
1068
+ ## 2011.11.25, Version 0.6.3 (stable)
1069
+
1070
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.3</a>.
1071
+
1072
+ ## 2011.11.18, Version 0.6.2 (stable)
1073
+
1074
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.2</a>.
1075
+
1076
+ ## 2011.11.11, Version 0.6.1 (stable)
1077
+
1078
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.1</a>.
1079
+
1080
+ ## 2011.11.04, Version 0.6.0 (stable)
1081
+
1082
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.0</a>.
1083
+
1084
+ ## 2011.10.21, Version 0.5.10 (unstable)
1085
+
1086
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.10</a>.
1087
+
1088
+ ## 2011.10.10, Version 0.5.9 (unstable)
1089
+
1090
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.9</a>.
1091
+
1092
+ ## 2011.09.30, Version 0.5.8 (unstable)
1093
+
1094
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.8</a>.
1095
+
1096
+ ## 2011.09.16, Version 0.5.7 (unstable)
1097
+
1098
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.7</a>.
1099
+
1100
+ ## 2011.09.08, Version 0.5.6 (unstable)
1101
+
1102
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.6</a>.
1103
+
1104
+ ## 2011.08.26, Version 0.5.5 (unstable)
1105
+
1106
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.5</a>.
1107
+
1108
+ ## 2011.08.12, Version 0.5.4 (unstable)
1109
+
1110
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.4</a>.
1111
+
1112
+ ## 2011.08.01, Version 0.5.3 (unstable)
1113
+
1114
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.3</a>.
1115
+
1116
+ ## 2011.07.22, Version 0.5.2 (unstable)
1117
+
1118
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.2</a>.
1119
+
1120
+ ## 2011.07.14, Version 0.5.1 (unstable)
1121
+
1122
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.1</a>.
1123
+
1124
+ ## 2011.07.05, Version 0.5.0 (unstable)
1125
+
1126
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.0</a>.
1127
+
1128
+ ## 2011.09.15, Version 0.4.12 (stable)
1129
+
1130
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.12</a>.
1131
+
1132
+ ## 2011.08.17, Version 0.4.11 (stable)
1133
+
1134
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.11</a>.
1135
+
1136
+ ## 2011.07.19, Version 0.4.10 (stable)
1137
+
1138
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.10</a>.
1139
+
1140
+ ## 2011.06.29, Version 0.4.9 (stable)
1141
+
1142
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.9</a>.
1143
+
1144
+ ## 2011.05.20, Version 0.4.8 (stable)
1145
+
1146
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.8</a>.
1147
+
1148
+ ## 2011.04.22, Version 0.4.7 (stable)
1149
+
1150
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.7</a>.
1151
+
1152
+ ## 2011.04.13, Version 0.4.6 (stable)
1153
+
1154
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.6</a>.
1155
+
1156
+ ## 2011.04.01, Version 0.4.5 (stable)
1157
+
1158
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.5</a>.
1159
+
1160
+ ## 2011.03.26, Version 0.4.4 (stable)
1161
+
1162
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.4</a>.
1163
+
1164
+ ## 2011.03.18, Version 0.4.3 (stable)
1165
+
1166
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.3</a>.
1167
+
1168
+ ## 2011.03.02, Version 0.4.2 (stable)
1169
+
1170
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.2</a>.
1171
+
1172
+ ## 2011.02.19, Version 0.4.1 (stable)
1173
+
1174
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.1</a>.
1175
+
1176
+ ## 2011.02.10, Version 0.4.0 (stable)
1177
+
1178
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.0</a>.
1179
+
1180
+ ## 2011.02.04, Version 0.3.8 (unstable)
1181
+
1182
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.8</a>.
1183
+
1184
+ ## 2011.01.27, Version 0.3.7 (unstable)
1185
+
1186
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.7</a>.
1187
+
1188
+ ## 2011.01.21, Version 0.3.6 (unstable)
1189
+
1190
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.6</a>.
1191
+
1192
+ ## 2011.01.16, Version 0.3.5 (unstable)
1193
+
1194
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.5</a>.
1195
+
1196
+ ## 2011.01.08, Version 0.3.4 (unstable)
1197
+
1198
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.4</a>.
1199
+
1200
+ ## 2011.01.02, Version 0.3.3 (unstable)
1201
+
1202
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.3</a>.
1203
+
1204
+ ## 2010.12.16, Version 0.3.2 (unstable)
1205
+
1206
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.2</a>.
1207
+
1208
+ ## 2010.11.16, Version 0.3.1 (unstable)
1209
+
1210
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.1</a>.
1211
+
1212
+ ## 2010.10.23, Version 0.3.0 (unstable)
1213
+
1214
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.0</a>.
1215
+
1216
+ ## 2010.08.20, Version 0.2.0
1217
+
1218
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.2.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.2.0</a>.
1219
+
1220
+ ## 2010.08.13, Version 0.1.104
1221
+
1222
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.104">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.104</a>.
1223
+
1224
+ ## 2010.08.04, Version 0.1.103
1225
+
1226
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.103">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.103</a>.
1227
+
1228
+ ## 2010.07.25, Version 0.1.102
1229
+
1230
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.102">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.102</a>.
1231
+
1232
+ ## 2010.07.16, Version 0.1.101
1233
+
1234
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.101">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.101</a>.
1235
+
1236
+ ## 2010.07.03, Version 0.1.100
1237
+
1238
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.100">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.100</a>.
1239
+
1240
+ ## 2010.06.21, Version 0.1.99
1241
+
1242
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.99">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.99</a>.
1243
+
1244
+ ## 2010.06.11, Version 0.1.98
1245
+
1246
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.98">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.98</a>.
1247
+
1248
+ ## 2010.05.29, Version 0.1.97
1249
+
1250
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.97">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.97</a>.
1251
+
1252
+ ## 2010.05.21, Version 0.1.96
1253
+
1254
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.96">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.96</a>.
1255
+
1256
+ ## 2010.05.13, Version 0.1.95
1257
+
1258
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.95">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.95</a>.
1259
+
1260
+ ## 2010.05.06, Version 0.1.94
1261
+
1262
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.94">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.94</a>.
1263
+
1264
+ ## 2010.04.29, Version 0.1.93
1265
+
1266
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.93">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.93</a>.
1267
+
1268
+ ## 2010.04.23, Version 0.1.92
1269
+
1270
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.92">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.92</a>.
1271
+
1272
+ ## 2010.04.15, Version 0.1.91
1273
+
1274
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.91">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.91</a>.
1275
+
1276
+ ## 2010.04.09, Version 0.1.90
1277
+
1278
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.90">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.90</a>.
1279
+
1280
+ ## 2010.03.19, Version 0.1.33
1281
+
1282
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.33">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.33</a>.
1283
+
1284
+ ## 2010.03.12, Version 0.1.32
1285
+
1286
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.32">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.32</a>.
1287
+
1288
+ ## 2010.03.05, Version 0.1.31
1289
+
1290
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.31">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.31</a>.
1291
+
1292
+ ## 2010.02.22, Version 0.1.30
1293
+
1294
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.30">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.30</a>.
1295
+
1296
+ ## 2010.02.17, Version 0.1.29
1297
+
1298
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.29">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.29</a>.
1299
+
1300
+ ## 2010.02.09, Version 0.1.28
1301
+
1302
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.28">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.28</a>.
1303
+
1304
+ ## 2010.02.03, Version 0.1.27
1305
+
1306
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.27">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.27</a>.
1307
+
1308
+ ## 2010.01.20, Version 0.1.26
1309
+
1310
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.26">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.26</a>.
1311
+
1312
+ ## 2010.01.09, Version 0.1.25
1313
+
1314
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.25">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.25</a>.
1315
+
1316
+ ## 2009.12.31, Version 0.1.24
1317
+
1318
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.24">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.24</a>.
1319
+
1320
+ ## 2009.12.22, Version 0.1.23
1321
+
1322
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.23">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.23</a>.
1323
+
1324
+ ## 2009.12.19, Version 0.1.22
1325
+
1326
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.22">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.22</a>.
1327
+
1328
+ ## 2009.12.06, Version 0.1.21
1329
+
1330
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.21">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.21</a>.
1331
+
1332
+ ## 2009.11.28, Version 0.1.20
1333
+
1334
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.20">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.20</a>.
1335
+
1336
+ ## 2009.11.28, Version 0.1.19
1337
+
1338
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.19">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.19</a>.
1339
+
1340
+ ## 2009.11.17, Version 0.1.18
1341
+
1342
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.18">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.18</a>.
1343
+
1344
+ ## 2009.11.07, Version 0.1.17
1345
+
1346
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.17">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.17</a>.
1347
+
1348
+ ## 2009.11.03, Version 0.1.16
1349
+
1350
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.16">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.16</a>.
1351
+
1352
+ ## 2009.10.28, Version 0.1.15
1353
+
1354
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.15">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.15</a>.
1355
+
1356
+ ## 2009.10.09, Version 0.1.14
1357
+
1358
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.14</a>.
1359
+
1360
+ ## 2009.09.30, Version 0.1.13
1361
+
1362
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.13</a>.
1363
+
1364
+ ## 2009.09.24, Version 0.1.12
1365
+
1366
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.12</a>.
1367
+
1368
+ ## 2009.09.18, Version 0.1.11
1369
+
1370
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.11</a>.
1371
+
1372
+ ## 2009.09.11, Version 0.1.10
1373
+
1374
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.10</a>.
1375
+
1376
+ ## 2009.09.05, Version 0.1.9
1377
+
1378
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.9</a>.
1379
+
1380
+ ## 2009.09.04, Version 0.1.8
1381
+
1382
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.8</a>.
1383
+
1384
+ ## 2009.08.27, Version 0.1.7
1385
+
1386
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.7</a>.
1387
+
1388
+ ## 2009.08.22, Version 0.1.6
1389
+
1390
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.6</a>.
1391
+
1392
+ ## 2009.08.21, Version 0.1.5
1393
+
1394
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.5">Moved to doc/changelogs/CHANGELOG\_V6.md#6.0.0</a>.
1395
+
1396
+ ## 2009.08.13, Version 0.1.4
1397
+
1398
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.4</a>.
1399
+
1400
+ ## 2009.08.06, Version 0.1.3
1401
+
1402
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.3</a>.
1403
+
1404
+ ## 2009.08.01, Version 0.1.2
1405
+
1406
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.2</a>.
1407
+
1408
+ ## 2009.07.27, Version 0.1.1
1409
+
1410
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.1</a>.
1411
+
1412
+ ## 2009.06.30, Version 0.1.0
1413
+
1414
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.0</a>.
1415
+
1416
+ ## 2009.06.24, Version 0.0.6
1417
+
1418
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.6</a>.
1419
+
1420
+ ## 2009.06.18, Version 0.0.5
1421
+
1422
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.5</a>.
1423
+
1424
+ ## 2009.06.13, Version 0.0.4
1425
+
1426
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.4</a>.
1427
+
1428
+ ## 2009.06.11, Version 0.0.3
1429
+
1430
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.3</a>.
node/LICENSE ADDED
The diff for this file is too large to render. See raw diff
 
node/README.md ADDED
@@ -0,0 +1,921 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Node.js
2
+
3
+ Node.js is an open-source, cross-platform JavaScript runtime environment.
4
+
5
+ For information on using Node.js, see the [Node.js website][].
6
+
7
+ The Node.js project uses an [open governance model](./GOVERNANCE.md). The
8
+ [OpenJS Foundation][] provides support for the project.
9
+
10
+ Contributors are expected to act in a collaborative manner to move
11
+ the project forward. We encourage the constructive exchange of contrary
12
+ opinions and compromise. The [TSC](./GOVERNANCE.md#technical-steering-committee)
13
+ reserves the right to limit or block contributors who repeatedly act in ways
14
+ that discourage, exhaust, or otherwise negatively affect other participants.
15
+
16
+ **This project has a [Code of Conduct][].**
17
+
18
+ ## Table of contents
19
+
20
+ * [Support](#support)
21
+ * [Release types](#release-types)
22
+ * [Download](#download)
23
+ * [Current and LTS releases](#current-and-lts-releases)
24
+ * [Nightly releases](#nightly-releases)
25
+ * [API documentation](#api-documentation)
26
+ * [Verifying binaries](#verifying-binaries)
27
+ * [Building Node.js](#building-nodejs)
28
+ * [Security](#security)
29
+ * [Contributing to Node.js](#contributing-to-nodejs)
30
+ * [Current project team members](#current-project-team-members)
31
+ * [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
32
+ * [Collaborators](#collaborators)
33
+ * [Triagers](#triagers)
34
+ * [Release keys](#release-keys)
35
+ * [License](#license)
36
+
37
+ ## Support
38
+
39
+ Looking for help? Check out the
40
+ [instructions for getting support](.github/SUPPORT.md).
41
+
42
+ ## Release types
43
+
44
+ * **Current**: Under active development. Code for the Current release is in the
45
+ branch for its major version number (for example,
46
+ [v22.x](https://github.com/nodejs/node/tree/v22.x)). Node.js releases a new
47
+ major version every 6 months, allowing for breaking changes. This happens in
48
+ April and October every year. Releases appearing each October have a support
49
+ life of 8 months. Releases appearing each April convert to LTS (see below)
50
+ each October.
51
+ * **LTS**: Releases that receive Long Term Support, with a focus on stability
52
+ and security. Every even-numbered major version will become an LTS release.
53
+ LTS releases receive 12 months of _Active LTS_ support and a further 18 months
54
+ of _Maintenance_. LTS release lines have alphabetically-ordered code names,
55
+ beginning with v4 Argon. There are no breaking changes or feature additions,
56
+ except in some special circumstances.
57
+ * **Nightly**: Code from the Current branch built every 24-hours when there are
58
+ changes. Use with caution.
59
+
60
+ Current and LTS releases follow [semantic versioning](https://semver.org). A
61
+ member of the Release Team [signs](#release-keys) each Current and LTS release.
62
+ For more information, see the
63
+ [Release README](https://github.com/nodejs/Release#readme).
64
+
65
+ ### Download
66
+
67
+ Binaries, installers, and source tarballs are available at
68
+ <https://nodejs.org/en/download/>.
69
+
70
+ #### Current and LTS releases
71
+
72
+ <https://nodejs.org/download/release/>
73
+
74
+ The [latest](https://nodejs.org/download/release/latest/) directory is an
75
+ alias for the latest Current release. The latest-_codename_ directory is an
76
+ alias for the latest release from an LTS line. For example, the
77
+ [latest-hydrogen](https://nodejs.org/download/release/latest-hydrogen/)
78
+ directory contains the latest Hydrogen (Node.js 18) release.
79
+
80
+ #### Nightly releases
81
+
82
+ <https://nodejs.org/download/nightly/>
83
+
84
+ Each directory and filename includes the version (e.g., `v22.0.0`),
85
+ followed by the UTC date (e.g., `20240424` for April 24, 2024),
86
+ and the short commit SHA of the HEAD of the release (e.g., `ddd0a9e494`).
87
+ For instance, a full directory name might look like `v22.0.0-nightly20240424ddd0a9e494`.
88
+
89
+ #### API documentation
90
+
91
+ Documentation for the latest Current release is at <https://nodejs.org/api/>.
92
+ Version-specific documentation is available in each release directory in the
93
+ _docs_ subdirectory. Version-specific documentation is also at
94
+ <https://nodejs.org/download/docs/>.
95
+
96
+ ### Verifying binaries
97
+
98
+ Download directories contain a `SHASUMS256.txt.asc` file with SHA checksums for the
99
+ files and the releaser PGP signature.
100
+
101
+ You can get a trusted keyring from nodejs/release-keys, e.g. using `curl`:
102
+
103
+ ```bash
104
+ curl -fsLo "/path/to/nodejs-keyring.kbx" "https://github.com/nodejs/release-keys/raw/HEAD/gpg/pubring.kbx"
105
+ ```
106
+
107
+ Alternatively, you can import the releaser keys in your default keyring, see
108
+ [Release keys](#release-keys) for commands on how to do that.
109
+
110
+ Then, you can verify the files you've downloaded locally
111
+ (if you're using your default keyring, pass `--keyring="${GNUPGHOME:-~/.gnupg}/pubring.kbx"`):
112
+
113
+ ```bash
114
+ curl -fsO "https://nodejs.org/dist/${VERSION}/SHASUMS256.txt.asc" \
115
+ && gpgv --keyring="/path/to/nodejs-keyring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
116
+ && shasum --check SHASUMS256.txt --ignore-missing
117
+ ```
118
+
119
+ ## Building Node.js
120
+
121
+ See [BUILDING.md](BUILDING.md) for instructions on how to build Node.js from
122
+ source and a list of supported platforms.
123
+
124
+ ## Security
125
+
126
+ For information on reporting security vulnerabilities in Node.js, see
127
+ [SECURITY.md](./SECURITY.md).
128
+
129
+ ## Contributing to Node.js
130
+
131
+ * [Contributing to the project][]
132
+ * [Working Groups][]
133
+ * [Strategic initiatives][]
134
+ * [Technical values and prioritization][]
135
+
136
+ ## Current project team members
137
+
138
+ For information about the governance of the Node.js project, see
139
+ [GOVERNANCE.md](./GOVERNANCE.md).
140
+
141
+ <!-- node-core-utils and find-inactive-tsc.mjs depend on the format of the TSC
142
+ list. If the format changes, those utilities need to be tested and
143
+ updated. -->
144
+
145
+ ### TSC (Technical Steering Committee)
146
+
147
+ #### TSC voting members
148
+
149
+ <!--lint disable prohibited-strings-->
150
+
151
+ * [aduh95](https://github.com/aduh95) -
152
+ **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
153
+ * [anonrig](https://github.com/anonrig) -
154
+ **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
155
+ * [benjamingr](https://github.com/benjamingr) -
156
+ **Benjamin Gruenbaum** <<benjamingr@gmail.com>>
157
+ * [BridgeAR](https://github.com/BridgeAR) -
158
+ **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
159
+ * [gireeshpunathil](https://github.com/gireeshpunathil) -
160
+ **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
161
+ * [jasnell](https://github.com/jasnell) -
162
+ **James M Snell** <<jasnell@gmail.com>> (he/him)
163
+ * [joyeecheung](https://github.com/joyeecheung) -
164
+ **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
165
+ * [legendecas](https://github.com/legendecas) -
166
+ **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
167
+ * [marco-ippolito](https://github.com/marco-ippolito) -
168
+ **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
169
+ * [mcollina](https://github.com/mcollina) -
170
+ **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
171
+ * [panva](https://github.com/panva) -
172
+ **Filip Skokan** <<panva.ip@gmail.com>> (he/him)
173
+ * [RafaelGSS](https://github.com/RafaelGSS) -
174
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
175
+ * [RaisinTen](https://github.com/RaisinTen) -
176
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him)
177
+ * [richardlau](https://github.com/richardlau) -
178
+ **Richard Lau** <<richard.lau@ibm.com>>
179
+ * [ronag](https://github.com/ronag) -
180
+ **Robert Nagy** <<ronagy@icloud.com>>
181
+ * [ruyadorno](https://github.com/ruyadorno) -
182
+ **Ruy Adorno** <<ruy@vlt.sh>> (he/him)
183
+ * [ShogunPanda](https://github.com/ShogunPanda) -
184
+ **Paolo Insogna** <<paolo@cowtech.it>> (he/him)
185
+ * [targos](https://github.com/targos) -
186
+ **Michaël Zasso** <<targos@protonmail.com>> (he/him)
187
+ * [tniessen](https://github.com/tniessen) -
188
+ **Tobias Nießen** <<tniessen@tnie.de>> (he/him)
189
+
190
+ #### TSC regular members
191
+
192
+ * [BethGriggs](https://github.com/BethGriggs) -
193
+ **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
194
+ * [bnoordhuis](https://github.com/bnoordhuis) -
195
+ **Ben Noordhuis** <<info@bnoordhuis.nl>>
196
+ * [cjihrig](https://github.com/cjihrig) -
197
+ **Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
198
+ * [codebytere](https://github.com/codebytere) -
199
+ **Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
200
+ * [GeoffreyBooth](https://github.com/GeoffreyBooth) -
201
+ **Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
202
+ * [MoLow](https://github.com/MoLow) -
203
+ **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
204
+ * [Trott](https://github.com/Trott) -
205
+ **Rich Trott** <<rtrott@gmail.com>> (he/him)
206
+
207
+ <details>
208
+
209
+ <summary>TSC emeriti members</summary>
210
+
211
+ #### TSC emeriti members
212
+
213
+ * [addaleax](https://github.com/addaleax) -
214
+ **Anna Henningsen** <<anna@addaleax.net>> (she/her)
215
+ * [apapirovski](https://github.com/apapirovski) -
216
+ **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
217
+ * [ChALkeR](https://github.com/ChALkeR) -
218
+ **Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
219
+ * [chrisdickinson](https://github.com/chrisdickinson) -
220
+ **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
221
+ * [danbev](https://github.com/danbev) -
222
+ **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
223
+ * [danielleadams](https://github.com/danielleadams) -
224
+ **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
225
+ * [evanlucas](https://github.com/evanlucas) -
226
+ **Evan Lucas** <<evanlucas@me.com>> (he/him)
227
+ * [fhinkel](https://github.com/fhinkel) -
228
+ **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
229
+ * [Fishrock123](https://github.com/Fishrock123) -
230
+ **Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
231
+ * [gabrielschulhof](https://github.com/gabrielschulhof) -
232
+ **Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
233
+ * [gibfahn](https://github.com/gibfahn) -
234
+ **Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
235
+ * [indutny](https://github.com/indutny) -
236
+ **Fedor Indutny** <<fedor@indutny.com>>
237
+ * [isaacs](https://github.com/isaacs) -
238
+ **Isaac Z. Schlueter** <<i@izs.me>>
239
+ * [joshgav](https://github.com/joshgav) -
240
+ **Josh Gavant** <<josh.gavant@outlook.com>>
241
+ * [mhdawson](https://github.com/mhdawson) -
242
+ **Michael Dawson** <<midawson@redhat.com>> (he/him)
243
+ * [mmarchini](https://github.com/mmarchini) -
244
+ **Mary Marchini** <<oss@mmarchini.me>> (she/her)
245
+ * [mscdex](https://github.com/mscdex) -
246
+ **Brian White** <<mscdex@mscdex.net>>
247
+ * [MylesBorins](https://github.com/MylesBorins) -
248
+ **Myles Borins** <<myles.borins@gmail.com>> (he/him)
249
+ * [nebrius](https://github.com/nebrius) -
250
+ **Bryan Hughes** <<bryan@nebri.us>>
251
+ * [ofrobots](https://github.com/ofrobots) -
252
+ **Ali Ijaz Sheikh** <<ofrobots@google.com>> (he/him)
253
+ * [orangemocha](https://github.com/orangemocha) -
254
+ **Alexis Campailla** <<orangemocha@nodejs.org>>
255
+ * [piscisaureus](https://github.com/piscisaureus) -
256
+ **Bert Belder** <<bertbelder@gmail.com>>
257
+ * [rvagg](https://github.com/rvagg) -
258
+ **Rod Vagg** <<r@va.gg>>
259
+ * [sam-github](https://github.com/sam-github) -
260
+ **Sam Roberts** <<vieuxtech@gmail.com>>
261
+ * [shigeki](https://github.com/shigeki) -
262
+ **Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
263
+ * [thefourtheye](https://github.com/thefourtheye) -
264
+ **Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
265
+ * [TimothyGu](https://github.com/TimothyGu) -
266
+ **Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
267
+ * [trevnorris](https://github.com/trevnorris) -
268
+ **Trevor Norris** <<trev.norris@gmail.com>>
269
+
270
+ </details>
271
+
272
+ <!-- node-core-utils and find-inactive-collaborators.mjs depend on the format
273
+ of the collaborator list. If the format changes, those utilities need to be
274
+ tested and updated. -->
275
+
276
+ ### Collaborators
277
+
278
+ * [abmusse](https://github.com/abmusse) -
279
+ **Abdirahim Musse** <<abdirahim.musse@ibm.com>>
280
+ * [addaleax](https://github.com/addaleax) -
281
+ **Anna Henningsen** <<anna@addaleax.net>> (she/her)
282
+ * [Aditi-1400](https://github.com/Aditi-1400) -
283
+ **Aditi Singh** <<aditisingh1400@gmail.com>> (she/her)
284
+ * [aduh95](https://github.com/aduh95) -
285
+ **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/aduh95)
286
+ * [anonrig](https://github.com/anonrig) -
287
+ **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him) - [Support me](https://github.com/sponsors/anonrig)
288
+ * [atlowChemi](https://github.com/atlowChemi) -
289
+ **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
290
+ * [avivkeller](https://github.com/avivkeller) -
291
+ **Aviv Keller** <<me@aviv.sh>> (he/him) - [Support me](https://github.com/sponsors/avivkeller)
292
+ * [Ayase-252](https://github.com/Ayase-252) -
293
+ **Qingyu Deng** <<i@ayase-lab.com>>
294
+ * [bengl](https://github.com/bengl) -
295
+ **Bryan English** <<bryan@bryanenglish.com>> (he/him)
296
+ * [benjamingr](https://github.com/benjamingr) -
297
+ **Benjamin Gruenbaum** <<benjamingr@gmail.com>>
298
+ * [BethGriggs](https://github.com/BethGriggs) -
299
+ **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
300
+ * [bnb](https://github.com/bnb) -
301
+ **Tierney Cyren** <<hello@bnb.im>> (they/them)
302
+ * [bnoordhuis](https://github.com/bnoordhuis) -
303
+ **Ben Noordhuis** <<info@bnoordhuis.nl>>
304
+ * [BridgeAR](https://github.com/BridgeAR) -
305
+ **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
306
+ * [cclauss](https://github.com/cclauss) -
307
+ **Christian Clauss** <<cclauss@me.com>> (he/him)
308
+ * [ChALkeR](https://github.com/ChALkeR) -
309
+ **Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
310
+ * [cjihrig](https://github.com/cjihrig) -
311
+ **Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
312
+ * [codebytere](https://github.com/codebytere) -
313
+ **Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
314
+ * [cola119](https://github.com/cola119) -
315
+ **Kohei Ueno** <<kohei.ueno119@gmail.com>> (he/him)
316
+ * [daeyeon](https://github.com/daeyeon) -
317
+ **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
318
+ * [dario-piotrowicz](https://github.com/dario-piotrowicz) -
319
+ **Dario Piotrowicz** <<dario.piotrowicz@gmail.com>> (he/him)
320
+ * [debadree25](https://github.com/debadree25) -
321
+ **Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
322
+ * [deokjinkim](https://github.com/deokjinkim) -
323
+ **Deokjin Kim** <<deokjin81.kim@gmail.com>> (he/him)
324
+ * [edsadr](https://github.com/edsadr) -
325
+ **Adrian Estrada** <<edsadr@gmail.com>> (he/him)
326
+ * [ErickWendel](https://github.com/ErickWendel) -
327
+ **Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
328
+ * [Ethan-Arrowood](https://github.com/Ethan-Arrowood) -
329
+ **Ethan Arrowood** <<ethan@arrowood.dev>> (he/him)
330
+ * [fhinkel](https://github.com/fhinkel) -
331
+ **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
332
+ * [Flarna](https://github.com/Flarna) -
333
+ **Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
334
+ * [gabrielschulhof](https://github.com/gabrielschulhof) -
335
+ **Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
336
+ * [geeksilva97](https://github.com/geeksilva97) -
337
+ **Edy Silva** <<edigleyssonsilva@gmail.com>> (he/him)
338
+ * [gengjiawen](https://github.com/gengjiawen) -
339
+ **Jiawen Geng** <<technicalcute@gmail.com>>
340
+ * [GeoffreyBooth](https://github.com/GeoffreyBooth) -
341
+ **Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
342
+ * [gireeshpunathil](https://github.com/gireeshpunathil) -
343
+ **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
344
+ * [gurgunday](https://github.com/gurgunday) -
345
+ **Gürgün Dayıoğlu** <<hey@gurgun.day>> (he/him)
346
+ * [guybedford](https://github.com/guybedford) -
347
+ **Guy Bedford** <<guybedford@gmail.com>> (he/him)
348
+ * [H4ad](https://github.com/H4ad) -
349
+ **Vinícius Lourenço Claro Cardoso** <<contact@viniciusl.com.br>> (he/him)
350
+ * [HarshithaKP](https://github.com/HarshithaKP) -
351
+ **Harshitha K P** <<harshitha014@gmail.com>> (she/her)
352
+ * [himself65](https://github.com/himself65) -
353
+ **Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
354
+ * [hybrist](https://github.com/hybrist) -
355
+ **Jan Martin** <<jan.krems@gmail.com>> (he/him)
356
+ * [IlyasShabi](https://github.com/IlyasShabi) -
357
+ **Ilyas Shabi** <<ilyasshabi94@gmail.com>> (he/him)
358
+ * [islandryu](https://github.com/islandryu) -
359
+ **Ryuhei Shima** <<shimaryuhei@gmail.com>> (he/him)
360
+ * [jakecastelli](https://github.com/jakecastelli) -
361
+ **Jake Yuesong Li** <<jake.yuesong@gmail.com>> (he/him)
362
+ * [JakobJingleheimer](https://github.com/JakobJingleheimer) -
363
+ **Jacob Smith** <<jacob@frende.me>> (he/him)
364
+ * [jasnell](https://github.com/jasnell) -
365
+ **James M Snell** <<jasnell@gmail.com>> (he/him)
366
+ * [jazelly](https://github.com/jazelly) -
367
+ **Jason Zhang** <<xzha4350@gmail.com>> (he/him)
368
+ * [JonasBa](https://github.com/JonasBa) -
369
+ **Jonas Badalic** <<jonas.badalic@gmail.com>> (he/him)
370
+ * [joyeecheung](https://github.com/joyeecheung) -
371
+ **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
372
+ * [juanarbol](https://github.com/juanarbol) -
373
+ **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
374
+ * [JungMinu](https://github.com/JungMinu) -
375
+ **Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
376
+ * [KhafraDev](https://github.com/KhafraDev) -
377
+ **Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
378
+ * [legendecas](https://github.com/legendecas) -
379
+ **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
380
+ * [lemire](https://github.com/lemire) -
381
+ **Daniel Lemire** <<daniel@lemire.me>>
382
+ * [LiviaMedeiros](https://github.com/LiviaMedeiros) -
383
+ **LiviaMedeiros** <<livia@cirno.name>>
384
+ * [ljharb](https://github.com/ljharb) -
385
+ **Jordan Harband** <<ljharb@gmail.com>>
386
+ * [lpinca](https://github.com/lpinca) -
387
+ **Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
388
+ * [Lxxyx](https://github.com/Lxxyx) -
389
+ **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
390
+ * [marco-ippolito](https://github.com/marco-ippolito) -
391
+ **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/marco-ippolito)
392
+ * [marsonya](https://github.com/marsonya) -
393
+ **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
394
+ * [MattiasBuelens](https://github.com/MattiasBuelens) -
395
+ **Mattias Buelens** <<mattias@buelens.com>> (he/him)
396
+ * [mcollina](https://github.com/mcollina) -
397
+ **Matteo Collina** <<matteo.collina@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/mcollina)
398
+ * [meixg](https://github.com/meixg) -
399
+ **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
400
+ * [MoLow](https://github.com/MoLow) -
401
+ **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
402
+ * [MrJithil](https://github.com/MrJithil) -
403
+ **Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
404
+ * [ovflowd](https://github.com/ovflowd) -
405
+ **Claudio Wunder** <<cwunder@gnome.org>> (he/they)
406
+ * [panva](https://github.com/panva) -
407
+ **Filip Skokan** <<panva.ip@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/panva)
408
+ * [pimterry](https://github.com/pimterry) -
409
+ **Tim Perry** <<pimterry@gmail.com>> (he/him)
410
+ * [pmarchini](https://github.com/pmarchini) -
411
+ **Pietro Marchini** <<pietro.marchini94@gmail.com>> (he/him)
412
+ * [puskin](https://github.com/puskin) -
413
+ **Giovanni Bucci** <<github@puskin.it>> (he/him)
414
+ * [Qard](https://github.com/Qard) -
415
+ **Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
416
+ * [RafaelGSS](https://github.com/RafaelGSS) -
417
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him) - [Support me](https://github.com/sponsors/RafaelGSS)
418
+ * [RaisinTen](https://github.com/RaisinTen) -
419
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/RaisinTen)
420
+ * [Renegade334](https://github.com/Renegade334) -
421
+ **René** <<contact.9a5d6388@renegade334.me.uk>>
422
+ * [richardlau](https://github.com/richardlau) -
423
+ **Richard Lau** <<richard.lau@ibm.com>>
424
+ * [rluvaton](https://github.com/rluvaton) -
425
+ **Raz Luvaton** <<rluvaton@gmail.com>> (he/him)
426
+ * [ronag](https://github.com/ronag) -
427
+ **Robert Nagy** <<ronagy@icloud.com>>
428
+ * [ruyadorno](https://github.com/ruyadorno) -
429
+ **Ruy Adorno** <<ruy@vlt.sh>> (he/him)
430
+ * [santigimeno](https://github.com/santigimeno) -
431
+ **Santiago Gimeno** <<santiago.gimeno@gmail.com>>
432
+ * [ShogunPanda](https://github.com/ShogunPanda) -
433
+ **Paolo Insogna** <<paolo@cowtech.it>> (he/him)
434
+ * [srl295](https://github.com/srl295) -
435
+ **Steven R Loomis** <<srl295@gmail.com>>
436
+ * [StefanStojanovic](https://github.com/StefanStojanovic) -
437
+ **Stefan Stojanovic** <<stefan.stojanovic@janeasystems.com>> (he/him)
438
+ * [sxa](https://github.com/sxa) -
439
+ **Stewart X Addison** <<sxa@redhat.com>> (he/him)
440
+ * [targos](https://github.com/targos) -
441
+ **Michaël Zasso** <<targos@protonmail.com>> (he/him)
442
+ * [theanarkh](https://github.com/theanarkh) -
443
+ **theanarkh** <<theratliter@gmail.com>> (he/him)
444
+ * [tniessen](https://github.com/tniessen) -
445
+ **Tobias Nießen** <<tniessen@tnie.de>> (he/him)
446
+ * [trivikr](https://github.com/trivikr) -
447
+ **Trivikram Kamat** <<trivikr.dev@gmail.com>>
448
+ * [Trott](https://github.com/Trott) -
449
+ **Rich Trott** <<rtrott@gmail.com>> (he/him)
450
+ * [UlisesGascon](https://github.com/UlisesGascon) -
451
+ **Ulises Gascón** <<ulisesgascongonzalez@gmail.com>> (he/him)
452
+ * [vmoroz](https://github.com/vmoroz) -
453
+ **Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
454
+ * [watilde](https://github.com/watilde) -
455
+ **Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
456
+ * [zcbenz](https://github.com/zcbenz) -
457
+ **Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
458
+ * [ZYSzys](https://github.com/ZYSzys) -
459
+ **Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
460
+
461
+ <details>
462
+
463
+ <summary>Emeriti</summary>
464
+
465
+ <!-- find-inactive-collaborators.mjs depends on the format of the emeriti list.
466
+ If the format changes, those utilities need to be tested and updated. -->
467
+
468
+ ### Collaborator emeriti
469
+
470
+ * [ak239](https://github.com/ak239) -
471
+ **Aleksei Koziatinskii** <<ak239spb@gmail.com>>
472
+ * [andrasq](https://github.com/andrasq) -
473
+ **Andras** <<andras@kinvey.com>>
474
+ * [AndreasMadsen](https://github.com/AndreasMadsen) -
475
+ **Andreas Madsen** <<amwebdk@gmail.com>> (he/him)
476
+ * [AnnaMag](https://github.com/AnnaMag) -
477
+ **Anna M. Kedzierska** <<anna.m.kedzierska@gmail.com>>
478
+ * [antsmartian](https://github.com/antsmartian) -
479
+ **Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
480
+ * [apapirovski](https://github.com/apapirovski) -
481
+ **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
482
+ * [aqrln](https://github.com/aqrln) -
483
+ **Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
484
+ * [AshCripps](https://github.com/AshCripps) -
485
+ **Ash Cripps** <<email@ashleycripps.co.uk>>
486
+ * [bcoe](https://github.com/bcoe) -
487
+ **Ben Coe** <<bencoe@gmail.com>> (he/him)
488
+ * [bmeck](https://github.com/bmeck) -
489
+ **Bradley Farias** <<bradley.meck@gmail.com>>
490
+ * [bmeurer](https://github.com/bmeurer) -
491
+ **Benedikt Meurer** <<benedikt.meurer@gmail.com>>
492
+ * [boneskull](https://github.com/boneskull) -
493
+ **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
494
+ * [brendanashworth](https://github.com/brendanashworth) -
495
+ **Brendan Ashworth** <<brendan.ashworth@me.com>>
496
+ * [bzoz](https://github.com/bzoz) -
497
+ **Bartosz Sosnowski** <<bartosz@janeasystems.com>>
498
+ * [calvinmetcalf](https://github.com/calvinmetcalf) -
499
+ **Calvin Metcalf** <<calvin.metcalf@gmail.com>>
500
+ * [chrisdickinson](https://github.com/chrisdickinson) -
501
+ **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
502
+ * [claudiorodriguez](https://github.com/claudiorodriguez) -
503
+ **Claudio Rodriguez** <<cjrodr@yahoo.com>>
504
+ * [danbev](https://github.com/danbev) -
505
+ **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
506
+ * [danielleadams](https://github.com/danielleadams) -
507
+ **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
508
+ * [DavidCai1111](https://github.com/DavidCai1111) -
509
+ **David Cai** <<davidcai1993@yahoo.com>> (he/him)
510
+ * [davisjam](https://github.com/davisjam) -
511
+ **Jamie Davis** <<davisjam@vt.edu>> (he/him)
512
+ * [devnexen](https://github.com/devnexen) -
513
+ **David Carlier** <<devnexen@gmail.com>>
514
+ * [devsnek](https://github.com/devsnek) -
515
+ **Gus Caplan** <<me@gus.host>> (they/them)
516
+ * [digitalinfinity](https://github.com/digitalinfinity) -
517
+ **Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
518
+ * [dmabupt](https://github.com/dmabupt) -
519
+ **Xu Meng** <<dmabupt@gmail.com>> (he/him)
520
+ * [dnlup](https://github.com/dnlup) -
521
+ **dnlup** <<dnlup.dev@gmail.com>>
522
+ * [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
523
+ **Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
524
+ * [estliberitas](https://github.com/estliberitas) -
525
+ **Alexander Makarenko** <<estliberitas@gmail.com>>
526
+ * [eugeneo](https://github.com/eugeneo) -
527
+ **Eugene Ostroukhov** <<eostroukhov@google.com>>
528
+ * [evanlucas](https://github.com/evanlucas) -
529
+ **Evan Lucas** <<evanlucas@me.com>> (he/him)
530
+ * [F3n67u](https://github.com/F3n67u) -
531
+ **Feng Yu** <<F3n67u@outlook.com>> (he/him)
532
+ * [firedfox](https://github.com/firedfox) -
533
+ **Daniel Wang** <<wangyang0123@gmail.com>>
534
+ * [Fishrock123](https://github.com/Fishrock123) -
535
+ **Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
536
+ * [gdams](https://github.com/gdams) -
537
+ **George Adams** <<gadams@microsoft.com>> (he/him)
538
+ * [geek](https://github.com/geek) -
539
+ **Wyatt Preul** <<wpreul@gmail.com>>
540
+ * [gibfahn](https://github.com/gibfahn) -
541
+ **Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
542
+ * [glentiki](https://github.com/glentiki) -
543
+ **Glen Keane** <<glenkeane.94@gmail.com>> (he/him)
544
+ * [hashseed](https://github.com/hashseed) -
545
+ **Yang Guo** <<yangguo@chromium.org>> (he/him)
546
+ * [hiroppy](https://github.com/hiroppy) -
547
+ **Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
548
+ * [iansu](https://github.com/iansu) -
549
+ **Ian Sutherland** <<ian@iansutherland.ca>>
550
+ * [iarna](https://github.com/iarna) -
551
+ **Rebecca Turner** <<me@re-becca.org>>
552
+ * [imran-iq](https://github.com/imran-iq) -
553
+ **Imran Iqbal** <<imran@imraniqbal.org>>
554
+ * [imyller](https://github.com/imyller) -
555
+ **Ilkka Myller** <<ilkka.myller@nodefield.com>>
556
+ * [indutny](https://github.com/indutny) -
557
+ **Fedor Indutny** <<fedor@indutny.com>>
558
+ * [isaacs](https://github.com/isaacs) -
559
+ **Isaac Z. Schlueter** <<i@izs.me>>
560
+ * [italoacasas](https://github.com/italoacasas) -
561
+ **Italo A. Casas** <<me@italoacasas.com>> (he/him)
562
+ * [JacksonTian](https://github.com/JacksonTian) -
563
+ **Jackson Tian** <<shyvo1987@gmail.com>>
564
+ * [jasongin](https://github.com/jasongin) -
565
+ **Jason Ginchereau** <<jasongin@microsoft.com>>
566
+ * [jbergstroem](https://github.com/jbergstroem) -
567
+ **Johan Bergström** <<bugs@bergstroem.nu>>
568
+ * [jdalton](https://github.com/jdalton) -
569
+ **John-David Dalton** <<john.david.dalton@gmail.com>>
570
+ * [jhamhader](https://github.com/jhamhader) -
571
+ **Yuval Brik** <<yuval@brik.org.il>>
572
+ * [joaocgreis](https://github.com/joaocgreis) -
573
+ **João Reis** <<reis@janeasystems.com>>
574
+ * [joesepi](https://github.com/joesepi) -
575
+ **Joe Sepi** <<sepi@joesepi.com>> (he/him)
576
+ * [joshgav](https://github.com/joshgav) -
577
+ **Josh Gavant** <<josh.gavant@outlook.com>>
578
+ * [julianduque](https://github.com/julianduque) -
579
+ **Julian Duque** <<julianduquej@gmail.com>> (he/him)
580
+ * [kfarnung](https://github.com/kfarnung) -
581
+ **Kyle Farnung** <<kfarnung@microsoft.com>> (he/him)
582
+ * [kunalspathak](https://github.com/kunalspathak) -
583
+ **Kunal Pathak** <<kunal.pathak@microsoft.com>>
584
+ * [kuriyosh](https://github.com/kuriyosh) -
585
+ **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
586
+ * [kvakil](https://github.com/kvakil) -
587
+ **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
588
+ * [lance](https://github.com/lance) -
589
+ **Lance Ball** <<lball@redhat.com>> (he/him)
590
+ * [Leko](https://github.com/Leko) -
591
+ **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
592
+ * [Linkgoron](https://github.com/Linkgoron) -
593
+ **Nitzan Uziely** <<linkgoron@gmail.com>>
594
+ * [lucamaraschi](https://github.com/lucamaraschi) -
595
+ **Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
596
+ * [lukekarrys](https://github.com/lukekarrys) -
597
+ **Luke Karrys** <<luke@lukekarrys.com>> (he/him)
598
+ * [lundibundi](https://github.com/lundibundi) -
599
+ **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
600
+ * [lxe](https://github.com/lxe) -
601
+ **Aleksey Smolenchuk** <<lxe@lxe.co>>
602
+ * [maclover7](https://github.com/maclover7) -
603
+ **Jon Moss** <<me@jonathanmoss.me>> (he/him)
604
+ * [mafintosh](https://github.com/mafintosh) -
605
+ **Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
606
+ * [matthewloring](https://github.com/matthewloring) -
607
+ **Matthew Loring** <<mattloring@google.com>>
608
+ * [Mesteery](https://github.com/Mesteery) -
609
+ **Mestery** <<mestery@protonmail.com>> (he/him)
610
+ * [mhdawson](https://github.com/mhdawson) -
611
+ **Michael Dawson** <<midawson@redhat.com>> (he/him)
612
+ * [micnic](https://github.com/micnic) -
613
+ **Nicu Micleușanu** <<micnic90@gmail.com>> (he/him)
614
+ * [mikeal](https://github.com/mikeal) -
615
+ **Mikeal Rogers** <<mikeal.rogers@gmail.com>>
616
+ * [miladfarca](https://github.com/miladfarca) -
617
+ **Milad Fa** <<mfarazma@redhat.com>> (he/him)
618
+ * [mildsunrise](https://github.com/mildsunrise) -
619
+ **Alba Mendez** <<me@alba.sh>> (she/her)
620
+ * [misterdjules](https://github.com/misterdjules) -
621
+ **Julien Gilli** <<jgilli@netflix.com>>
622
+ * [mmarchini](https://github.com/mmarchini) -
623
+ **Mary Marchini** <<oss@mmarchini.me>> (she/her)
624
+ * [monsanto](https://github.com/monsanto) -
625
+ **Christopher Monsanto** <<chris@monsan.to>>
626
+ * [MoonBall](https://github.com/MoonBall) -
627
+ **Chen Gang** <<gangc.cxy@foxmail.com>>
628
+ * [mscdex](https://github.com/mscdex) -
629
+ **Brian White** <<mscdex@mscdex.net>>
630
+ * [MylesBorins](https://github.com/MylesBorins) -
631
+ **Myles Borins** <<myles.borins@gmail.com>> (he/him)
632
+ * [not-an-aardvark](https://github.com/not-an-aardvark) -
633
+ **Teddy Katz** <<teddy.katz@gmail.com>> (he/him)
634
+ * [ofrobots](https://github.com/ofrobots) -
635
+ **Ali Ijaz Sheikh** <<ofrobots@google.com>> (he/him)
636
+ * [Olegas](https://github.com/Olegas) -
637
+ **Oleg Elifantiev** <<oleg@elifantiev.ru>>
638
+ * [orangemocha](https://github.com/orangemocha) -
639
+ **Alexis Campailla** <<orangemocha@nodejs.org>>
640
+ * [othiym23](https://github.com/othiym23) -
641
+ **Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
642
+ * [oyyd](https://github.com/oyyd) -
643
+ **Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
644
+ * [petkaantonov](https://github.com/petkaantonov) -
645
+ **Petka Antonov** <<petka_antonov@hotmail.com>>
646
+ * [phillipj](https://github.com/phillipj) -
647
+ **Phillip Johnsen** <<johphi@gmail.com>>
648
+ * [piscisaureus](https://github.com/piscisaureus) -
649
+ **Bert Belder** <<bertbelder@gmail.com>>
650
+ * [pmq20](https://github.com/pmq20) -
651
+ **Minqi Pan** <<pmq2001@gmail.com>>
652
+ * [PoojaDurgad](https://github.com/PoojaDurgad) -
653
+ **Pooja D P** <<Pooja.D.P@ibm.com>> (she/her)
654
+ * [princejwesley](https://github.com/princejwesley) -
655
+ **Prince John Wesley** <<princejohnwesley@gmail.com>>
656
+ * [psmarshall](https://github.com/psmarshall) -
657
+ **Peter Marshall** <<petermarshall@chromium.org>> (he/him)
658
+ * [puzpuzpuz](https://github.com/puzpuzpuz) -
659
+ **Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
660
+ * [refack](https://github.com/refack) -
661
+ **Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
662
+ * [rexagod](https://github.com/rexagod) -
663
+ **Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
664
+ * [rickyes](https://github.com/rickyes) -
665
+ **Ricky Zhou** <<0x19951125@gmail.com>> (he/him)
666
+ * [rlidwka](https://github.com/rlidwka) -
667
+ **Alex Kocharin** <<alex@kocharin.ru>>
668
+ * [rmg](https://github.com/rmg) -
669
+ **Ryan Graham** <<r.m.graham@gmail.com>>
670
+ * [robertkowalski](https://github.com/robertkowalski) -
671
+ **Robert Kowalski** <<rok@kowalski.gd>>
672
+ * [romankl](https://github.com/romankl) -
673
+ **Roman Klauke** <<romaaan.git@gmail.com>>
674
+ * [ronkorving](https://github.com/ronkorving) -
675
+ **Ron Korving** <<ron@ronkorving.nl>>
676
+ * [RReverser](https://github.com/RReverser) -
677
+ **Ingvar Stepanyan** <<me@rreverser.com>>
678
+ * [rubys](https://github.com/rubys) -
679
+ **Sam Ruby** <<rubys@intertwingly.net>>
680
+ * [rvagg](https://github.com/rvagg) -
681
+ **Rod Vagg** <<rod@vagg.org>>
682
+ * [ryzokuken](https://github.com/ryzokuken) -
683
+ **Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
684
+ * [saghul](https://github.com/saghul) -
685
+ **Saúl Ibarra Corretgé** <<s@saghul.net>>
686
+ * [sam-github](https://github.com/sam-github) -
687
+ **Sam Roberts** <<vieuxtech@gmail.com>>
688
+ * [sebdeckers](https://github.com/sebdeckers) -
689
+ **Sebastiaan Deckers** <<sebdeckers83@gmail.com>>
690
+ * [seishun](https://github.com/seishun) -
691
+ **Nikolai Vavilov** <<vvnicholas@gmail.com>>
692
+ * [shigeki](https://github.com/shigeki) -
693
+ **Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
694
+ * [shisama](https://github.com/shisama) -
695
+ **Masashi Hirano** <<shisama07@gmail.com>> (he/him)
696
+ * [silverwind](https://github.com/silverwind) -
697
+ **Roman Reiss** <<me@silverwind.io>>
698
+ * [starkwang](https://github.com/starkwang) -
699
+ **Weijia Wang** <<starkwang@126.com>>
700
+ * [stefanmb](https://github.com/stefanmb) -
701
+ **Stefan Budeanu** <<stefan@budeanu.com>>
702
+ * [tellnes](https://github.com/tellnes) -
703
+ **Christian Tellnes** <<christian@tellnes.no>>
704
+ * [thefourtheye](https://github.com/thefourtheye) -
705
+ **Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
706
+ * [thlorenz](https://github.com/thlorenz) -
707
+ **Thorsten Lorenz** <<thlorenz@gmx.de>>
708
+ * [TimothyGu](https://github.com/TimothyGu) -
709
+ **Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
710
+ * [trevnorris](https://github.com/trevnorris) -
711
+ **Trevor Norris** <<trev.norris@gmail.com>>
712
+ * [tunniclm](https://github.com/tunniclm) -
713
+ **Mike Tunnicliffe** <<m.j.tunnicliffe@gmail.com>>
714
+ * [vdeturckheim](https://github.com/vdeturckheim) -
715
+ **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
716
+ * [vkurchatkin](https://github.com/vkurchatkin) -
717
+ **Vladimir Kurchatkin** <<vladimir.kurchatkin@gmail.com>>
718
+ * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
719
+ **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
720
+ * [vsemozhetbyt](https://github.com/vsemozhetbyt) -
721
+ **Vse Mozhet Byt** <<vsemozhetbyt@gmail.com>> (he/him)
722
+ * [watson](https://github.com/watson) -
723
+ **Thomas Watson** <<w@tson.dk>>
724
+ * [whitlockjc](https://github.com/whitlockjc) -
725
+ **Jeremy Whitlock** <<jwhitlock@apache.org>>
726
+ * [XadillaX](https://github.com/XadillaX) -
727
+ **Khaidi Chu** <<i@2333.moe>> (he/him)
728
+ * [yashLadha](https://github.com/yashLadha) -
729
+ **Yash Ladha** <<yash@yashladha.in>> (he/him)
730
+ * [yhwang](https://github.com/yhwang) -
731
+ **Yihong Wang** <<yh.wang@ibm.com>>
732
+ * [yorkie](https://github.com/yorkie) -
733
+ **Yorkie Liu** <<yorkiefixer@gmail.com>>
734
+ * [yosuke-furukawa](https://github.com/yosuke-furukawa) -
735
+ **Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
736
+
737
+ </details>
738
+
739
+ <!--lint enable prohibited-strings-->
740
+
741
+ Collaborators follow the [Collaborator Guide](./doc/contributing/collaborator-guide.md) in
742
+ maintaining the Node.js project.
743
+
744
+ ### Triagers
745
+
746
+ * [1ilsang](https://github.com/1ilsang) -
747
+ **Sangchul Lee** <<1ilsang.dev@gmail.com>> (he/him)
748
+ * [atlowChemi](https://github.com/atlowChemi) -
749
+ **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
750
+ * [bjohansebas](https://github.com/bjohansebas) -
751
+ **Sebastian Beltran** <<bjohansebas@gmail.com>>
752
+ * [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
753
+ **Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
754
+ * [CanadaHonk](https://github.com/CanadaHonk) -
755
+ **Oliver Medhurst** <<honk@goose.icu>> (they/them)
756
+ * [daeyeon](https://github.com/daeyeon) -
757
+ **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
758
+ * [efekrskl](https://github.com/efekrskl) -
759
+ **Efe Karasakal** <<hi@efe.dev>> (he/him)
760
+ * [gireeshpunathil](https://github.com/gireeshpunathil) -
761
+ **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
762
+ * [gurgunday](https://github.com/gurgunday) -
763
+ **Gürgün Dayıoğlu** <<hey@gurgun.day>>
764
+ * [haramj](https://github.com/haramj) -
765
+ **Haram Jeong** <<haramj.dev@gmail.com>>
766
+ * [HBSPS](https://github.com/HBSPS) -
767
+ **Wiyeong Seo** <<hbsps.dev@gmail.com>>
768
+ * [iam-frankqiu](https://github.com/iam-frankqiu) -
769
+ **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
770
+ * [KevinEady](https://github.com/KevinEady) -
771
+ **Kevin Eady** <<kevin.c.eady@gmail.com>> (he/him)
772
+ * [marsonya](https://github.com/marsonya) -
773
+ **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
774
+ * [milesguicent](https://github.com/milesguicent) -
775
+ **Miles Guicent** <<guicent@pm.me>> (he/him)
776
+ * [preveen-stack](https://github.com/preveen-stack) -
777
+ **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
778
+ * [RaisinTen](https://github.com/RaisinTen) -
779
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him)
780
+
781
+ Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
782
+ responding to new issues.
783
+
784
+ ### Release keys
785
+
786
+ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
787
+
788
+ * **Antoine du Hamel** <<duhamelantoine1995@gmail.com>>
789
+ `5BE8A3F6C8A5C01D106C0AD820B1A390B168D356`
790
+ * **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
791
+ `DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7`
792
+ * **Marco Ippolito** <<marcoippolito54@gmail.com>>
793
+ `CC68F5A3106FF448322E48ED27F5E38D5B0A215F`
794
+ * **Michaël Zasso** <<targos@protonmail.com>>
795
+ `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
796
+ * **Rafael Gonzaga** <<rafael.nunu@hotmail.com>>
797
+ `890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
798
+ * **Richard Lau** <<richard.lau@ibm.com>>
799
+ `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
800
+ * **Ruy Adorno** <<ruyadorno@hotmail.com>>
801
+ `108F52B48DB57BB0CC439B2997B01419BD92F80A`
802
+ * **Ulises Gascón** <<ulisesgascongonzalez@gmail.com>>
803
+ `A363A499291CBBC940DD62E41F10027AF002F8B0`
804
+
805
+ You can use the keyring the project maintains at
806
+ <https://github.com/nodejs/release-keys/raw/refs/heads/main/gpg-only-active-keys/pubring.kbx>.
807
+ Alternatively, you can import them from a public key server. Have in mind that
808
+ the project cannot guarantee the availability of the server nor the keys on
809
+ that server.
810
+
811
+ ```bash
812
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 5BE8A3F6C8A5C01D106C0AD820B1A390B168D356 # Antoine du Hamel
813
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan José Arboleda
814
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolito
815
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michaël Zasso
816
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 # Rafael Gonzaga
817
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau
818
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A # Ruy Adorno
819
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0 # Ulises Gascón
820
+ ```
821
+
822
+ See [Verifying binaries](#verifying-binaries) for how to use these keys to
823
+ verify a downloaded file.
824
+
825
+ <details>
826
+
827
+ <summary>Other keys used to sign some previous releases</summary>
828
+
829
+ * **Antoine du Hamel** <<duhamelantoine1995@gmail.com>>
830
+ `C0D6248439F1D5604AAFFB4021D900FFDB233756`
831
+ * **Beth Griggs** <<bethanyngriggs@gmail.com>>
832
+ `4ED778F539E3634C779C87C6D7062848A1AB005C`
833
+ * **Bryan English** <<bryan@bryanenglish.com>>
834
+ `141F07595B7B3FFE74309A937405533BE57C7D57`
835
+ * **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
836
+ `9554F04D7259F04124DE6B476D5A82AC7E37093B`
837
+ * **Colin Ihrig** <<cjihrig@gmail.com>>
838
+ `94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
839
+ * **Danielle Adams** <<adamzdanielle@gmail.com>>
840
+ `1C050899334244A8AF75E53792EF661D867B9DFA`
841
+ `74F12602B6F1C4E913FAA37AD3A89613643B6201`
842
+ * **Evan Lucas** <<evanlucas@me.com>>
843
+ `B9AE9905FFD7803F25714661B63B535A4C206CA9`
844
+ * **Gibson Fahnestock** <<gibfahn@gmail.com>>
845
+ `77984A986EBC2AA786BC0F66B01FBB92821C587A`
846
+ * **Isaac Z. Schlueter** <<i@izs.me>>
847
+ `93C7E9E91B49E432C2F75674B0A78B0A6C481CF6`
848
+ * **Italo A. Casas** <<me@italoacasas.com>>
849
+ `56730D5401028683275BD23C23EFEFE93C4CFFFE`
850
+ * **James M Snell** <<jasnell@keybase.io>>
851
+ `71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
852
+ * **Jeremiah Senkpiel** <<fishrock@keybase.io>>
853
+ `FD3A5288F042B6850C66B31F09FE44734EB7990E`
854
+ * **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
855
+ `61FC681DFB92A079F1685E77973F295594EC4689`
856
+ * **Julien Gilli** <<jgilli@fastmail.fm>>
857
+ `114F43EE0176B71C7BC219DD50A3051F888C628D`
858
+ * **Myles Borins** <<myles.borins@gmail.com>>
859
+ `C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
860
+ * **Rod Vagg** <<rod@vagg.org>>
861
+ `DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
862
+ * **Ruben Bridgewater** <<ruben@bridgewater.de>>
863
+ `A48C2BEE680E841632CD4E44F07496B3EB3C1762`
864
+ * **Shelley Vohr** <<shelley.vohr@gmail.com>>
865
+ `B9E2F5981AA6E0CD28160D9FF13993A75599653C`
866
+ * **Timothy J Fontaine** <<tjfontaine@gmail.com>>
867
+ `7937DFD2AB06298B2293C3187D33FF9D0246406D`
868
+
869
+ The project maintains a keyring able to verify all past releases of Node.js at
870
+ <https://github.com/nodejs/release-keys/raw/refs/heads/main/gpg/pubring.kbx>.
871
+
872
+ </details>
873
+
874
+ ### Security release stewards
875
+
876
+ When possible, the commitment to take slots in the
877
+ security release steward rotation is made by companies in order
878
+ to ensure individuals who act as security stewards have the
879
+ support and recognition from their employer to be able to
880
+ prioritize security releases. Security release stewards manage security
881
+ releases on a rotation basis as outlined in the
882
+ [security release process](./doc/contributing/security-release-process.md).
883
+
884
+ * [Datadog](https://www.datadoghq.com/)
885
+ * [bengl](https://github.com/bengl) -
886
+ **Bryan English** <<bryan@bryanenglish.com>> (he/him)
887
+ * [HeroDevs](https://www.herodevs.com/)
888
+ * [juanarbol](https://github.com/juanarbol) - OpenJS Slack handle: `juanarbol`
889
+ **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
890
+ * [marco-ippolito](https://github.com/marco-ippolito) - OpenJS Slack handle: `Marco Ippolito`
891
+ **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
892
+ * [NodeSource](https://nodesource.com/)
893
+ * [RafaelGSS](https://github.com/RafaelGSS) - OpenJS Slack handle: `RafaelGSS`
894
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
895
+ * [Platformatic](https://platformatic.dev/)
896
+ * [mcollina](https://github.com/mcollina) - OpenJS Slack handle: `mcollina`
897
+ **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
898
+ * [Red Hat](https://redhat.com) / [IBM](https://ibm.com)
899
+ * [BethGriggs](https://github.com/BethGriggs) -
900
+ **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
901
+ * [sxa](https://github.com/sxa) -
902
+ **Stewart X Addison** <<sxa@redhat.com>> (he/him)
903
+
904
+ ## License
905
+
906
+ Node.js is licensed under the [MIT License](https://opensource.org/licenses/MIT).
907
+
908
+ This project also depends on external libraries that may use different open-source
909
+ licenses. For a complete list of included licenses, please see the
910
+ [LICENSE](https://github.com/nodejs/node/blob/main/LICENSE) file.
911
+
912
+ If you are contributing documentation or source changes, please ensure your
913
+ additions comply with the project’s license guidelines.
914
+
915
+ [Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
916
+ [Contributing to the project]: CONTRIBUTING.md
917
+ [Node.js website]: https://nodejs.org/
918
+ [OpenJS Foundation]: https://openjsf.org/
919
+ [Strategic initiatives]: doc/contributing/strategic-initiatives.md
920
+ [Technical values and prioritization]: doc/contributing/technical-values.md
921
+ [Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md
node/install_tools.bat ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+
3
+ setlocal
4
+ title Install Additional Tools for Node.js
5
+
6
+ cls
7
+
8
+ echo ====================================================
9
+ echo Tools for Node.js Native Modules Installation Script
10
+ echo ====================================================
11
+ echo.
12
+ echo This script will install Python and the Visual Studio Build Tools, necessary
13
+ echo to compile Node.js native modules. Note that Chocolatey and required Windows
14
+ echo updates will also be installed.
15
+ echo.
16
+ echo This will require about 7 GiB of free disk space, plus any space necessary to
17
+ echo install Windows updates. This will take a while to run.
18
+ echo.
19
+ echo Please close all open programs for the duration of the installation. If the
20
+ echo installation fails, please ensure Windows is fully updated, reboot your
21
+ echo computer and try to run this again. This script can be found in the
22
+ echo Start menu under Node.js.
23
+ echo.
24
+ echo You can close this window to stop now. Detailed instructions to install these
25
+ echo tools manually are available at https://github.com/nodejs/node-gyp#on-windows
26
+ echo.
27
+ pause
28
+
29
+ cls
30
+
31
+ REM Adapted from https://github.com/Microsoft/windows-dev-box-setup-scripts/blob/79bbe5bdc4867088b3e074f9610932f8e4e192c2/README.md#legal
32
+ echo Using this script downloads third party software
33
+ echo ------------------------------------------------
34
+ echo This script will direct to Chocolatey to install packages. By using
35
+ echo Chocolatey to install a package, you are accepting the license for the
36
+ echo application, executable(s), or other artifacts delivered to your machine as a
37
+ echo result of a Chocolatey install. This acceptance occurs whether you know the
38
+ echo license terms or not. Read and understand the license terms of the packages
39
+ echo being installed and their dependencies prior to installation:
40
+ echo - https://chocolatey.org/packages/chocolatey
41
+ echo - https://chocolatey.org/packages/python
42
+ echo - https://chocolatey.org/packages/visualstudio2026-workload-vctools
43
+ echo.
44
+ echo This script is provided AS-IS without any warranties of any kind
45
+ echo ----------------------------------------------------------------
46
+ echo Chocolatey has implemented security safeguards in their process to help
47
+ echo protect the community from malicious or pirated software, but any use of this
48
+ echo script is at your own risk. Please read the Chocolatey's legal terms of use
49
+ echo as well as how the community repository for Chocolatey.org is maintained.
50
+ echo.
51
+ pause
52
+
53
+ cls
54
+
55
+ "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" ^
56
+ -NoProfile ^
57
+ -InputFormat None ^
58
+ -ExecutionPolicy Bypass ^
59
+ -Command Start-Process ^
60
+ '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe' ^
61
+ -ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command ^
62
+ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ^
63
+ iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); ^
64
+ choco upgrade -y python visualstudio2026-workload-vctools; ^
65
+ Read-Host ''Type ENTER to exit'' ' ^
66
+ -Verb RunAs
node/nodevars.bat ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+
3
+ rem Ensure this Node.js and npm are first in the PATH
4
+ set "PATH=%APPDATA%\npm;%~dp0;%PATH%"
5
+
6
+ setlocal enabledelayedexpansion
7
+ pushd "%~dp0"
8
+
9
+ rem Figure out the Node.js version.
10
+ set print_version=.\node.exe -p -e "process.versions.node + ' (' + process.arch + ')'"
11
+ for /F "usebackq delims=" %%v in (`%print_version%`) do set version=%%v
12
+
13
+ rem Print message.
14
+ if exist npm.cmd (
15
+ echo Your environment has been set up for using Node.js !version! and npm.
16
+ ) else (
17
+ echo Your environment has been set up for using Node.js !version!.
18
+ )
19
+
20
+ popd
21
+ endlocal
22
+
23
+ rem If we're in the Node.js directory, change to the user's home dir.
24
+ if "%CD%\"=="%~dp0" cd /d "%HOMEDRIVE%%HOMEPATH%"
node/npm ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+
3
+ # This is used by the Node.js installer, which expects the cygwin/mingw
4
+ # shell script to already be present in the npm dependency folder.
5
+
6
+ (set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix
7
+
8
+ basedir=`dirname "$0"`
9
+
10
+ case `uname` in
11
+ *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
12
+ esac
13
+
14
+ if [ `uname` = 'Linux' ] && type wslpath &>/dev/null ; then
15
+ IS_WSL="true"
16
+ fi
17
+
18
+ function no_node_dir {
19
+ # if this didn't work, then everything else below will fail
20
+ echo "Could not determine Node.js install directory" >&2
21
+ exit 1
22
+ }
23
+
24
+ NODE_EXE="$basedir/node.exe"
25
+ if ! [ -x "$NODE_EXE" ]; then
26
+ NODE_EXE="$basedir/node"
27
+ fi
28
+ if ! [ -x "$NODE_EXE" ]; then
29
+ NODE_EXE=node
30
+ fi
31
+
32
+ # this path is passed to node.exe, so it needs to match whatever
33
+ # kind of paths Node.js thinks it's using, typically win32 paths.
34
+ CLI_BASEDIR="$("$NODE_EXE" -p 'require("path").dirname(process.execPath)' 2> /dev/null)"
35
+ if [ $? -ne 0 ]; then
36
+ # this fails under WSL 1 so add an additional message. we also suppress stderr above
37
+ # because the actual error raised is not helpful. in WSL 1 node.exe cannot handle
38
+ # output redirection properly. See https://github.com/microsoft/WSL/issues/2370
39
+ if [ "$IS_WSL" == "true" ]; then
40
+ echo "WSL 1 is not supported. Please upgrade to WSL 2 or above." >&2
41
+ fi
42
+ no_node_dir
43
+ fi
44
+ NPM_PREFIX_JS="$CLI_BASEDIR/node_modules/npm/bin/npm-prefix.js"
45
+ NPM_CLI_JS="$CLI_BASEDIR/node_modules/npm/bin/npm-cli.js"
46
+ NPM_PREFIX=`"$NODE_EXE" "$NPM_PREFIX_JS"`
47
+ if [ $? -ne 0 ]; then
48
+ no_node_dir
49
+ fi
50
+ NPM_PREFIX_NPM_CLI_JS="$NPM_PREFIX/node_modules/npm/bin/npm-cli.js"
51
+
52
+ # a path that will fail -f test on any posix bash
53
+ NPM_WSL_PATH="/.."
54
+
55
+ # WSL can run Windows binaries, so we have to give it the win32 path
56
+ # however, WSL bash tests against posix paths, so we need to construct that
57
+ # to know if npm is installed globally.
58
+ if [ "$IS_WSL" == "true" ]; then
59
+ NPM_WSL_PATH=`wslpath "$NPM_PREFIX_NPM_CLI_JS"`
60
+ fi
61
+ if [ -f "$NPM_PREFIX_NPM_CLI_JS" ] || [ -f "$NPM_WSL_PATH" ]; then
62
+ NPM_CLI_JS="$NPM_PREFIX_NPM_CLI_JS"
63
+ fi
64
+
65
+ "$NODE_EXE" "$NPM_CLI_JS" "$@"
node/npm.cmd ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ :: Created by npm, please don't edit manually.
2
+ @ECHO OFF
3
+
4
+ SETLOCAL
5
+
6
+ SET "NODE_EXE=%~dp0\node.exe"
7
+ IF NOT EXIST "%NODE_EXE%" (
8
+ SET "NODE_EXE=node"
9
+ )
10
+
11
+ SET "NPM_PREFIX_JS=%~dp0\node_modules\npm\bin\npm-prefix.js"
12
+ SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js"
13
+ FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_PREFIX_JS%"') DO (
14
+ SET "NPM_PREFIX_NPM_CLI_JS=%%F\node_modules\npm\bin\npm-cli.js"
15
+ )
16
+ IF EXIST "%NPM_PREFIX_NPM_CLI_JS%" (
17
+ SET "NPM_CLI_JS=%NPM_PREFIX_NPM_CLI_JS%"
18
+ )
19
+
20
+ "%NODE_EXE%" "%NPM_CLI_JS%" %*
node/npm.ps1 ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env pwsh
2
+
3
+ Set-StrictMode -Version 'Latest'
4
+
5
+ $NODE_EXE="$PSScriptRoot/node.exe"
6
+ if (-not (Test-Path $NODE_EXE)) {
7
+ $NODE_EXE="$PSScriptRoot/node"
8
+ }
9
+ if (-not (Test-Path $NODE_EXE)) {
10
+ $NODE_EXE="node"
11
+ }
12
+
13
+ $NPM_PREFIX_JS="$PSScriptRoot/node_modules/npm/bin/npm-prefix.js"
14
+ $NPM_CLI_JS="$PSScriptRoot/node_modules/npm/bin/npm-cli.js"
15
+ $NPM_PREFIX=(& $NODE_EXE $NPM_PREFIX_JS)
16
+
17
+ if ($LASTEXITCODE -ne 0) {
18
+ Write-Host "Could not determine Node.js install directory"
19
+ exit 1
20
+ }
21
+
22
+ $NPM_PREFIX_NPM_CLI_JS="$NPM_PREFIX/node_modules/npm/bin/npm-cli.js"
23
+ if (Test-Path $NPM_PREFIX_NPM_CLI_JS) {
24
+ $NPM_CLI_JS=$NPM_PREFIX_NPM_CLI_JS
25
+ }
26
+
27
+ if ($MyInvocation.ExpectingInput) { # takes pipeline input
28
+ $input | & $NODE_EXE $NPM_CLI_JS $args
29
+ } elseif (-not $MyInvocation.Line) { # used "-File" argument
30
+ & $NODE_EXE $NPM_CLI_JS $args
31
+ } else { # used "-Command" argument
32
+ if (($MyInvocation | Get-Member -Name 'Statement') -and $MyInvocation.Statement) {
33
+ $NPM_ORIGINAL_COMMAND = $MyInvocation.Statement
34
+ } else {
35
+ $NPM_ORIGINAL_COMMAND = (
36
+ [Management.Automation.InvocationInfo].GetProperty('ScriptPosition', [Reflection.BindingFlags] 'Instance, NonPublic')
37
+ ).GetValue($MyInvocation).Text
38
+ }
39
+
40
+ $NODE_EXE = $NODE_EXE.Replace("``", "````")
41
+ $NPM_CLI_JS = $NPM_CLI_JS.Replace("``", "````")
42
+
43
+ $NPM_COMMAND_ARRAY = [Management.Automation.Language.Parser]::ParseInput($NPM_ORIGINAL_COMMAND, [ref] $null, [ref] $null).
44
+ EndBlock.Statements.PipelineElements.CommandElements.Extent.Text
45
+ $NPM_ARGS = ($NPM_COMMAND_ARRAY | Select-Object -Skip 1) -join ' '
46
+
47
+ Invoke-Expression "& `"$NODE_EXE`" `"$NPM_CLI_JS`" $NPM_ARGS"
48
+ }
49
+
50
+ exit $LASTEXITCODE
node/npx ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+
3
+ # This is used by the Node.js installer, which expects the cygwin/mingw
4
+ # shell script to already be present in the npm dependency folder.
5
+
6
+ (set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix
7
+
8
+ basedir=`dirname "$0"`
9
+
10
+ case `uname` in
11
+ *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
12
+ esac
13
+
14
+ if [ `uname` = 'Linux' ] && type wslpath &>/dev/null ; then
15
+ IS_WSL="true"
16
+ fi
17
+
18
+ function no_node_dir {
19
+ # if this didn't work, then everything else below will fail
20
+ echo "Could not determine Node.js install directory" >&2
21
+ exit 1
22
+ }
23
+
24
+ NODE_EXE="$basedir/node.exe"
25
+ if ! [ -x "$NODE_EXE" ]; then
26
+ NODE_EXE="$basedir/node"
27
+ fi
28
+ if ! [ -x "$NODE_EXE" ]; then
29
+ NODE_EXE=node
30
+ fi
31
+
32
+ # this path is passed to node.exe, so it needs to match whatever
33
+ # kind of paths Node.js thinks it's using, typically win32 paths.
34
+ CLI_BASEDIR="$("$NODE_EXE" -p 'require("path").dirname(process.execPath)' 2> /dev/null)"
35
+ if [ $? -ne 0 ]; then
36
+ # this fails under WSL 1 so add an additional message. we also suppress stderr above
37
+ # because the actual error raised is not helpful. in WSL 1 node.exe cannot handle
38
+ # output redirection properly. See https://github.com/microsoft/WSL/issues/2370
39
+ if [ "$IS_WSL" == "true" ]; then
40
+ echo "WSL 1 is not supported. Please upgrade to WSL 2 or above." >&2
41
+ fi
42
+ no_node_dir
43
+ fi
44
+ NPM_PREFIX_JS="$CLI_BASEDIR/node_modules/npm/bin/npm-prefix.js"
45
+ NPX_CLI_JS="$CLI_BASEDIR/node_modules/npm/bin/npx-cli.js"
46
+ NPM_PREFIX=`"$NODE_EXE" "$NPM_PREFIX_JS"`
47
+ if [ $? -ne 0 ]; then
48
+ no_node_dir
49
+ fi
50
+ NPM_PREFIX_NPX_CLI_JS="$NPM_PREFIX/node_modules/npm/bin/npx-cli.js"
51
+
52
+ # a path that will fail -f test on any posix bash
53
+ NPX_WSL_PATH="/.."
54
+
55
+ # WSL can run Windows binaries, so we have to give it the win32 path
56
+ # however, WSL bash tests against posix paths, so we need to construct that
57
+ # to know if npm is installed globally.
58
+ if [ "$IS_WSL" == "true" ]; then
59
+ NPX_WSL_PATH=`wslpath "$NPM_PREFIX_NPX_CLI_JS"`
60
+ fi
61
+ if [ -f "$NPM_PREFIX_NPX_CLI_JS" ] || [ -f "$NPX_WSL_PATH" ]; then
62
+ NPX_CLI_JS="$NPM_PREFIX_NPX_CLI_JS"
63
+ fi
64
+
65
+ "$NODE_EXE" "$NPX_CLI_JS" "$@"
node/npx.cmd ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ :: Created by npm, please don't edit manually.
2
+ @ECHO OFF
3
+
4
+ SETLOCAL
5
+
6
+ SET "NODE_EXE=%~dp0\node.exe"
7
+ IF NOT EXIST "%NODE_EXE%" (
8
+ SET "NODE_EXE=node"
9
+ )
10
+
11
+ SET "NPM_PREFIX_JS=%~dp0\node_modules\npm\bin\npm-prefix.js"
12
+ SET "NPX_CLI_JS=%~dp0\node_modules\npm\bin\npx-cli.js"
13
+ FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_PREFIX_JS%"') DO (
14
+ SET "NPM_PREFIX_NPX_CLI_JS=%%F\node_modules\npm\bin\npx-cli.js"
15
+ )
16
+ IF EXIST "%NPM_PREFIX_NPX_CLI_JS%" (
17
+ SET "NPX_CLI_JS=%NPM_PREFIX_NPX_CLI_JS%"
18
+ )
19
+
20
+ "%NODE_EXE%" "%NPX_CLI_JS%" %*
node/npx.ps1 ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env pwsh
2
+
3
+ Set-StrictMode -Version 'Latest'
4
+
5
+ $NODE_EXE="$PSScriptRoot/node.exe"
6
+ if (-not (Test-Path $NODE_EXE)) {
7
+ $NODE_EXE="$PSScriptRoot/node"
8
+ }
9
+ if (-not (Test-Path $NODE_EXE)) {
10
+ $NODE_EXE="node"
11
+ }
12
+
13
+ $NPM_PREFIX_JS="$PSScriptRoot/node_modules/npm/bin/npm-prefix.js"
14
+ $NPX_CLI_JS="$PSScriptRoot/node_modules/npm/bin/npx-cli.js"
15
+ $NPM_PREFIX=(& $NODE_EXE $NPM_PREFIX_JS)
16
+
17
+ if ($LASTEXITCODE -ne 0) {
18
+ Write-Host "Could not determine Node.js install directory"
19
+ exit 1
20
+ }
21
+
22
+ $NPM_PREFIX_NPX_CLI_JS="$NPM_PREFIX/node_modules/npm/bin/npx-cli.js"
23
+ if (Test-Path $NPM_PREFIX_NPX_CLI_JS) {
24
+ $NPX_CLI_JS=$NPM_PREFIX_NPX_CLI_JS
25
+ }
26
+
27
+ if ($MyInvocation.ExpectingInput) { # takes pipeline input
28
+ $input | & $NODE_EXE $NPX_CLI_JS $args
29
+ } elseif (-not $MyInvocation.Line) { # used "-File" argument
30
+ & $NODE_EXE $NPX_CLI_JS $args
31
+ } else { # used "-Command" argument
32
+ if (($MyInvocation | Get-Member -Name 'Statement') -and $MyInvocation.Statement) {
33
+ $NPX_ORIGINAL_COMMAND = $MyInvocation.Statement
34
+ } else {
35
+ $NPX_ORIGINAL_COMMAND = (
36
+ [Management.Automation.InvocationInfo].GetProperty('ScriptPosition', [Reflection.BindingFlags] 'Instance, NonPublic')
37
+ ).GetValue($MyInvocation).Text
38
+ }
39
+
40
+ $NODE_EXE = $NODE_EXE.Replace("``", "````")
41
+ $NPX_CLI_JS = $NPX_CLI_JS.Replace("``", "````")
42
+
43
+ $NPX_COMMAND_ARRAY = [Management.Automation.Language.Parser]::ParseInput($NPX_ORIGINAL_COMMAND, [ref] $null, [ref] $null).
44
+ EndBlock.Statements.PipelineElements.CommandElements.Extent.Text
45
+ $NPX_ARGS = ($NPX_COMMAND_ARRAY | Select-Object -Skip 1) -join ' '
46
+
47
+ Invoke-Expression "& `"$NODE_EXE`" `"$NPX_CLI_JS`" $NPX_ARGS"
48
+ }
49
+
50
+ exit $LASTEXITCODE
node24/CHANGELOG.md ADDED
@@ -0,0 +1,1400 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Node.js Changelog
2
+
3
+ Select a Node.js version below to view the changelog history:
4
+
5
+ * [Node.js 24](doc/changelogs/CHANGELOG_V24.md) **Long Term Support**
6
+ * [Node.js 23](doc/changelogs/CHANGELOG_V23.md) **Current**
7
+ * [Node.js 22](doc/changelogs/CHANGELOG_V22.md) Long Term Support
8
+ * [Node.js 21](doc/changelogs/CHANGELOG_V21.md) End-of-Life
9
+ * [Node.js 20](doc/changelogs/CHANGELOG_V20.md) Long Term Support
10
+ * [Node.js 19](doc/changelogs/CHANGELOG_V19.md) End-of-Life
11
+ * [Node.js 18](doc/changelogs/CHANGELOG_V18.md) End-of-Life
12
+ * [Node.js 17](doc/changelogs/CHANGELOG_V17.md) End-of-Life
13
+ * [Node.js 16](doc/changelogs/CHANGELOG_V16.md) End-of-Life
14
+ * [Node.js 15](doc/changelogs/CHANGELOG_V15.md) End-of-Life
15
+ * [Node.js 14](doc/changelogs/CHANGELOG_V14.md) End-of-Life
16
+ * [Node.js 13](doc/changelogs/CHANGELOG_V13.md) End-of-Life
17
+ * [Node.js 12](doc/changelogs/CHANGELOG_V12.md) End-of-Life
18
+ * [Node.js 11](doc/changelogs/CHANGELOG_V11.md) End-of-Life
19
+ * [Node.js 10](doc/changelogs/CHANGELOG_V10.md) End-of-Life
20
+ * [Node.js 9](doc/changelogs/CHANGELOG_V9.md) End-of-Life
21
+ * [Node.js 8](doc/changelogs/CHANGELOG_V8.md) End-of-Life
22
+ * [Node.js 7](doc/changelogs/CHANGELOG_V7.md) End-of-Life
23
+ * [Node.js 6](doc/changelogs/CHANGELOG_V6.md) End-of-Life
24
+ * [Node.js 5](doc/changelogs/CHANGELOG_V5.md) End-of-Life
25
+ * [Node.js 4](doc/changelogs/CHANGELOG_V4.md) End-of-Life
26
+ * [io.js](doc/changelogs/CHANGELOG_IOJS.md) End-of-Life
27
+ * [Node.js 0.12](doc/changelogs/CHANGELOG_V012.md) End-of-Life
28
+ * [Node.js 0.10](doc/changelogs/CHANGELOG_V010.md) End-of-Life
29
+ * [Archive](doc/changelogs/CHANGELOG_ARCHIVE.md)
30
+
31
+ Please use the following table to find the changelog for a specific Node.js
32
+ release.
33
+
34
+ <table>
35
+ <tr>
36
+ <th title="LTS Until 2028-04"><a href="doc/changelogs/CHANGELOG_V24.md">24</a> (LTS)</th>
37
+ <th title="Current"><a href="doc/changelogs/CHANGELOG_V23.md">23</a> (Current)</th>
38
+ <th title="LTS Until 2027-04"><a href="doc/changelogs/CHANGELOG_V22.md">22</a> (LTS)</th>
39
+ <th title="LTS Until 2026-04"><a href="doc/changelogs/CHANGELOG_V20.md">20</a> (LTS)</th>
40
+ </tr>
41
+ <tr>
42
+ <td valign="top">
43
+ <b><a href="doc/changelogs/CHANGELOG_V24.md#24.15.0">24.15.0</a></b><br/>
44
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.14.1">24.14.1</a><br/>
45
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.14.0">24.14.0</a><br/>
46
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.13.1">24.13.1</a><br/>
47
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.13.0">24.13.0</a><br/>
48
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.12.0">24.12.0</a><br/>
49
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.11.1">24.11.1</a><br/>
50
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.11.0">24.11.0</a><br/>
51
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.10.0">24.10.0</a><br/>
52
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.9.0">24.9.0</a><br/>
53
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.8.0">24.8.0</a><br/>
54
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.7.0">24.7.0</a><br/>
55
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.6.0">24.6.0</a><br/>
56
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.5.0">24.5.0</a><br/>
57
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.4.1">24.4.1</a><br/>
58
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.4.0">24.4.0</a><br/>
59
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.3.0">24.3.0</a><br/>
60
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.2.0">24.2.0</a><br/>
61
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.1.0">24.1.0</a><br/>
62
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.0.2">24.0.2</a><br/>
63
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.0.1">24.0.1</a><br/>
64
+ <a href="doc/changelogs/CHANGELOG_V24.md#24.0.0">24.0.0</a><br/>
65
+ </td>
66
+ <td valign="top">
67
+ <b><a href="doc/changelogs/CHANGELOG_V23.md#23.11.0">23.11.0</a></b><br/>
68
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.10.0">23.10.0</a><br/>
69
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.9.0">23.9.0</a><br/>
70
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.8.0">23.8.0</a><br/>
71
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.7.0">23.7.0</a><br/>
72
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.6.1">23.6.1</a><br/>
73
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.6.0">23.6.0</a><br/>
74
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.5.0">23.5.0</a><br/>
75
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.4.0">23.4.0</a><br/>
76
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.3.0">23.3.0</a><br/>
77
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.2.0">23.2.0</a><br/>
78
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.1.0">23.1.0</a><br/>
79
+ <a href="doc/changelogs/CHANGELOG_V23.md#23.0.0">23.0.0</a><br/>
80
+ </td>
81
+ <td valign="top">
82
+ <b><a href="doc/changelogs/CHANGELOG_V22.md#22.15.0">22.15.0</a></b><br/>
83
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.14.0">22.14.0</a><br/>
84
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.13.1">22.13.1</a><br/>
85
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.13.0">22.13.0</a><br/>
86
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.12.0">22.12.0</a><br/>
87
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.11.0">22.11.0</a><br/>
88
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.10.0">22.10.0</a><br/>
89
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.9.0">22.9.0</a><br/>
90
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.8.0">22.8.0</a><br/>
91
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.7.0">22.7.0</a><br/>
92
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.6.0">22.6.0</a><br/>
93
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.5.1">22.5.1</a><br/>
94
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.5.0">22.5.0</a><br/>
95
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.4.1">22.4.1</a><br/>
96
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.4.0">22.4.0</a><br/>
97
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.3.0">22.3.0</a><br/>
98
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.2.0">22.2.0</a><br/>
99
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.1.0">22.1.0</a><br/>
100
+ <a href="doc/changelogs/CHANGELOG_V22.md#22.0.0">22.0.0</a><br/>
101
+ </td>
102
+ <td valign="top">
103
+ <b><a href="doc/changelogs/CHANGELOG_V20.md#20.19.1">20.19.1</a></b><br/>
104
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.19.0">20.19.0</a><br/>
105
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.18.3">20.18.3</a><br/>
106
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.18.2">20.18.2</a><br/>
107
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.18.1">20.18.1</a><br/>
108
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.18.0">20.18.0</a><br/>
109
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.17.0">20.17.0</a><br/>
110
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.16.0">20.16.0</a><br/>
111
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.15.1">20.15.1</a><br/>
112
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.15.0">20.15.0</a><br/>
113
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.14.0">20.14.0</a><br/>
114
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.13.1">20.13.1</a><br/>
115
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.13.0">20.13.0</a><br/>
116
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.12.2">20.12.2</a><br/>
117
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.12.1">20.12.1</a><br/>
118
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.12.0">20.12.0</a><br/>
119
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.11.1">20.11.1</a><br/>
120
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.11.0">20.11.0</a><br/>
121
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.10.0">20.10.0</a><br/>
122
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.9.0">20.9.0</a><br/>
123
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.8.1">20.8.1</a><br/>
124
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.8.0">20.8.0</a><br/>
125
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.7.0">20.7.0</a><br/>
126
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.6.1">20.6.1</a><br/>
127
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.6.0">20.6.0</a><br/>
128
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.5.1">20.5.1</a><br/>
129
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.5.0">20.5.0</a><br/>
130
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.4.0">20.4.0</a><br/>
131
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.3.1">20.3.1</a><br/>
132
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.3.0">20.3.0</a><br/>
133
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a><br/>
134
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.1.0">20.1.0</a><br/>
135
+ <a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
136
+ </td>
137
+ </tr>
138
+ </table>
139
+
140
+ ## Notes
141
+
142
+ * The [Node.js Long Term Support plan](https://github.com/nodejs/Release) covers
143
+ LTS releases.
144
+ * Release versions in **bold** text are the most recent supported releases.
145
+
146
+ ***
147
+
148
+ ***
149
+
150
+ ## 2016-05-06, Version 0.12.14 (Maintenance), @rvagg
151
+
152
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.14">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.14</a>.
153
+
154
+ ## 2016-05-06, Version 0.10.45 (Maintenance), @rvagg
155
+
156
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.45">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.45</a>.
157
+
158
+ ## 2016-05-05, Version 6.1.0 (Current), @Fishrock123
159
+
160
+ <a href="doc/changelogs/CHANGELOG_V6.md#6.1.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.1.0</a>.
161
+
162
+ ## 2016-05-05, Version 5.11.1 (Stable), @evanlucas
163
+
164
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.11.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.11.1</a>.
165
+
166
+ ## 2016-05-05, Version 4.4.4 'Argon' (LTS), @thealphanerd
167
+
168
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.4.4">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.4</a>.
169
+
170
+ ## 2016-04-26, Version 6.0.0 (Current), @jasnell
171
+
172
+ <a href="doc/changelogs/CHANGELOG_V6.md#6.0.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.0.0</a>.
173
+
174
+ ## 2016-04-20, Version 5.11.0 (Stable), @thealphanerd
175
+
176
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.11.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.11.0</a>.
177
+
178
+ ## 2016-04-05, Version 5.10.1 (Stable), @thealphanerd
179
+
180
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.10.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.10.1</a>.
181
+
182
+ ## 2016-03-31, Version 0.10.44 (Maintenance), @rvagg
183
+
184
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.44">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.44</a>.
185
+
186
+ ## 2016-03-31, Version 5.10.0 (Stable), @evanlucas
187
+
188
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.10.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.10.0</a>.
189
+
190
+ ## 2016-03-31, Version 4.4.2 'Argon' (LTS), @thealphanerd
191
+
192
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.4.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.2</a>.
193
+
194
+ ## 2016-03-31, Version 0.12.13 (LTS), @rvagg
195
+
196
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.13">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.13</a>.
197
+
198
+ ## 2016-03-23, Version 5.9.1 (Stable), @Fishrock123
199
+
200
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.9.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.9.1</a>.
201
+
202
+ ## 2016-03-22, Version 4.4.1 'Argon' (LTS), @thealphanerd
203
+
204
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.4.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.1</a>.
205
+
206
+ ## 2016-03-16, Version 5.9.0 (Stable), @evanlucas
207
+
208
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.9.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.9.0</a>.
209
+
210
+ ## 2016-03-08, Version 5.8.0 (Stable), @Fishrock123
211
+
212
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.8.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.8.0</a>.
213
+
214
+ ## 2016-03-08, Version 4.4.0 'Argon' (LTS), @thealphanerd
215
+
216
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.4.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.0</a>.
217
+
218
+ ## 2016-03-08, Version 0.12.12 (LTS), @rvagg
219
+
220
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.12">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.12</a>.
221
+
222
+ ## 2016-03-03, Version 0.12.11 (LTS), @rvagg
223
+
224
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.11">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.11</a>.
225
+
226
+ ## 2016-03-02, Version 5.7.1 (Stable), @Fishrock123
227
+
228
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.7.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.7.1</a>.
229
+
230
+ ## 2016-03-02, Version 4.3.2 'Argon' (LTS), @thealphanerd
231
+
232
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.3.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.3.2</a>.
233
+
234
+ ## 2016-02-23, Version 5.7.0 (Stable), @rvagg
235
+
236
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.7.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.7.0</a>.
237
+
238
+ ## 2016-02-16, Version 4.3.1 'Argon' (LTS), @thealphanerd
239
+
240
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.3.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.3.1</a>.
241
+
242
+ ## 2016-02-09, Version 5.6.0 (Stable), @jasnell
243
+
244
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.6.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.6.0</a>.
245
+
246
+ ## 2016-02-09, Version 4.3.0 'Argon' (LTS), @jasnell
247
+
248
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.3.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.3.0</a>.
249
+
250
+ ## 2016-02-09, Version 0.12.10 (LTS), @jasnell
251
+
252
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.10">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.10</a>.
253
+
254
+ ## 2016-02-09, Version 0.10.42 (Maintenance), @jasnell
255
+
256
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.42">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.42</a>.
257
+
258
+ ## 2016-01-21, Version 4.2.6 'Argon' (LTS), @TheAlphaNerd
259
+
260
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.6">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.6</a>.
261
+
262
+ ## 2016-01-20, Version 5.5.0 (Stable), @evanlucas
263
+
264
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.5.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.5.0</a>.
265
+
266
+ ## 2016-01-20, Version 4.2.5 'Argon' (LTS), @TheAlphaNerd
267
+
268
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.5">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.5</a>.
269
+
270
+ ## 2016-01-12, Version 5.4.1 (Stable), @TheAlphaNerd
271
+
272
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.4.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.4.1</a>.
273
+
274
+ ## 2016-01-06, Version 5.4.0 (Stable), @Fishrock123
275
+
276
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.4.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.4.0</a>.
277
+
278
+ ## 2015-12-23, Version 4.2.4 'Argon' (LTS), @jasnell
279
+
280
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.4">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.4</a>.
281
+
282
+ ## 2015-12-16, Version 5.3.0 (Stable), @cjihrig
283
+
284
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.3.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.3.0</a>.
285
+
286
+ ## 2015-12-09, Version 5.2.0 (Stable), @rvagg
287
+
288
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.2.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.2.0</a>.
289
+
290
+ ## 2015-12-04, Version 5.1.1 (Stable), @rvagg
291
+
292
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.1.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.1.1</a>.
293
+
294
+ ## 2015-12-04, Version 4.2.3 'Argon' (LTS), @rvagg
295
+
296
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.3">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.3</a>.
297
+
298
+ ## 2015-12-04, Version 0.12.9 (LTS), @rvagg
299
+
300
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.9">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.9</a>.
301
+
302
+ ## 2015-12-04, Version 0.10.41 (Maintenance), @rvagg
303
+
304
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.41">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.41</a>.
305
+
306
+ ## 2015.11.25, Version 0.12.8 (LTS), @rvagg
307
+
308
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.8">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.8</a>.
309
+
310
+ ## 2015-11-17, Version 5.1.0 (Stable), @Fishrock123
311
+
312
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.1.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.1.0</a>.
313
+
314
+ ## 2015-11-03, Version 4.2.2 'Argon' (LTS), @jasnell
315
+
316
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.2</a>.
317
+
318
+ ## 2015-10-29, Version 5.0.0 (Stable), @rvagg
319
+
320
+ <a href="doc/changelogs/CHANGELOG_V5.md#5.0.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.0.0</a>.
321
+
322
+ ## 2015-10-13, Version 4.2.1 'Argon' (LTS), @jasnell
323
+
324
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.1</a>.
325
+
326
+ ## 2015-10-07, Version 4.2.0 'Argon' (LTS), @jasnell
327
+
328
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.2.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.0</a>.
329
+
330
+ ## 2015-10-05, Version 4.1.2 (Stable), @rvagg
331
+
332
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.1.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.1.2</a>.
333
+
334
+ ## 2015-09-22, Version 4.1.1 (Stable), @rvagg
335
+
336
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.1.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.1.1</a>.
337
+
338
+ ## 2015-09-17, Version 4.1.0 (Stable), @Fishrock123
339
+
340
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.1.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.1.0</a>.
341
+
342
+ ## 2015-09-15, io.js Version 3.3.1 @rvagg
343
+
344
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#3.3.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.3.1</a>.
345
+
346
+ ## 2015-09-08, Version 4.0.0 (Stable), @rvagg
347
+
348
+ <a href="doc/changelogs/CHANGELOG_V4.md#4.0.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.0.0</a>.
349
+
350
+ ## 2015-09-02, Version 3.3.0, @rvagg
351
+
352
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#3.3.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.3.0</a>.
353
+
354
+ ## 2015-08-25, Version 3.2.0, @rvagg
355
+
356
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#3.2.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.2.0</a>.
357
+
358
+ ## 2015-08-18, Version 3.1.0, @Fishrock123
359
+
360
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#3.1.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.1.0</a>.
361
+
362
+ ## 2015-08-04, Version 3.0.0, @rvagg
363
+
364
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#3.0.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.0.0</a>.
365
+
366
+ ## 2015-07-28, Version 2.5.0, @cjihrig
367
+
368
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.5.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.5.0</a>.
369
+
370
+ ## 2015-07-17, Version 2.4.0, @Fishrock123
371
+
372
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.4.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.4.0</a>.
373
+
374
+ ## 2015-07-09, Version 2.3.4, @Fishrock123
375
+
376
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.4</a>.
377
+
378
+ ## 2015-07-09, Version 1.8.4, @Fishrock123
379
+
380
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.4</a>.
381
+
382
+ ## 2015-07-09, Version 0.12.7 (Stable)
383
+
384
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.7">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.7</a>.
385
+
386
+ ## 2015-07-04, Version 2.3.3, @Fishrock123
387
+
388
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.3</a>.
389
+
390
+ ## 2015-07-04, Version 1.8.3, @rvagg
391
+
392
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.3</a>.
393
+
394
+ ## 2015-07-03, Version 0.12.6 (Stable)
395
+
396
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.6">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.6</a>.
397
+
398
+ ## 2015-07-01, Version 2.3.2, @rvagg
399
+
400
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.2</a>.
401
+
402
+ ## 2015-06-23, Version 2.3.1, @rvagg
403
+
404
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.1</a>.
405
+
406
+ ## 2015-06-22, Version 0.12.5 (Stable)
407
+
408
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.5">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.5</a>.
409
+
410
+ ## 2015-06-18, Version 0.10.39 (Maintenance)
411
+
412
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.39">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.39</a>.
413
+
414
+ ## 2015-06-13, Version 2.3.0, @rvagg
415
+
416
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.0</a>.
417
+
418
+ ## 2015-06-01, Version 2.2.1, @rvagg
419
+
420
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.2.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.2.1</a>.
421
+
422
+ ## 2015-05-31, Version 2.2.0, @rvagg
423
+
424
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.2.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.2.0</a>.
425
+
426
+ ## 2015-05-24, Version 2.1.0, @rvagg
427
+
428
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.1.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.1.0</a>.
429
+
430
+ ## 2015-05-22, Version 0.12.4 (Stable)
431
+
432
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.4">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.4</a>.
433
+
434
+ ## 2015-05-17, Version 1.8.2, @rvagg
435
+
436
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.2</a>.
437
+
438
+ ## 2015-05-15, Version 2.0.2, @Fishrock123
439
+
440
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.0.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.0.2</a>.
441
+
442
+ ## 2015-05-13, Version 0.12.3 (Stable)
443
+
444
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.3">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.3</a>.
445
+
446
+ ## 2015-05-07, Version 2.0.1, @rvagg
447
+
448
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.0.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.0.1</a>.
449
+
450
+ ## 2015-05-04, Version 2.0.0, @rvagg
451
+
452
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#2.0.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.0.0</a>.
453
+
454
+ ## 2015-04-20, Version 1.8.1, @chrisdickinson
455
+
456
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.1</a>.
457
+
458
+ ## 2015-04-14, Version 1.7.1, @rvagg
459
+
460
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.7.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.7.1</a>.
461
+
462
+ ## 2015-04-14, Version 1.7.0, @rvagg
463
+
464
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.7.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.7.0</a>.
465
+
466
+ ## 2015-04-06, Version 1.6.4, @Fishrock123
467
+
468
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.4</a>.
469
+
470
+ ## 2015-03-31, Version 1.6.3, @rvagg
471
+
472
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.3</a>.
473
+
474
+ ## 2015-03-31, Version 0.12.2 (Stable)
475
+
476
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.2">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.2</a>.
477
+
478
+ ## 2015-03-23, Version 1.6.2, @rvagg
479
+
480
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.2</a>.
481
+
482
+ ## 2015-03-23, Version 0.12.1 (Stable)
483
+
484
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.1">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.1</a>.
485
+
486
+ ## 2015-03-23, Version 0.10.38 (Maintenance)
487
+
488
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.38">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.38</a>.
489
+
490
+ ## 2015-03-20, Version 1.6.1, @rvagg
491
+
492
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.1</a>.
493
+
494
+ ## 2015-03-19, Version 1.6.0, @chrisdickinson
495
+
496
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.0</a>.
497
+
498
+ ## 2015-03-11, Version 0.10.37 (Maintenance)
499
+
500
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.37">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.37</a>.
501
+
502
+ ## 2015-03-09, Version 1.5.1, @rvagg
503
+
504
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.5.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.5.1</a>.
505
+
506
+ ## 2015-03-06, Version 1.5.0, @rvagg
507
+
508
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.5.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.5.0</a>.
509
+
510
+ ## 2015-03-02, Version 1.4.3, @rvagg
511
+
512
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.4.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.4.3</a>.
513
+
514
+ ## 2015-02-28, Version 1.4.2, @rvagg
515
+
516
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.4.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.4.2</a>.
517
+
518
+ ## 2015-02-26, Version 1.4.1, @rvagg
519
+
520
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.4.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.4.1</a>.
521
+
522
+ ## 2015-02-20, Version 1.3.0, @rvagg
523
+
524
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.3.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.3.0</a>.
525
+
526
+ ## 2015-02-10, Version 1.2.0, @rvagg
527
+
528
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.2.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.2.0</a>.
529
+
530
+ ## 2015-02-06, Version 0.12.0 (Stable)
531
+
532
+ <a href="doc/changelogs/CHANGELOG_V012.md#0.12.0">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.0</a>.
533
+
534
+ ## 2015-02-03, Version 1.1.0, @chrisdickinson
535
+
536
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.1.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.1.0</a>.
537
+
538
+ ## 2015-01-26, Version 0.10.36 (Stable)
539
+
540
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.36">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.36</a>.
541
+
542
+ ## 2015-01-24, Version 1.0.4, @rvagg
543
+
544
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.4</a>.
545
+
546
+ ## 2015-01-20, Version 1.0.3, @rvagg
547
+
548
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.3</a>.
549
+
550
+ ## 2015-01-16, Version 1.0.2, @rvagg
551
+
552
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.2</a>.
553
+
554
+ ## 2015-01-14, Version 1.0.1, @rvagg
555
+
556
+ <a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.1</a>.
557
+
558
+ ## 2014.09.24, Version 0.11.14 (Unstable)
559
+
560
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.14</a>.
561
+
562
+ ## 2014.05.01, Version 0.11.13 (Unstable)
563
+
564
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.13</a>.
565
+
566
+ ## 2014.03.11, Version 0.11.12 (Unstable)
567
+
568
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.12</a>.
569
+
570
+ ## 2014.01.29, Version 0.11.11 (Unstable)
571
+
572
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.11</a>.
573
+
574
+ ## 2013.12.31, Version 0.11.10 (Unstable)
575
+
576
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.10</a>.
577
+
578
+ ## 2013.11.20, Version 0.11.9 (Unstable)
579
+
580
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.9</a>.
581
+
582
+ ## 2013.10.30, Version 0.11.8 (Unstable)
583
+
584
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.8</a>.
585
+
586
+ ## 2013.08.21, Version 0.11.7 (Unstable)
587
+
588
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.7</a>.
589
+
590
+ ## 2013.08.21, Version 0.11.6 (Unstable)
591
+
592
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.6</a>.
593
+
594
+ ## 2013.08.06, Version 0.11.5 (Unstable)
595
+
596
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.5</a>.
597
+
598
+ ## 2013.07.12, Version 0.11.4 (Unstable)
599
+
600
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.4</a>.
601
+
602
+ ## 2013.06.26, Version 0.11.3 (Unstable)
603
+
604
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.3</a>.
605
+
606
+ ## 2013.05.13, Version 0.11.2 (Unstable)
607
+
608
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.2</a>.
609
+
610
+ ## 2013.04.19, Version 0.11.1 (Unstable)
611
+
612
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.1</a>.
613
+
614
+ ## 2013.03.28, Version 0.11.0 (Unstable)
615
+
616
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.0</a>.
617
+
618
+ ## 2014.12.22, Version 0.10.35 (Stable)
619
+
620
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.35">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.35</a>.
621
+
622
+ ## 2014.12.17, Version 0.10.34 (Stable)
623
+
624
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.34">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.34</a>.
625
+
626
+ ## 2014.10.20, Version 0.10.33 (Stable)
627
+
628
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.33">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.33</a>.
629
+
630
+ ## 2014.09.16, Version 0.10.32 (Stable)
631
+
632
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.32">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.32</a>.
633
+
634
+ ## 2014.08.19, Version 0.10.31 (Stable)
635
+
636
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.31">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.31</a>.
637
+
638
+ ## 2014.07.31, Version 0.10.30 (Stable)
639
+
640
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.30">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.30</a>.
641
+
642
+ ## 2014.06.05, Version 0.10.29 (Stable)
643
+
644
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.29">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.29</a>.
645
+
646
+ ## 2014.05.01, Version 0.10.28 (Stable)
647
+
648
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.28">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.28</a>.
649
+
650
+ ## 2014.05.01, Version 0.10.27 (Stable)
651
+
652
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.27">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.27</a>.
653
+
654
+ ## 2014.02.18, Version 0.10.26 (Stable)
655
+
656
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.26">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.26</a>.
657
+
658
+ ## 2014.01.23, Version 0.10.25 (Stable)
659
+
660
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.25">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.25</a>.
661
+
662
+ ## 2013.12.18, Version 0.10.24 (Stable)
663
+
664
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.24">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.24</a>.
665
+
666
+ ## 2013.12.12, Version 0.10.23 (Stable)
667
+
668
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.23">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.23</a>.
669
+
670
+ ## 2013.11.12, Version 0.10.22 (Stable)
671
+
672
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.22">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.22</a>.
673
+
674
+ ## 2013.10.18, Version 0.10.21 (Stable)
675
+
676
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.21">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.21</a>.
677
+
678
+ ## 2013.09.30, Version 0.10.20 (Stable)
679
+
680
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.20">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.20</a>.
681
+
682
+ ## 2013.09.24, Version 0.10.19 (Stable)
683
+
684
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.19">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.19</a>.
685
+
686
+ ## 2013.09.04, Version 0.10.18 (Stable)
687
+
688
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.18">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.18</a>.
689
+
690
+ ## 2013.08.21, Version 0.10.17 (Stable)
691
+
692
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.17">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.17</a>.
693
+
694
+ ## 2013.08.16, Version 0.10.16 (Stable)
695
+
696
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.16">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.16</a>.
697
+
698
+ ## 2013.07.25, Version 0.10.15 (Stable)
699
+
700
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.15">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.15</a>.
701
+
702
+ ## 2013.07.25, Version 0.10.14 (Stable)
703
+
704
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.14">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.14</a>.
705
+
706
+ ## 2013.07.09, Version 0.10.13 (Stable)
707
+
708
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.13">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.13</a>.
709
+
710
+ ## 2013.06.18, Version 0.10.12 (Stable)
711
+
712
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.12">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.12</a>.
713
+
714
+ ## 2013.06.13, Version 0.10.11 (Stable)
715
+
716
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.11">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.11</a>.
717
+
718
+ ## 2013.06.04, Version 0.10.10 (Stable)
719
+
720
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.10">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.10</a>.
721
+
722
+ ## 2013.05.30, Version 0.10.9 (Stable)
723
+
724
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.9">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.9</a>.
725
+
726
+ ## 2013.05.24, Version 0.10.8 (Stable)
727
+
728
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.8">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.8</a>.
729
+
730
+ ## 2013.05.17, Version 0.10.7 (Stable)
731
+
732
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.7">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.7</a>.
733
+
734
+ ## 2013.05.14, Version 0.10.6 (Stable)
735
+
736
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.6">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.6</a>.
737
+
738
+ ## 2013.04.23, Version 0.10.5 (Stable)
739
+
740
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.5">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.5</a>.
741
+
742
+ ## 2013.04.11, Version 0.10.4 (Stable)
743
+
744
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.4">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.4</a>.
745
+
746
+ ## 2013.04.03, Version 0.10.3 (Stable)
747
+
748
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.3">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.3</a>.
749
+
750
+ ## 2013.03.28, Version 0.10.2 (Stable)
751
+
752
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.2">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.2</a>.
753
+
754
+ ## 2013.03.21, Version 0.10.1 (Stable)
755
+
756
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.1">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.1</a>.
757
+
758
+ ## 2013.03.11, Version 0.10.0 (Stable)
759
+
760
+ <a href="doc/changelogs/CHANGELOG_V010.md#0.10.0">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.0</a>.
761
+
762
+ ## 2013.03.06, Version 0.9.12 (Unstable)
763
+
764
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.12</a>.
765
+
766
+ ## 2013.03.01, Version 0.9.11 (Unstable)
767
+
768
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.11</a>.
769
+
770
+ ## 2013.02.19, Version 0.9.10 (Unstable)
771
+
772
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.10</a>.
773
+
774
+ ## 2013.02.07, Version 0.9.9 (Unstable)
775
+
776
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.9</a>.
777
+
778
+ ## 2013.01.24, Version 0.9.8 (Unstable)
779
+
780
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.8</a>.
781
+
782
+ ## 2013.01.18, Version 0.9.7 (Unstable)
783
+
784
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.7</a>.
785
+
786
+ ## 2013.01.11, Version 0.9.6 (Unstable)
787
+
788
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.6</a>.
789
+
790
+ ## 2012.12.30, Version 0.9.5 (Unstable)
791
+
792
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.5</a>.
793
+
794
+ ## 2012.12.21, Version 0.9.4 (Unstable)
795
+
796
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.4</a>.
797
+
798
+ ## 2012.10.24, Version 0.9.3 (Unstable)
799
+
800
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.3</a>.
801
+
802
+ ## 2012.09.17, Version 0.9.2 (Unstable)
803
+
804
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.2</a>.
805
+
806
+ ## 2012.08.28, Version 0.9.1 (Unstable)
807
+
808
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.1</a>.
809
+
810
+ ## 2012.07.20, Version 0.9.0 (Unstable)
811
+
812
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.0</a>.
813
+
814
+ ## 2013.06.13, Version 0.8.25 (maintenance)
815
+
816
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.25">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.25</a>.
817
+
818
+ ## 2013.06.04, Version 0.8.24 (maintenance)
819
+
820
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.24">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.24</a>.
821
+
822
+ ## 2013.04.09, Version 0.8.23 (maintenance)
823
+
824
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.23">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.23</a>.
825
+
826
+ ## 2013.03.07, Version 0.8.22 (Stable)
827
+
828
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.22">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.22</a>.
829
+
830
+ ## 2013.02.25, Version 0.8.21 (Stable)
831
+
832
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.21">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.21</a>.
833
+
834
+ ## 2013.02.15, Version 0.8.20 (Stable)
835
+
836
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.20">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.20</a>.
837
+
838
+ ## 2013.02.06, Version 0.8.19 (Stable)
839
+
840
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.19">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.19</a>.
841
+
842
+ ## 2013.01.18, Version 0.8.18 (Stable)
843
+
844
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.18">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.18</a>.
845
+
846
+ ## 2013.01.09, Version 0.8.17 (Stable)
847
+
848
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.17">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.17</a>.
849
+
850
+ ## 2012.12.13, Version 0.8.16 (Stable)
851
+
852
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.16">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.16</a>.
853
+
854
+ ## 2012.11.26, Version 0.8.15 (Stable)
855
+
856
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.15">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.15</a>.
857
+
858
+ ## 2012.10.25, Version 0.8.14 (Stable)
859
+
860
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.14</a>.
861
+
862
+ ## 2012.10.25, Version 0.8.13 (Stable)
863
+
864
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.13</a>.
865
+
866
+ ## 2012.10.12, Version 0.8.12 (Stable)
867
+
868
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.12</a>.
869
+
870
+ ## 2012.09.27, Version 0.8.11 (Stable)
871
+
872
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.11</a>.
873
+
874
+ ## 2012.09.25, Version 0.8.10 (Stable)
875
+
876
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.10</a>.
877
+
878
+ ## 2012.09.11, Version 0.8.9 (Stable)
879
+
880
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.9</a>.
881
+
882
+ ## 2012.08.22, Version 0.8.8 (Stable)
883
+
884
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.8</a>.
885
+
886
+ ## 2012.08.15, Version 0.8.7 (Stable)
887
+
888
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.7</a>.
889
+
890
+ ## 2012.08.07, Version 0.8.6 (Stable)
891
+
892
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.6</a>.
893
+
894
+ ## 2012.08.02, Version 0.8.5 (Stable)
895
+
896
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.5</a>.
897
+
898
+ ## 2012.07.25, Version 0.8.4 (Stable)
899
+
900
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.4</a>.
901
+
902
+ ## 2012.07.19, Version 0.8.3 (Stable)
903
+
904
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.3</a>.
905
+
906
+ ## 2012.07.09, Version 0.8.2 (Stable)
907
+
908
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.2</a>.
909
+
910
+ ## 2012.06.29, Version 0.8.1 (stable)
911
+
912
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.1</a>.
913
+
914
+ ## 2012.06.25, Version 0.8.0 (stable)
915
+
916
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.0</a>.
917
+
918
+ ## 2012.06.19, Version 0.7.12 (unstable)
919
+
920
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.12</a>.
921
+
922
+ ## 2012.06.15, Version 0.7.11 (unstable)
923
+
924
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.11</a>.
925
+
926
+ ## 2012.06.11, Version 0.7.10 (unstable)
927
+
928
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.10</a>.
929
+
930
+ ## 2012.05.28, Version 0.7.9 (unstable)
931
+
932
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.9</a>.
933
+
934
+ ## 2012.04.18, Version 0.7.8 (unstable)
935
+
936
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.8</a>.
937
+
938
+ ## 2012.03.30, Version 0.7.7 (unstable)
939
+
940
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.7</a>.
941
+
942
+ ## 2012.03.13, Version 0.7.6 (unstable)
943
+
944
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.6</a>.
945
+
946
+ ## 2012.02.23, Version 0.7.5 (unstable)
947
+
948
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.5</a>.
949
+
950
+ ## 2012.02.14, Version 0.7.4 (unstable)
951
+
952
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.4</a>.
953
+
954
+ ## 2012.02.07, Version 0.7.3 (unstable)
955
+
956
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.3</a>.
957
+
958
+ ## 2012.02.01, Version 0.7.2 (unstable)
959
+
960
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.2</a>.
961
+
962
+ ## 2012.01.23, Version 0.7.1 (unstable)
963
+
964
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.1</a>.
965
+
966
+ ## 2012.01.16, Version 0.7.0 (unstable)
967
+
968
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.0</a>.
969
+
970
+ ## 2012.07.10 Version 0.6.20 (maintenance)
971
+
972
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.20">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.20</a>.
973
+
974
+ ## 2012.06.06 Version 0.6.19 (stable)
975
+
976
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.19">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.19</a>.
977
+
978
+ ## 2012.05.15 Version 0.6.18 (stable)
979
+
980
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.18">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.18</a>.
981
+
982
+ ## 2012.05.04 Version 0.6.17 (stable)
983
+
984
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.17">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.17</a>.
985
+
986
+ ## 2012.04.30 Version 0.6.16 (stable)
987
+
988
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.16">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.16</a>.
989
+
990
+ ## 2012.04.09 Version 0.6.15 (stable)
991
+
992
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.15">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.15</a>.
993
+
994
+ ## 2012.03.22 Version 0.6.14 (stable)
995
+
996
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.14</a>.
997
+
998
+ ## 2012.03.15 Version 0.6.13 (stable)
999
+
1000
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.13</a>.
1001
+
1002
+ ## 2012.03.02 Version 0.6.12 (stable)
1003
+
1004
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.12</a>.
1005
+
1006
+ ## 2012.02.17 Version 0.6.11 (stable)
1007
+
1008
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.11</a>.
1009
+
1010
+ ## 2012.02.02, Version 0.6.10 (stable)
1011
+
1012
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.10</a>.
1013
+
1014
+ ## 2012.01.27, Version 0.6.9 (stable)
1015
+
1016
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.9</a>.
1017
+
1018
+ ## 2012.01.19, Version 0.6.8 (stable)
1019
+
1020
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.8</a>.
1021
+
1022
+ ## 2012.01.06, Version 0.6.7 (stable)
1023
+
1024
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.7</a>.
1025
+
1026
+ ## 2011.12.14, Version 0.6.6 (stable)
1027
+
1028
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.6</a>.
1029
+
1030
+ ## 2011.12.04, Version 0.6.5 (stable)
1031
+
1032
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.5</a>.
1033
+
1034
+ ## 2011.12.02, Version 0.6.4 (stable)
1035
+
1036
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.4</a>.
1037
+
1038
+ ## 2011.11.25, Version 0.6.3 (stable)
1039
+
1040
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.3</a>.
1041
+
1042
+ ## 2011.11.18, Version 0.6.2 (stable)
1043
+
1044
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.2</a>.
1045
+
1046
+ ## 2011.11.11, Version 0.6.1 (stable)
1047
+
1048
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.1</a>.
1049
+
1050
+ ## 2011.11.04, Version 0.6.0 (stable)
1051
+
1052
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.0</a>.
1053
+
1054
+ ## 2011.10.21, Version 0.5.10 (unstable)
1055
+
1056
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.10</a>.
1057
+
1058
+ ## 2011.10.10, Version 0.5.9 (unstable)
1059
+
1060
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.9</a>.
1061
+
1062
+ ## 2011.09.30, Version 0.5.8 (unstable)
1063
+
1064
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.8</a>.
1065
+
1066
+ ## 2011.09.16, Version 0.5.7 (unstable)
1067
+
1068
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.7</a>.
1069
+
1070
+ ## 2011.09.08, Version 0.5.6 (unstable)
1071
+
1072
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.6</a>.
1073
+
1074
+ ## 2011.08.26, Version 0.5.5 (unstable)
1075
+
1076
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.5</a>.
1077
+
1078
+ ## 2011.08.12, Version 0.5.4 (unstable)
1079
+
1080
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.4</a>.
1081
+
1082
+ ## 2011.08.01, Version 0.5.3 (unstable)
1083
+
1084
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.3</a>.
1085
+
1086
+ ## 2011.07.22, Version 0.5.2 (unstable)
1087
+
1088
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.2</a>.
1089
+
1090
+ ## 2011.07.14, Version 0.5.1 (unstable)
1091
+
1092
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.1</a>.
1093
+
1094
+ ## 2011.07.05, Version 0.5.0 (unstable)
1095
+
1096
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.0</a>.
1097
+
1098
+ ## 2011.09.15, Version 0.4.12 (stable)
1099
+
1100
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.12</a>.
1101
+
1102
+ ## 2011.08.17, Version 0.4.11 (stable)
1103
+
1104
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.11</a>.
1105
+
1106
+ ## 2011.07.19, Version 0.4.10 (stable)
1107
+
1108
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.10</a>.
1109
+
1110
+ ## 2011.06.29, Version 0.4.9 (stable)
1111
+
1112
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.9</a>.
1113
+
1114
+ ## 2011.05.20, Version 0.4.8 (stable)
1115
+
1116
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.8</a>.
1117
+
1118
+ ## 2011.04.22, Version 0.4.7 (stable)
1119
+
1120
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.7</a>.
1121
+
1122
+ ## 2011.04.13, Version 0.4.6 (stable)
1123
+
1124
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.6</a>.
1125
+
1126
+ ## 2011.04.01, Version 0.4.5 (stable)
1127
+
1128
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.5</a>.
1129
+
1130
+ ## 2011.03.26, Version 0.4.4 (stable)
1131
+
1132
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.4</a>.
1133
+
1134
+ ## 2011.03.18, Version 0.4.3 (stable)
1135
+
1136
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.3</a>.
1137
+
1138
+ ## 2011.03.02, Version 0.4.2 (stable)
1139
+
1140
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.2</a>.
1141
+
1142
+ ## 2011.02.19, Version 0.4.1 (stable)
1143
+
1144
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.1</a>.
1145
+
1146
+ ## 2011.02.10, Version 0.4.0 (stable)
1147
+
1148
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.0</a>.
1149
+
1150
+ ## 2011.02.04, Version 0.3.8 (unstable)
1151
+
1152
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.8</a>.
1153
+
1154
+ ## 2011.01.27, Version 0.3.7 (unstable)
1155
+
1156
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.7</a>.
1157
+
1158
+ ## 2011.01.21, Version 0.3.6 (unstable)
1159
+
1160
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.6</a>.
1161
+
1162
+ ## 2011.01.16, Version 0.3.5 (unstable)
1163
+
1164
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.5</a>.
1165
+
1166
+ ## 2011.01.08, Version 0.3.4 (unstable)
1167
+
1168
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.4</a>.
1169
+
1170
+ ## 2011.01.02, Version 0.3.3 (unstable)
1171
+
1172
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.3</a>.
1173
+
1174
+ ## 2010.12.16, Version 0.3.2 (unstable)
1175
+
1176
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.2</a>.
1177
+
1178
+ ## 2010.11.16, Version 0.3.1 (unstable)
1179
+
1180
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.1</a>.
1181
+
1182
+ ## 2010.10.23, Version 0.3.0 (unstable)
1183
+
1184
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.0</a>.
1185
+
1186
+ ## 2010.08.20, Version 0.2.0
1187
+
1188
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.2.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.2.0</a>.
1189
+
1190
+ ## 2010.08.13, Version 0.1.104
1191
+
1192
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.104">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.104</a>.
1193
+
1194
+ ## 2010.08.04, Version 0.1.103
1195
+
1196
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.103">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.103</a>.
1197
+
1198
+ ## 2010.07.25, Version 0.1.102
1199
+
1200
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.102">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.102</a>.
1201
+
1202
+ ## 2010.07.16, Version 0.1.101
1203
+
1204
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.101">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.101</a>.
1205
+
1206
+ ## 2010.07.03, Version 0.1.100
1207
+
1208
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.100">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.100</a>.
1209
+
1210
+ ## 2010.06.21, Version 0.1.99
1211
+
1212
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.99">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.99</a>.
1213
+
1214
+ ## 2010.06.11, Version 0.1.98
1215
+
1216
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.98">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.98</a>.
1217
+
1218
+ ## 2010.05.29, Version 0.1.97
1219
+
1220
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.97">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.97</a>.
1221
+
1222
+ ## 2010.05.21, Version 0.1.96
1223
+
1224
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.96">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.96</a>.
1225
+
1226
+ ## 2010.05.13, Version 0.1.95
1227
+
1228
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.95">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.95</a>.
1229
+
1230
+ ## 2010.05.06, Version 0.1.94
1231
+
1232
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.94">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.94</a>.
1233
+
1234
+ ## 2010.04.29, Version 0.1.93
1235
+
1236
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.93">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.93</a>.
1237
+
1238
+ ## 2010.04.23, Version 0.1.92
1239
+
1240
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.92">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.92</a>.
1241
+
1242
+ ## 2010.04.15, Version 0.1.91
1243
+
1244
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.91">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.91</a>.
1245
+
1246
+ ## 2010.04.09, Version 0.1.90
1247
+
1248
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.90">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.90</a>.
1249
+
1250
+ ## 2010.03.19, Version 0.1.33
1251
+
1252
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.33">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.33</a>.
1253
+
1254
+ ## 2010.03.12, Version 0.1.32
1255
+
1256
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.32">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.32</a>.
1257
+
1258
+ ## 2010.03.05, Version 0.1.31
1259
+
1260
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.31">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.31</a>.
1261
+
1262
+ ## 2010.02.22, Version 0.1.30
1263
+
1264
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.30">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.30</a>.
1265
+
1266
+ ## 2010.02.17, Version 0.1.29
1267
+
1268
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.29">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.29</a>.
1269
+
1270
+ ## 2010.02.09, Version 0.1.28
1271
+
1272
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.28">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.28</a>.
1273
+
1274
+ ## 2010.02.03, Version 0.1.27
1275
+
1276
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.27">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.27</a>.
1277
+
1278
+ ## 2010.01.20, Version 0.1.26
1279
+
1280
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.26">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.26</a>.
1281
+
1282
+ ## 2010.01.09, Version 0.1.25
1283
+
1284
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.25">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.25</a>.
1285
+
1286
+ ## 2009.12.31, Version 0.1.24
1287
+
1288
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.24">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.24</a>.
1289
+
1290
+ ## 2009.12.22, Version 0.1.23
1291
+
1292
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.23">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.23</a>.
1293
+
1294
+ ## 2009.12.19, Version 0.1.22
1295
+
1296
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.22">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.22</a>.
1297
+
1298
+ ## 2009.12.06, Version 0.1.21
1299
+
1300
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.21">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.21</a>.
1301
+
1302
+ ## 2009.11.28, Version 0.1.20
1303
+
1304
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.20">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.20</a>.
1305
+
1306
+ ## 2009.11.28, Version 0.1.19
1307
+
1308
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.19">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.19</a>.
1309
+
1310
+ ## 2009.11.17, Version 0.1.18
1311
+
1312
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.18">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.18</a>.
1313
+
1314
+ ## 2009.11.07, Version 0.1.17
1315
+
1316
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.17">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.17</a>.
1317
+
1318
+ ## 2009.11.03, Version 0.1.16
1319
+
1320
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.16">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.16</a>.
1321
+
1322
+ ## 2009.10.28, Version 0.1.15
1323
+
1324
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.15">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.15</a>.
1325
+
1326
+ ## 2009.10.09, Version 0.1.14
1327
+
1328
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.14</a>.
1329
+
1330
+ ## 2009.09.30, Version 0.1.13
1331
+
1332
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.13</a>.
1333
+
1334
+ ## 2009.09.24, Version 0.1.12
1335
+
1336
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.12</a>.
1337
+
1338
+ ## 2009.09.18, Version 0.1.11
1339
+
1340
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.11</a>.
1341
+
1342
+ ## 2009.09.11, Version 0.1.10
1343
+
1344
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.10</a>.
1345
+
1346
+ ## 2009.09.05, Version 0.1.9
1347
+
1348
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.9</a>.
1349
+
1350
+ ## 2009.09.04, Version 0.1.8
1351
+
1352
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.8</a>.
1353
+
1354
+ ## 2009.08.27, Version 0.1.7
1355
+
1356
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.7</a>.
1357
+
1358
+ ## 2009.08.22, Version 0.1.6
1359
+
1360
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.6</a>.
1361
+
1362
+ ## 2009.08.21, Version 0.1.5
1363
+
1364
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.5">Moved to doc/changelogs/CHANGELOG\_V6.md#6.0.0</a>.
1365
+
1366
+ ## 2009.08.13, Version 0.1.4
1367
+
1368
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.4</a>.
1369
+
1370
+ ## 2009.08.06, Version 0.1.3
1371
+
1372
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.3</a>.
1373
+
1374
+ ## 2009.08.01, Version 0.1.2
1375
+
1376
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.2</a>.
1377
+
1378
+ ## 2009.07.27, Version 0.1.1
1379
+
1380
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.1</a>.
1381
+
1382
+ ## 2009.06.30, Version 0.1.0
1383
+
1384
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.0</a>.
1385
+
1386
+ ## 2009.06.24, Version 0.0.6
1387
+
1388
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.6</a>.
1389
+
1390
+ ## 2009.06.18, Version 0.0.5
1391
+
1392
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.5</a>.
1393
+
1394
+ ## 2009.06.13, Version 0.0.4
1395
+
1396
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.4</a>.
1397
+
1398
+ ## 2009.06.11, Version 0.0.3
1399
+
1400
+ <a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.3</a>.
node24/LICENSE ADDED
The diff for this file is too large to render. See raw diff
 
node24/README.md ADDED
@@ -0,0 +1,927 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Node.js
2
+
3
+ Node.js is an open-source, cross-platform JavaScript runtime environment.
4
+
5
+ For information on using Node.js, see the [Node.js website][].
6
+
7
+ The Node.js project uses an [open governance model](./GOVERNANCE.md). The
8
+ [OpenJS Foundation][] provides support for the project.
9
+
10
+ Contributors are expected to act in a collaborative manner to move
11
+ the project forward. We encourage the constructive exchange of contrary
12
+ opinions and compromise. The [TSC](./GOVERNANCE.md#technical-steering-committee)
13
+ reserves the right to limit or block contributors who repeatedly act in ways
14
+ that discourage, exhaust, or otherwise negatively affect other participants.
15
+
16
+ **This project has a [Code of Conduct][].**
17
+
18
+ ## Table of contents
19
+
20
+ * [Support](#support)
21
+ * [Release types](#release-types)
22
+ * [Download](#download)
23
+ * [Current and LTS releases](#current-and-lts-releases)
24
+ * [Nightly releases](#nightly-releases)
25
+ * [API documentation](#api-documentation)
26
+ * [Verifying binaries](#verifying-binaries)
27
+ * [Building Node.js](#building-nodejs)
28
+ * [Security](#security)
29
+ * [Contributing to Node.js](#contributing-to-nodejs)
30
+ * [Current project team members](#current-project-team-members)
31
+ * [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
32
+ * [Collaborators](#collaborators)
33
+ * [Triagers](#triagers)
34
+ * [Release keys](#release-keys)
35
+ * [License](#license)
36
+
37
+ ## Support
38
+
39
+ Looking for help? Check out the
40
+ [instructions for getting support](.github/SUPPORT.md).
41
+
42
+ ## Release types
43
+
44
+ * **Current**: Under active development. Code for the Current release is in the
45
+ branch for its major version number (for example,
46
+ [v22.x](https://github.com/nodejs/node/tree/v22.x)). Node.js releases a new
47
+ major version every 6 months, allowing for breaking changes. This happens in
48
+ April and October every year. Releases appearing each October have a support
49
+ life of 8 months. Releases appearing each April convert to LTS (see below)
50
+ each October.
51
+ * **LTS**: Releases that receive Long Term Support, with a focus on stability
52
+ and security. Every even-numbered major version will become an LTS release.
53
+ LTS releases receive 12 months of _Active LTS_ support and a further 18 months
54
+ of _Maintenance_. LTS release lines have alphabetically-ordered code names,
55
+ beginning with v4 Argon. There are no breaking changes or feature additions,
56
+ except in some special circumstances.
57
+ * **Nightly**: Code from the Current branch built every 24-hours when there are
58
+ changes. Use with caution.
59
+
60
+ Current and LTS releases follow [semantic versioning](https://semver.org). A
61
+ member of the Release Team [signs](#release-keys) each Current and LTS release.
62
+ For more information, see the
63
+ [Release README](https://github.com/nodejs/Release#readme).
64
+
65
+ ### Download
66
+
67
+ Binaries, installers, and source tarballs are available at
68
+ <https://nodejs.org/en/download/>.
69
+
70
+ #### Current and LTS releases
71
+
72
+ <https://nodejs.org/download/release/>
73
+
74
+ The [latest](https://nodejs.org/download/release/latest/) directory is an
75
+ alias for the latest Current release. The latest-_codename_ directory is an
76
+ alias for the latest release from an LTS line. For example, the
77
+ [latest-hydrogen](https://nodejs.org/download/release/latest-hydrogen/)
78
+ directory contains the latest Hydrogen (Node.js 18) release.
79
+
80
+ #### Nightly releases
81
+
82
+ <https://nodejs.org/download/nightly/>
83
+
84
+ Each directory and filename includes the version (e.g., `v22.0.0`),
85
+ followed by the UTC date (e.g., `20240424` for April 24, 2024),
86
+ and the short commit SHA of the HEAD of the release (e.g., `ddd0a9e494`).
87
+ For instance, a full directory name might look like `v22.0.0-nightly20240424ddd0a9e494`.
88
+
89
+ #### API documentation
90
+
91
+ Documentation for the latest Current release is at <https://nodejs.org/api/>.
92
+ Version-specific documentation is available in each release directory in the
93
+ _docs_ subdirectory. Version-specific documentation is also at
94
+ <https://nodejs.org/download/docs/>.
95
+
96
+ ### Verifying binaries
97
+
98
+ Download directories contain a `SHASUMS256.txt.asc` file with SHA checksums for the
99
+ files and the releaser PGP signature.
100
+
101
+ You can get a trusted keyring from nodejs/release-keys, e.g. using `curl`:
102
+
103
+ ```bash
104
+ curl -fsLo "/path/to/nodejs-keyring.kbx" "https://github.com/nodejs/release-keys/raw/HEAD/gpg/pubring.kbx"
105
+ ```
106
+
107
+ Alternatively, you can import the releaser keys in your default keyring, see
108
+ [Release keys](#release-keys) for commands on how to do that.
109
+
110
+ Then, you can verify the files you've downloaded locally
111
+ (if you're using your default keyring, pass `--keyring="${GNUPGHOME:-~/.gnupg}/pubring.kbx"`):
112
+
113
+ ```bash
114
+ curl -fsO "https://nodejs.org/dist/${VERSION}/SHASUMS256.txt.asc" \
115
+ && gpgv --keyring="/path/to/nodejs-keyring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
116
+ && shasum --check SHASUMS256.txt --ignore-missing
117
+ ```
118
+
119
+ ## Building Node.js
120
+
121
+ See [BUILDING.md](BUILDING.md) for instructions on how to build Node.js from
122
+ source and a list of supported platforms.
123
+
124
+ ## Security
125
+
126
+ For information on reporting security vulnerabilities in Node.js, see
127
+ [SECURITY.md](./SECURITY.md).
128
+
129
+ ## Contributing to Node.js
130
+
131
+ * [Contributing to the project][]
132
+ * [Working Groups][]
133
+ * [Strategic initiatives][]
134
+ * [Technical values and prioritization][]
135
+
136
+ ## Current project team members
137
+
138
+ For information about the governance of the Node.js project, see
139
+ [GOVERNANCE.md](./GOVERNANCE.md).
140
+
141
+ <!-- node-core-utils and find-inactive-tsc.mjs depend on the format of the TSC
142
+ list. If the format changes, those utilities need to be tested and
143
+ updated. -->
144
+
145
+ ### TSC (Technical Steering Committee)
146
+
147
+ #### TSC voting members
148
+
149
+ <!--lint disable prohibited-strings-->
150
+
151
+ * [aduh95](https://github.com/aduh95) -
152
+ **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
153
+ * [anonrig](https://github.com/anonrig) -
154
+ **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
155
+ * [benjamingr](https://github.com/benjamingr) -
156
+ **Benjamin Gruenbaum** <<benjamingr@gmail.com>>
157
+ * [BridgeAR](https://github.com/BridgeAR) -
158
+ **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
159
+ * [gireeshpunathil](https://github.com/gireeshpunathil) -
160
+ **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
161
+ * [jasnell](https://github.com/jasnell) -
162
+ **James M Snell** <<jasnell@gmail.com>> (he/him)
163
+ * [joyeecheung](https://github.com/joyeecheung) -
164
+ **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
165
+ * [legendecas](https://github.com/legendecas) -
166
+ **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
167
+ * [marco-ippolito](https://github.com/marco-ippolito) -
168
+ **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
169
+ * [mcollina](https://github.com/mcollina) -
170
+ **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
171
+ * [panva](https://github.com/panva) -
172
+ **Filip Skokan** <<panva.ip@gmail.com>> (he/him)
173
+ * [RafaelGSS](https://github.com/RafaelGSS) -
174
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
175
+ * [RaisinTen](https://github.com/RaisinTen) -
176
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him)
177
+ * [richardlau](https://github.com/richardlau) -
178
+ **Richard Lau** <<richard.lau@ibm.com>>
179
+ * [ronag](https://github.com/ronag) -
180
+ **Robert Nagy** <<ronagy@icloud.com>>
181
+ * [ruyadorno](https://github.com/ruyadorno) -
182
+ **Ruy Adorno** <<ruy@vlt.sh>> (he/him)
183
+ * [ShogunPanda](https://github.com/ShogunPanda) -
184
+ **Paolo Insogna** <<paolo@cowtech.it>> (he/him)
185
+ * [targos](https://github.com/targos) -
186
+ **Michaël Zasso** <<targos@protonmail.com>> (he/him)
187
+ * [tniessen](https://github.com/tniessen) -
188
+ **Tobias Nießen** <<tniessen@tnie.de>> (he/him)
189
+
190
+ #### TSC regular members
191
+
192
+ * [BethGriggs](https://github.com/BethGriggs) -
193
+ **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
194
+ * [bnoordhuis](https://github.com/bnoordhuis) -
195
+ **Ben Noordhuis** <<info@bnoordhuis.nl>>
196
+ * [cjihrig](https://github.com/cjihrig) -
197
+ **Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
198
+ * [codebytere](https://github.com/codebytere) -
199
+ **Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
200
+ * [GeoffreyBooth](https://github.com/GeoffreyBooth) -
201
+ **Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
202
+ * [MoLow](https://github.com/MoLow) -
203
+ **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
204
+ * [Trott](https://github.com/Trott) -
205
+ **Rich Trott** <<rtrott@gmail.com>> (he/him)
206
+
207
+ <details>
208
+
209
+ <summary>TSC emeriti members</summary>
210
+
211
+ #### TSC emeriti members
212
+
213
+ * [addaleax](https://github.com/addaleax) -
214
+ **Anna Henningsen** <<anna@addaleax.net>> (she/her)
215
+ * [apapirovski](https://github.com/apapirovski) -
216
+ **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
217
+ * [ChALkeR](https://github.com/ChALkeR) -
218
+ **Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
219
+ * [chrisdickinson](https://github.com/chrisdickinson) -
220
+ **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
221
+ * [danbev](https://github.com/danbev) -
222
+ **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
223
+ * [danielleadams](https://github.com/danielleadams) -
224
+ **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
225
+ * [evanlucas](https://github.com/evanlucas) -
226
+ **Evan Lucas** <<evanlucas@me.com>> (he/him)
227
+ * [fhinkel](https://github.com/fhinkel) -
228
+ **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
229
+ * [Fishrock123](https://github.com/Fishrock123) -
230
+ **Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
231
+ * [gabrielschulhof](https://github.com/gabrielschulhof) -
232
+ **Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
233
+ * [gibfahn](https://github.com/gibfahn) -
234
+ **Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
235
+ * [indutny](https://github.com/indutny) -
236
+ **Fedor Indutny** <<fedor@indutny.com>>
237
+ * [isaacs](https://github.com/isaacs) -
238
+ **Isaac Z. Schlueter** <<i@izs.me>>
239
+ * [joshgav](https://github.com/joshgav) -
240
+ **Josh Gavant** <<josh.gavant@outlook.com>>
241
+ * [mhdawson](https://github.com/mhdawson) -
242
+ **Michael Dawson** <<midawson@redhat.com>> (he/him)
243
+ * [mmarchini](https://github.com/mmarchini) -
244
+ **Mary Marchini** <<oss@mmarchini.me>> (she/her)
245
+ * [mscdex](https://github.com/mscdex) -
246
+ **Brian White** <<mscdex@mscdex.net>>
247
+ * [MylesBorins](https://github.com/MylesBorins) -
248
+ **Myles Borins** <<myles.borins@gmail.com>> (he/him)
249
+ * [nebrius](https://github.com/nebrius) -
250
+ **Bryan Hughes** <<bryan@nebri.us>>
251
+ * [ofrobots](https://github.com/ofrobots) -
252
+ **Ali Ijaz Sheikh** <<ofrobots@google.com>> (he/him)
253
+ * [orangemocha](https://github.com/orangemocha) -
254
+ **Alexis Campailla** <<orangemocha@nodejs.org>>
255
+ * [piscisaureus](https://github.com/piscisaureus) -
256
+ **Bert Belder** <<bertbelder@gmail.com>>
257
+ * [rvagg](https://github.com/rvagg) -
258
+ **Rod Vagg** <<r@va.gg>>
259
+ * [sam-github](https://github.com/sam-github) -
260
+ **Sam Roberts** <<vieuxtech@gmail.com>>
261
+ * [shigeki](https://github.com/shigeki) -
262
+ **Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
263
+ * [thefourtheye](https://github.com/thefourtheye) -
264
+ **Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
265
+ * [TimothyGu](https://github.com/TimothyGu) -
266
+ **Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
267
+ * [trevnorris](https://github.com/trevnorris) -
268
+ **Trevor Norris** <<trev.norris@gmail.com>>
269
+
270
+ </details>
271
+
272
+ <!-- node-core-utils and find-inactive-collaborators.mjs depend on the format
273
+ of the collaborator list. If the format changes, those utilities need to be
274
+ tested and updated. -->
275
+
276
+ ### Collaborators
277
+
278
+ * [abmusse](https://github.com/abmusse) -
279
+ **Abdirahim Musse** <<abdirahim.musse@ibm.com>>
280
+ * [addaleax](https://github.com/addaleax) -
281
+ **Anna Henningsen** <<anna@addaleax.net>> (she/her)
282
+ * [Aditi-1400](https://github.com/Aditi-1400) -
283
+ **Aditi Singh** <<aditisingh1400@gmail.com>> (she/her)
284
+ * [aduh95](https://github.com/aduh95) -
285
+ **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/aduh95)
286
+ * [anonrig](https://github.com/anonrig) -
287
+ **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him) - [Support me](https://github.com/sponsors/anonrig)
288
+ * [atlowChemi](https://github.com/atlowChemi) -
289
+ **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
290
+ * [avivkeller](https://github.com/avivkeller) -
291
+ **Aviv Keller** <<me@aviv.sh>> (he/him) - [Support me](https://github.com/sponsors/avivkeller)
292
+ * [Ayase-252](https://github.com/Ayase-252) -
293
+ **Qingyu Deng** <<i@ayase-lab.com>>
294
+ * [bengl](https://github.com/bengl) -
295
+ **Bryan English** <<bryan@bryanenglish.com>> (he/him)
296
+ * [benjamingr](https://github.com/benjamingr) -
297
+ **Benjamin Gruenbaum** <<benjamingr@gmail.com>>
298
+ * [BethGriggs](https://github.com/BethGriggs) -
299
+ **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
300
+ * [bnb](https://github.com/bnb) -
301
+ **Tierney Cyren** <<hello@bnb.im>> (they/them)
302
+ * [bnoordhuis](https://github.com/bnoordhuis) -
303
+ **Ben Noordhuis** <<info@bnoordhuis.nl>>
304
+ * [BridgeAR](https://github.com/BridgeAR) -
305
+ **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
306
+ * [cclauss](https://github.com/cclauss) -
307
+ **Christian Clauss** <<cclauss@me.com>> (he/him)
308
+ * [ChALkeR](https://github.com/ChALkeR) -
309
+ **Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
310
+ * [cjihrig](https://github.com/cjihrig) -
311
+ **Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
312
+ * [codebytere](https://github.com/codebytere) -
313
+ **Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
314
+ * [cola119](https://github.com/cola119) -
315
+ **Kohei Ueno** <<kohei.ueno119@gmail.com>> (he/him)
316
+ * [daeyeon](https://github.com/daeyeon) -
317
+ **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
318
+ * [dario-piotrowicz](https://github.com/dario-piotrowicz) -
319
+ **Dario Piotrowicz** <<dario.piotrowicz@gmail.com>> (he/him)
320
+ * [debadree25](https://github.com/debadree25) -
321
+ **Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
322
+ * [deokjinkim](https://github.com/deokjinkim) -
323
+ **Deokjin Kim** <<deokjin81.kim@gmail.com>> (he/him)
324
+ * [edsadr](https://github.com/edsadr) -
325
+ **Adrian Estrada** <<edsadr@gmail.com>> (he/him)
326
+ * [ErickWendel](https://github.com/ErickWendel) -
327
+ **Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
328
+ * [Ethan-Arrowood](https://github.com/Ethan-Arrowood) -
329
+ **Ethan Arrowood** <<ethan@arrowood.dev>> (he/him)
330
+ * [fhinkel](https://github.com/fhinkel) -
331
+ **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
332
+ * [Flarna](https://github.com/Flarna) -
333
+ **Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
334
+ * [gabrielschulhof](https://github.com/gabrielschulhof) -
335
+ **Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
336
+ * [geeksilva97](https://github.com/geeksilva97) -
337
+ **Edy Silva** <<edigleyssonsilva@gmail.com>> (he/him)
338
+ * [gengjiawen](https://github.com/gengjiawen) -
339
+ **Jiawen Geng** <<technicalcute@gmail.com>>
340
+ * [GeoffreyBooth](https://github.com/GeoffreyBooth) -
341
+ **Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
342
+ * [gireeshpunathil](https://github.com/gireeshpunathil) -
343
+ **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
344
+ * [gurgunday](https://github.com/gurgunday) -
345
+ **Gürgün Dayıoğlu** <<hey@gurgun.day>> (he/him)
346
+ * [guybedford](https://github.com/guybedford) -
347
+ **Guy Bedford** <<guybedford@gmail.com>> (he/him)
348
+ * [H4ad](https://github.com/H4ad) -
349
+ **Vinícius Lourenço Claro Cardoso** <<contact@viniciusl.com.br>> (he/him)
350
+ * [HarshithaKP](https://github.com/HarshithaKP) -
351
+ **Harshitha K P** <<harshitha014@gmail.com>> (she/her)
352
+ * [himself65](https://github.com/himself65) -
353
+ **Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
354
+ * [hybrist](https://github.com/hybrist) -
355
+ **Jan Martin** <<jan.krems@gmail.com>> (he/him)
356
+ * [IlyasShabi](https://github.com/IlyasShabi) -
357
+ **Ilyas Shabi** <<ilyasshabi94@gmail.com>> (he/him)
358
+ * [islandryu](https://github.com/islandryu) -
359
+ **Ryuhei Shima** <<shimaryuhei@gmail.com>> (he/him)
360
+ * [jakecastelli](https://github.com/jakecastelli) -
361
+ **Jake Yuesong Li** <<jake.yuesong@gmail.com>> (he/him)
362
+ * [JakobJingleheimer](https://github.com/JakobJingleheimer) -
363
+ **Jacob Smith** <<jacob@frende.me>> (he/him)
364
+ * [jasnell](https://github.com/jasnell) -
365
+ **James M Snell** <<jasnell@gmail.com>> (he/him)
366
+ * [jazelly](https://github.com/jazelly) -
367
+ **Jason Zhang** <<xzha4350@gmail.com>> (he/him)
368
+ * [JonasBa](https://github.com/JonasBa) -
369
+ **Jonas Badalic** <<jonas.badalic@gmail.com>> (he/him)
370
+ * [joyeecheung](https://github.com/joyeecheung) -
371
+ **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
372
+ * [juanarbol](https://github.com/juanarbol) -
373
+ **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
374
+ * [JungMinu](https://github.com/JungMinu) -
375
+ **Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
376
+ * [KhafraDev](https://github.com/KhafraDev) -
377
+ **Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
378
+ * [legendecas](https://github.com/legendecas) -
379
+ **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
380
+ * [lemire](https://github.com/lemire) -
381
+ **Daniel Lemire** <<daniel@lemire.me>>
382
+ * [LiviaMedeiros](https://github.com/LiviaMedeiros) -
383
+ **LiviaMedeiros** <<livia@cirno.name>>
384
+ * [ljharb](https://github.com/ljharb) -
385
+ **Jordan Harband** <<ljharb@gmail.com>>
386
+ * [lpinca](https://github.com/lpinca) -
387
+ **Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
388
+ * [Lxxyx](https://github.com/Lxxyx) -
389
+ **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
390
+ * [marco-ippolito](https://github.com/marco-ippolito) -
391
+ **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/marco-ippolito)
392
+ * [marsonya](https://github.com/marsonya) -
393
+ **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
394
+ * [MattiasBuelens](https://github.com/MattiasBuelens) -
395
+ **Mattias Buelens** <<mattias@buelens.com>> (he/him)
396
+ * [mcollina](https://github.com/mcollina) -
397
+ **Matteo Collina** <<matteo.collina@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/mcollina)
398
+ * [meixg](https://github.com/meixg) -
399
+ **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
400
+ * [mhdawson](https://github.com/mhdawson) -
401
+ **Michael Dawson** <<midawson@redhat.com>> (he/him)
402
+ * [MoLow](https://github.com/MoLow) -
403
+ **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
404
+ * [MrJithil](https://github.com/MrJithil) -
405
+ **Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
406
+ * [ovflowd](https://github.com/ovflowd) -
407
+ **Claudio Wunder** <<cwunder@gnome.org>> (he/they)
408
+ * [panva](https://github.com/panva) -
409
+ **Filip Skokan** <<panva.ip@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/panva)
410
+ * [pimterry](https://github.com/pimterry) -
411
+ **Tim Perry** <<pimterry@gmail.com>> (he/him)
412
+ * [pmarchini](https://github.com/pmarchini) -
413
+ **Pietro Marchini** <<pietro.marchini94@gmail.com>> (he/him)
414
+ * [puskin](https://github.com/puskin) -
415
+ **Giovanni Bucci** <<github@puskin.it>> (he/him)
416
+ * [Qard](https://github.com/Qard) -
417
+ **Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
418
+ * [RafaelGSS](https://github.com/RafaelGSS) -
419
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him) - [Support me](https://github.com/sponsors/RafaelGSS)
420
+ * [RaisinTen](https://github.com/RaisinTen) -
421
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/RaisinTen)
422
+ * [Renegade334](https://github.com/Renegade334) -
423
+ **René** <<contact.9a5d6388@renegade334.me.uk>>
424
+ * [richardlau](https://github.com/richardlau) -
425
+ **Richard Lau** <<richard.lau@ibm.com>>
426
+ * [rluvaton](https://github.com/rluvaton) -
427
+ **Raz Luvaton** <<rluvaton@gmail.com>> (he/him)
428
+ * [ronag](https://github.com/ronag) -
429
+ **Robert Nagy** <<ronagy@icloud.com>>
430
+ * [ruyadorno](https://github.com/ruyadorno) -
431
+ **Ruy Adorno** <<ruy@vlt.sh>> (he/him)
432
+ * [santigimeno](https://github.com/santigimeno) -
433
+ **Santiago Gimeno** <<santiago.gimeno@gmail.com>>
434
+ * [ShogunPanda](https://github.com/ShogunPanda) -
435
+ **Paolo Insogna** <<paolo@cowtech.it>> (he/him)
436
+ * [srl295](https://github.com/srl295) -
437
+ **Steven R Loomis** <<srl295@gmail.com>>
438
+ * [StefanStojanovic](https://github.com/StefanStojanovic) -
439
+ **Stefan Stojanovic** <<stefan.stojanovic@janeasystems.com>> (he/him)
440
+ * [sxa](https://github.com/sxa) -
441
+ **Stewart X Addison** <<sxa@redhat.com>> (he/him)
442
+ * [targos](https://github.com/targos) -
443
+ **Michaël Zasso** <<targos@protonmail.com>> (he/him)
444
+ * [theanarkh](https://github.com/theanarkh) -
445
+ **theanarkh** <<theratliter@gmail.com>> (he/him)
446
+ * [tniessen](https://github.com/tniessen) -
447
+ **Tobias Nießen** <<tniessen@tnie.de>> (he/him)
448
+ * [trivikr](https://github.com/trivikr) -
449
+ **Trivikram Kamat** <<trivikr.dev@gmail.com>>
450
+ * [Trott](https://github.com/Trott) -
451
+ **Rich Trott** <<rtrott@gmail.com>> (he/him)
452
+ * [UlisesGascon](https://github.com/UlisesGascon) -
453
+ **Ulises Gascón** <<ulisesgascongonzalez@gmail.com>> (he/him)
454
+ * [vmoroz](https://github.com/vmoroz) -
455
+ **Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
456
+ * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
457
+ **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
458
+ * [watilde](https://github.com/watilde) -
459
+ **Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
460
+ * [zcbenz](https://github.com/zcbenz) -
461
+ **Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
462
+ * [ZYSzys](https://github.com/ZYSzys) -
463
+ **Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
464
+
465
+ <details>
466
+
467
+ <summary>Emeriti</summary>
468
+
469
+ <!-- find-inactive-collaborators.mjs depends on the format of the emeriti list.
470
+ If the format changes, those utilities need to be tested and updated. -->
471
+
472
+ ### Collaborator emeriti
473
+
474
+ * [ak239](https://github.com/ak239) -
475
+ **Aleksei Koziatinskii** <<ak239spb@gmail.com>>
476
+ * [andrasq](https://github.com/andrasq) -
477
+ **Andras** <<andras@kinvey.com>>
478
+ * [AndreasMadsen](https://github.com/AndreasMadsen) -
479
+ **Andreas Madsen** <<amwebdk@gmail.com>> (he/him)
480
+ * [AnnaMag](https://github.com/AnnaMag) -
481
+ **Anna M. Kedzierska** <<anna.m.kedzierska@gmail.com>>
482
+ * [antsmartian](https://github.com/antsmartian) -
483
+ **Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
484
+ * [apapirovski](https://github.com/apapirovski) -
485
+ **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
486
+ * [aqrln](https://github.com/aqrln) -
487
+ **Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
488
+ * [AshCripps](https://github.com/AshCripps) -
489
+ **Ash Cripps** <<email@ashleycripps.co.uk>>
490
+ * [bcoe](https://github.com/bcoe) -
491
+ **Ben Coe** <<bencoe@gmail.com>> (he/him)
492
+ * [bmeck](https://github.com/bmeck) -
493
+ **Bradley Farias** <<bradley.meck@gmail.com>>
494
+ * [bmeurer](https://github.com/bmeurer) -
495
+ **Benedikt Meurer** <<benedikt.meurer@gmail.com>>
496
+ * [boneskull](https://github.com/boneskull) -
497
+ **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
498
+ * [brendanashworth](https://github.com/brendanashworth) -
499
+ **Brendan Ashworth** <<brendan.ashworth@me.com>>
500
+ * [bzoz](https://github.com/bzoz) -
501
+ **Bartosz Sosnowski** <<bartosz@janeasystems.com>>
502
+ * [calvinmetcalf](https://github.com/calvinmetcalf) -
503
+ **Calvin Metcalf** <<calvin.metcalf@gmail.com>>
504
+ * [chrisdickinson](https://github.com/chrisdickinson) -
505
+ **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
506
+ * [claudiorodriguez](https://github.com/claudiorodriguez) -
507
+ **Claudio Rodriguez** <<cjrodr@yahoo.com>>
508
+ * [danbev](https://github.com/danbev) -
509
+ **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
510
+ * [danielleadams](https://github.com/danielleadams) -
511
+ **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
512
+ * [DavidCai1111](https://github.com/DavidCai1111) -
513
+ **David Cai** <<davidcai1993@yahoo.com>> (he/him)
514
+ * [davisjam](https://github.com/davisjam) -
515
+ **Jamie Davis** <<davisjam@vt.edu>> (he/him)
516
+ * [devnexen](https://github.com/devnexen) -
517
+ **David Carlier** <<devnexen@gmail.com>>
518
+ * [devsnek](https://github.com/devsnek) -
519
+ **Gus Caplan** <<me@gus.host>> (they/them)
520
+ * [digitalinfinity](https://github.com/digitalinfinity) -
521
+ **Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
522
+ * [dmabupt](https://github.com/dmabupt) -
523
+ **Xu Meng** <<dmabupt@gmail.com>> (he/him)
524
+ * [dnlup](https://github.com/dnlup) -
525
+ **dnlup** <<dnlup.dev@gmail.com>>
526
+ * [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
527
+ **Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
528
+ * [estliberitas](https://github.com/estliberitas) -
529
+ **Alexander Makarenko** <<estliberitas@gmail.com>>
530
+ * [eugeneo](https://github.com/eugeneo) -
531
+ **Eugene Ostroukhov** <<eostroukhov@google.com>>
532
+ * [evanlucas](https://github.com/evanlucas) -
533
+ **Evan Lucas** <<evanlucas@me.com>> (he/him)
534
+ * [F3n67u](https://github.com/F3n67u) -
535
+ **Feng Yu** <<F3n67u@outlook.com>> (he/him)
536
+ * [firedfox](https://github.com/firedfox) -
537
+ **Daniel Wang** <<wangyang0123@gmail.com>>
538
+ * [Fishrock123](https://github.com/Fishrock123) -
539
+ **Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
540
+ * [gdams](https://github.com/gdams) -
541
+ **George Adams** <<gadams@microsoft.com>> (he/him)
542
+ * [geek](https://github.com/geek) -
543
+ **Wyatt Preul** <<wpreul@gmail.com>>
544
+ * [gibfahn](https://github.com/gibfahn) -
545
+ **Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
546
+ * [glentiki](https://github.com/glentiki) -
547
+ **Glen Keane** <<glenkeane.94@gmail.com>> (he/him)
548
+ * [hashseed](https://github.com/hashseed) -
549
+ **Yang Guo** <<yangguo@chromium.org>> (he/him)
550
+ * [hiroppy](https://github.com/hiroppy) -
551
+ **Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
552
+ * [iansu](https://github.com/iansu) -
553
+ **Ian Sutherland** <<ian@iansutherland.ca>>
554
+ * [iarna](https://github.com/iarna) -
555
+ **Rebecca Turner** <<me@re-becca.org>>
556
+ * [imran-iq](https://github.com/imran-iq) -
557
+ **Imran Iqbal** <<imran@imraniqbal.org>>
558
+ * [imyller](https://github.com/imyller) -
559
+ **Ilkka Myller** <<ilkka.myller@nodefield.com>>
560
+ * [indutny](https://github.com/indutny) -
561
+ **Fedor Indutny** <<fedor@indutny.com>>
562
+ * [isaacs](https://github.com/isaacs) -
563
+ **Isaac Z. Schlueter** <<i@izs.me>>
564
+ * [italoacasas](https://github.com/italoacasas) -
565
+ **Italo A. Casas** <<me@italoacasas.com>> (he/him)
566
+ * [JacksonTian](https://github.com/JacksonTian) -
567
+ **Jackson Tian** <<shyvo1987@gmail.com>>
568
+ * [jasongin](https://github.com/jasongin) -
569
+ **Jason Ginchereau** <<jasongin@microsoft.com>>
570
+ * [jbergstroem](https://github.com/jbergstroem) -
571
+ **Johan Bergström** <<bugs@bergstroem.nu>>
572
+ * [jdalton](https://github.com/jdalton) -
573
+ **John-David Dalton** <<john.david.dalton@gmail.com>>
574
+ * [jhamhader](https://github.com/jhamhader) -
575
+ **Yuval Brik** <<yuval@brik.org.il>>
576
+ * [joaocgreis](https://github.com/joaocgreis) -
577
+ **João Reis** <<reis@janeasystems.com>>
578
+ * [joesepi](https://github.com/joesepi) -
579
+ **Joe Sepi** <<sepi@joesepi.com>> (he/him)
580
+ * [joshgav](https://github.com/joshgav) -
581
+ **Josh Gavant** <<josh.gavant@outlook.com>>
582
+ * [julianduque](https://github.com/julianduque) -
583
+ **Julian Duque** <<julianduquej@gmail.com>> (he/him)
584
+ * [kfarnung](https://github.com/kfarnung) -
585
+ **Kyle Farnung** <<kfarnung@microsoft.com>> (he/him)
586
+ * [kunalspathak](https://github.com/kunalspathak) -
587
+ **Kunal Pathak** <<kunal.pathak@microsoft.com>>
588
+ * [kuriyosh](https://github.com/kuriyosh) -
589
+ **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
590
+ * [kvakil](https://github.com/kvakil) -
591
+ **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
592
+ * [lance](https://github.com/lance) -
593
+ **Lance Ball** <<lball@redhat.com>> (he/him)
594
+ * [Leko](https://github.com/Leko) -
595
+ **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
596
+ * [Linkgoron](https://github.com/Linkgoron) -
597
+ **Nitzan Uziely** <<linkgoron@gmail.com>>
598
+ * [lucamaraschi](https://github.com/lucamaraschi) -
599
+ **Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
600
+ * [lukekarrys](https://github.com/lukekarrys) -
601
+ **Luke Karrys** <<luke@lukekarrys.com>> (he/him)
602
+ * [lundibundi](https://github.com/lundibundi) -
603
+ **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
604
+ * [lxe](https://github.com/lxe) -
605
+ **Aleksey Smolenchuk** <<lxe@lxe.co>>
606
+ * [maclover7](https://github.com/maclover7) -
607
+ **Jon Moss** <<me@jonathanmoss.me>> (he/him)
608
+ * [mafintosh](https://github.com/mafintosh) -
609
+ **Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
610
+ * [matthewloring](https://github.com/matthewloring) -
611
+ **Matthew Loring** <<mattloring@google.com>>
612
+ * [Mesteery](https://github.com/Mesteery) -
613
+ **Mestery** <<mestery@protonmail.com>> (he/him)
614
+ * [micnic](https://github.com/micnic) -
615
+ **Nicu Micleușanu** <<micnic90@gmail.com>> (he/him)
616
+ * [mikeal](https://github.com/mikeal) -
617
+ **Mikeal Rogers** <<mikeal.rogers@gmail.com>>
618
+ * [miladfarca](https://github.com/miladfarca) -
619
+ **Milad Fa** <<mfarazma@redhat.com>> (he/him)
620
+ * [mildsunrise](https://github.com/mildsunrise) -
621
+ **Alba Mendez** <<me@alba.sh>> (she/her)
622
+ * [misterdjules](https://github.com/misterdjules) -
623
+ **Julien Gilli** <<jgilli@netflix.com>>
624
+ * [mmarchini](https://github.com/mmarchini) -
625
+ **Mary Marchini** <<oss@mmarchini.me>> (she/her)
626
+ * [monsanto](https://github.com/monsanto) -
627
+ **Christopher Monsanto** <<chris@monsan.to>>
628
+ * [MoonBall](https://github.com/MoonBall) -
629
+ **Chen Gang** <<gangc.cxy@foxmail.com>>
630
+ * [mscdex](https://github.com/mscdex) -
631
+ **Brian White** <<mscdex@mscdex.net>>
632
+ * [MylesBorins](https://github.com/MylesBorins) -
633
+ **Myles Borins** <<myles.borins@gmail.com>> (he/him)
634
+ * [not-an-aardvark](https://github.com/not-an-aardvark) -
635
+ **Teddy Katz** <<teddy.katz@gmail.com>> (he/him)
636
+ * [ofrobots](https://github.com/ofrobots) -
637
+ **Ali Ijaz Sheikh** <<ofrobots@google.com>> (he/him)
638
+ * [Olegas](https://github.com/Olegas) -
639
+ **Oleg Elifantiev** <<oleg@elifantiev.ru>>
640
+ * [orangemocha](https://github.com/orangemocha) -
641
+ **Alexis Campailla** <<orangemocha@nodejs.org>>
642
+ * [othiym23](https://github.com/othiym23) -
643
+ **Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
644
+ * [oyyd](https://github.com/oyyd) -
645
+ **Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
646
+ * [petkaantonov](https://github.com/petkaantonov) -
647
+ **Petka Antonov** <<petka_antonov@hotmail.com>>
648
+ * [phillipj](https://github.com/phillipj) -
649
+ **Phillip Johnsen** <<johphi@gmail.com>>
650
+ * [piscisaureus](https://github.com/piscisaureus) -
651
+ **Bert Belder** <<bertbelder@gmail.com>>
652
+ * [pmq20](https://github.com/pmq20) -
653
+ **Minqi Pan** <<pmq2001@gmail.com>>
654
+ * [PoojaDurgad](https://github.com/PoojaDurgad) -
655
+ **Pooja D P** <<Pooja.D.P@ibm.com>> (she/her)
656
+ * [princejwesley](https://github.com/princejwesley) -
657
+ **Prince John Wesley** <<princejohnwesley@gmail.com>>
658
+ * [psmarshall](https://github.com/psmarshall) -
659
+ **Peter Marshall** <<petermarshall@chromium.org>> (he/him)
660
+ * [puzpuzpuz](https://github.com/puzpuzpuz) -
661
+ **Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
662
+ * [refack](https://github.com/refack) -
663
+ **Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
664
+ * [rexagod](https://github.com/rexagod) -
665
+ **Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
666
+ * [rickyes](https://github.com/rickyes) -
667
+ **Ricky Zhou** <<0x19951125@gmail.com>> (he/him)
668
+ * [rlidwka](https://github.com/rlidwka) -
669
+ **Alex Kocharin** <<alex@kocharin.ru>>
670
+ * [rmg](https://github.com/rmg) -
671
+ **Ryan Graham** <<r.m.graham@gmail.com>>
672
+ * [robertkowalski](https://github.com/robertkowalski) -
673
+ **Robert Kowalski** <<rok@kowalski.gd>>
674
+ * [romankl](https://github.com/romankl) -
675
+ **Roman Klauke** <<romaaan.git@gmail.com>>
676
+ * [ronkorving](https://github.com/ronkorving) -
677
+ **Ron Korving** <<ron@ronkorving.nl>>
678
+ * [RReverser](https://github.com/RReverser) -
679
+ **Ingvar Stepanyan** <<me@rreverser.com>>
680
+ * [rubys](https://github.com/rubys) -
681
+ **Sam Ruby** <<rubys@intertwingly.net>>
682
+ * [rvagg](https://github.com/rvagg) -
683
+ **Rod Vagg** <<rod@vagg.org>>
684
+ * [ryzokuken](https://github.com/ryzokuken) -
685
+ **Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
686
+ * [saghul](https://github.com/saghul) -
687
+ **Saúl Ibarra Corretgé** <<s@saghul.net>>
688
+ * [sam-github](https://github.com/sam-github) -
689
+ **Sam Roberts** <<vieuxtech@gmail.com>>
690
+ * [sebdeckers](https://github.com/sebdeckers) -
691
+ **Sebastiaan Deckers** <<sebdeckers83@gmail.com>>
692
+ * [seishun](https://github.com/seishun) -
693
+ **Nikolai Vavilov** <<vvnicholas@gmail.com>>
694
+ * [shigeki](https://github.com/shigeki) -
695
+ **Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
696
+ * [shisama](https://github.com/shisama) -
697
+ **Masashi Hirano** <<shisama07@gmail.com>> (he/him)
698
+ * [silverwind](https://github.com/silverwind) -
699
+ **Roman Reiss** <<me@silverwind.io>>
700
+ * [starkwang](https://github.com/starkwang) -
701
+ **Weijia Wang** <<starkwang@126.com>>
702
+ * [stefanmb](https://github.com/stefanmb) -
703
+ **Stefan Budeanu** <<stefan@budeanu.com>>
704
+ * [tellnes](https://github.com/tellnes) -
705
+ **Christian Tellnes** <<christian@tellnes.no>>
706
+ * [thefourtheye](https://github.com/thefourtheye) -
707
+ **Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
708
+ * [thlorenz](https://github.com/thlorenz) -
709
+ **Thorsten Lorenz** <<thlorenz@gmx.de>>
710
+ * [TimothyGu](https://github.com/TimothyGu) -
711
+ **Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
712
+ * [trevnorris](https://github.com/trevnorris) -
713
+ **Trevor Norris** <<trev.norris@gmail.com>>
714
+ * [tunniclm](https://github.com/tunniclm) -
715
+ **Mike Tunnicliffe** <<m.j.tunnicliffe@gmail.com>>
716
+ * [vdeturckheim](https://github.com/vdeturckheim) -
717
+ **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
718
+ * [vkurchatkin](https://github.com/vkurchatkin) -
719
+ **Vladimir Kurchatkin** <<vladimir.kurchatkin@gmail.com>>
720
+ * [vsemozhetbyt](https://github.com/vsemozhetbyt) -
721
+ **Vse Mozhet Byt** <<vsemozhetbyt@gmail.com>> (he/him)
722
+ * [watson](https://github.com/watson) -
723
+ **Thomas Watson** <<w@tson.dk>>
724
+ * [whitlockjc](https://github.com/whitlockjc) -
725
+ **Jeremy Whitlock** <<jwhitlock@apache.org>>
726
+ * [XadillaX](https://github.com/XadillaX) -
727
+ **Khaidi Chu** <<i@2333.moe>> (he/him)
728
+ * [yashLadha](https://github.com/yashLadha) -
729
+ **Yash Ladha** <<yash@yashladha.in>> (he/him)
730
+ * [yhwang](https://github.com/yhwang) -
731
+ **Yihong Wang** <<yh.wang@ibm.com>>
732
+ * [yorkie](https://github.com/yorkie) -
733
+ **Yorkie Liu** <<yorkiefixer@gmail.com>>
734
+ * [yosuke-furukawa](https://github.com/yosuke-furukawa) -
735
+ **Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
736
+
737
+ </details>
738
+
739
+ <!--lint enable prohibited-strings-->
740
+
741
+ Collaborators follow the [Collaborator Guide](./doc/contributing/collaborator-guide.md) in
742
+ maintaining the Node.js project.
743
+
744
+ ### Triagers
745
+
746
+ * [1ilsang](https://github.com/1ilsang) -
747
+ **Sangchul Lee** <<1ilsang.dev@gmail.com>> (he/him)
748
+ * [atlowChemi](https://github.com/atlowChemi) -
749
+ **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
750
+ * [Ayase-252](https://github.com/Ayase-252) -
751
+ **Qingyu Deng** <<i@ayase-lab.com>>
752
+ * [bjohansebas](https://github.com/bjohansebas) -
753
+ **Sebastian Beltran** <<bjohansebas@gmail.com>>
754
+ * [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
755
+ **Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
756
+ * [CanadaHonk](https://github.com/CanadaHonk) -
757
+ **Oliver Medhurst** <<honk@goose.icu>> (they/them)
758
+ * [daeyeon](https://github.com/daeyeon) -
759
+ **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
760
+ * [efekrskl](https://github.com/efekrskl) -
761
+ **Efe Karasakal** <<hi@efe.dev>> (he/him)
762
+ * [gireeshpunathil](https://github.com/gireeshpunathil) -
763
+ **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
764
+ * [gurgunday](https://github.com/gurgunday) -
765
+ **Gürgün Dayıoğlu** <<hey@gurgun.day>>
766
+ * [haramj](https://github.com/haramj) -
767
+ **Haram Jeong** <<haramj.dev@gmail.com>>
768
+ * [HBSPS](https://github.com/HBSPS) -
769
+ **Wiyeong Seo** <<hbsps.dev@gmail.com>>
770
+ * [iam-frankqiu](https://github.com/iam-frankqiu) -
771
+ **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
772
+ * [KevinEady](https://github.com/KevinEady) -
773
+ **Kevin Eady** <<kevin.c.eady@gmail.com>> (he/him)
774
+ * [marsonya](https://github.com/marsonya) -
775
+ **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
776
+ * [meixg](https://github.com/meixg) -
777
+ **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
778
+ * [milesguicent](https://github.com/milesguicent) -
779
+ **Miles Guicent** <<guicent@pm.me>> (he/him)
780
+ * [preveen-stack](https://github.com/preveen-stack) -
781
+ **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
782
+ * [RaisinTen](https://github.com/RaisinTen) -
783
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him)
784
+ * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
785
+ **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
786
+
787
+ Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
788
+ responding to new issues.
789
+
790
+ ### Release keys
791
+
792
+ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
793
+
794
+ * **Antoine du Hamel** <<duhamelantoine1995@gmail.com>>
795
+ `5BE8A3F6C8A5C01D106C0AD820B1A390B168D356`
796
+ * **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
797
+ `DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7`
798
+ * **Marco Ippolito** <<marcoippolito54@gmail.com>>
799
+ `CC68F5A3106FF448322E48ED27F5E38D5B0A215F`
800
+ * **Michaël Zasso** <<targos@protonmail.com>>
801
+ `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
802
+ * **Rafael Gonzaga** <<rafael.nunu@hotmail.com>>
803
+ `890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
804
+ * **Richard Lau** <<richard.lau@ibm.com>>
805
+ `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
806
+ * **Ruy Adorno** <<ruyadorno@hotmail.com>>
807
+ `108F52B48DB57BB0CC439B2997B01419BD92F80A`
808
+ * **Ulises Gascón** <<ulisesgascongonzalez@gmail.com>>
809
+ `A363A499291CBBC940DD62E41F10027AF002F8B0`
810
+
811
+ You can use the keyring the project maintains at
812
+ <https://github.com/nodejs/release-keys/raw/refs/heads/main/gpg-only-active-keys/pubring.kbx>.
813
+ Alternatively, you can import them from a public key server. Have in mind that
814
+ the project cannot guarantee the availability of the server nor the keys on
815
+ that server.
816
+
817
+ ```bash
818
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 5BE8A3F6C8A5C01D106C0AD820B1A390B168D356 # Antoine du Hamel
819
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan José Arboleda
820
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolito
821
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michaël Zasso
822
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 # Rafael Gonzaga
823
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau
824
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A # Ruy Adorno
825
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0 # Ulises Gascón
826
+ ```
827
+
828
+ See [Verifying binaries](#verifying-binaries) for how to use these keys to
829
+ verify a downloaded file.
830
+
831
+ <details>
832
+
833
+ <summary>Other keys used to sign some previous releases</summary>
834
+
835
+ * **Antoine du Hamel** <<duhamelantoine1995@gmail.com>>
836
+ `C0D6248439F1D5604AAFFB4021D900FFDB233756`
837
+ * **Beth Griggs** <<bethanyngriggs@gmail.com>>
838
+ `4ED778F539E3634C779C87C6D7062848A1AB005C`
839
+ * **Bryan English** <<bryan@bryanenglish.com>>
840
+ `141F07595B7B3FFE74309A937405533BE57C7D57`
841
+ * **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
842
+ `9554F04D7259F04124DE6B476D5A82AC7E37093B`
843
+ * **Colin Ihrig** <<cjihrig@gmail.com>>
844
+ `94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
845
+ * **Danielle Adams** <<adamzdanielle@gmail.com>>
846
+ `1C050899334244A8AF75E53792EF661D867B9DFA`
847
+ `74F12602B6F1C4E913FAA37AD3A89613643B6201`
848
+ * **Evan Lucas** <<evanlucas@me.com>>
849
+ `B9AE9905FFD7803F25714661B63B535A4C206CA9`
850
+ * **Gibson Fahnestock** <<gibfahn@gmail.com>>
851
+ `77984A986EBC2AA786BC0F66B01FBB92821C587A`
852
+ * **Isaac Z. Schlueter** <<i@izs.me>>
853
+ `93C7E9E91B49E432C2F75674B0A78B0A6C481CF6`
854
+ * **Italo A. Casas** <<me@italoacasas.com>>
855
+ `56730D5401028683275BD23C23EFEFE93C4CFFFE`
856
+ * **James M Snell** <<jasnell@keybase.io>>
857
+ `71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
858
+ * **Jeremiah Senkpiel** <<fishrock@keybase.io>>
859
+ `FD3A5288F042B6850C66B31F09FE44734EB7990E`
860
+ * **Juan Jos�� Arboleda** <<soyjuanarbol@gmail.com>>
861
+ `61FC681DFB92A079F1685E77973F295594EC4689`
862
+ * **Julien Gilli** <<jgilli@fastmail.fm>>
863
+ `114F43EE0176B71C7BC219DD50A3051F888C628D`
864
+ * **Myles Borins** <<myles.borins@gmail.com>>
865
+ `C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
866
+ * **Rod Vagg** <<rod@vagg.org>>
867
+ `DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
868
+ * **Ruben Bridgewater** <<ruben@bridgewater.de>>
869
+ `A48C2BEE680E841632CD4E44F07496B3EB3C1762`
870
+ * **Shelley Vohr** <<shelley.vohr@gmail.com>>
871
+ `B9E2F5981AA6E0CD28160D9FF13993A75599653C`
872
+ * **Timothy J Fontaine** <<tjfontaine@gmail.com>>
873
+ `7937DFD2AB06298B2293C3187D33FF9D0246406D`
874
+
875
+ The project maintains a keyring able to verify all past releases of Node.js at
876
+ <https://github.com/nodejs/release-keys/raw/refs/heads/main/gpg/pubring.kbx>.
877
+
878
+ </details>
879
+
880
+ ### Security release stewards
881
+
882
+ When possible, the commitment to take slots in the
883
+ security release steward rotation is made by companies in order
884
+ to ensure individuals who act as security stewards have the
885
+ support and recognition from their employer to be able to
886
+ prioritize security releases. Security release stewards manage security
887
+ releases on a rotation basis as outlined in the
888
+ [security release process](./doc/contributing/security-release-process.md).
889
+
890
+ * [Datadog](https://www.datadoghq.com/)
891
+ * [bengl](https://github.com/bengl) -
892
+ **Bryan English** <<bryan@bryanenglish.com>> (he/him)
893
+ * [HeroDevs](https://www.herodevs.com/)
894
+ * [juanarbol](https://github.com/juanarbol) - OpenJS Slack handle: `juanarbol`
895
+ **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
896
+ * [marco-ippolito](https://github.com/marco-ippolito) - OpenJS Slack handle: `Marco Ippolito`
897
+ **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
898
+ * [NodeSource](https://nodesource.com/)
899
+ * [RafaelGSS](https://github.com/RafaelGSS) - OpenJS Slack handle: `RafaelGSS`
900
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
901
+ * [Platformatic](https://platformatic.dev/)
902
+ * [mcollina](https://github.com/mcollina) - OpenJS Slack handle: `mcollina`
903
+ **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
904
+ * [Red Hat](https://redhat.com) / [IBM](https://ibm.com)
905
+ * [BethGriggs](https://github.com/BethGriggs) -
906
+ **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
907
+ * [sxa](https://github.com/sxa) -
908
+ **Stewart X Addison** <<sxa@redhat.com>> (he/him)
909
+
910
+ ## License
911
+
912
+ Node.js is licensed under the [MIT License](https://opensource.org/licenses/MIT).
913
+
914
+ This project also depends on external libraries that may use different open-source
915
+ licenses. For a complete list of included licenses, please see the
916
+ [LICENSE](https://github.com/nodejs/node/blob/main/LICENSE) file.
917
+
918
+ If you are contributing documentation or source changes, please ensure your
919
+ additions comply with the project’s license guidelines.
920
+
921
+ [Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
922
+ [Contributing to the project]: CONTRIBUTING.md
923
+ [Node.js website]: https://nodejs.org/
924
+ [OpenJS Foundation]: https://openjsf.org/
925
+ [Strategic initiatives]: doc/contributing/strategic-initiatives.md
926
+ [Technical values and prioritization]: doc/contributing/technical-values.md
927
+ [Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md
node24/corepack ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
+
4
+ case `uname` in
5
+ *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
6
+ esac
7
+
8
+ if [ -x "$basedir/node" ]; then
9
+ exec "$basedir/node" "$basedir/node_modules/corepack/dist/corepack.js" "$@"
10
+ else
11
+ exec node "$basedir/node_modules/corepack/dist/corepack.js" "$@"
12
+ fi
node24/corepack.cmd ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ @SETLOCAL
2
+ @IF EXIST "%~dp0\node.exe" (
3
+ "%~dp0\node.exe" "%~dp0\node_modules\corepack\dist\corepack.js" %*
4
+ ) ELSE (
5
+ @SET PATHEXT=%PATHEXT:;.JS;=;%
6
+ node "%~dp0\node_modules\corepack\dist\corepack.js" %*
7
+ )
node24/install_tools.bat ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+
3
+ setlocal
4
+ title Install Additional Tools for Node.js
5
+
6
+ cls
7
+
8
+ echo ====================================================
9
+ echo Tools for Node.js Native Modules Installation Script
10
+ echo ====================================================
11
+ echo.
12
+ echo This script will install Python and the Visual Studio Build Tools, necessary
13
+ echo to compile Node.js native modules. Note that Chocolatey and required Windows
14
+ echo updates will also be installed.
15
+ echo.
16
+ echo This will require about 7 GiB of free disk space, plus any space necessary to
17
+ echo install Windows updates. This will take a while to run.
18
+ echo.
19
+ echo Please close all open programs for the duration of the installation. If the
20
+ echo installation fails, please ensure Windows is fully updated, reboot your
21
+ echo computer and try to run this again. This script can be found in the
22
+ echo Start menu under Node.js.
23
+ echo.
24
+ echo You can close this window to stop now. Detailed instructions to install these
25
+ echo tools manually are available at https://github.com/nodejs/node-gyp#on-windows
26
+ echo.
27
+ pause
28
+
29
+ cls
30
+
31
+ REM Adapted from https://github.com/Microsoft/windows-dev-box-setup-scripts/blob/79bbe5bdc4867088b3e074f9610932f8e4e192c2/README.md#legal
32
+ echo Using this script downloads third party software
33
+ echo ------------------------------------------------
34
+ echo This script will direct to Chocolatey to install packages. By using
35
+ echo Chocolatey to install a package, you are accepting the license for the
36
+ echo application, executable(s), or other artifacts delivered to your machine as a
37
+ echo result of a Chocolatey install. This acceptance occurs whether you know the
38
+ echo license terms or not. Read and understand the license terms of the packages
39
+ echo being installed and their dependencies prior to installation:
40
+ echo - https://chocolatey.org/packages/chocolatey
41
+ echo - https://chocolatey.org/packages/python
42
+ echo - https://chocolatey.org/packages/visualstudio2026-workload-vctools
43
+ echo.
44
+ echo This script is provided AS-IS without any warranties of any kind
45
+ echo ----------------------------------------------------------------
46
+ echo Chocolatey has implemented security safeguards in their process to help
47
+ echo protect the community from malicious or pirated software, but any use of this
48
+ echo script is at your own risk. Please read the Chocolatey's legal terms of use
49
+ echo as well as how the community repository for Chocolatey.org is maintained.
50
+ echo.
51
+ pause
52
+
53
+ cls
54
+
55
+ "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" ^
56
+ -NoProfile ^
57
+ -InputFormat None ^
58
+ -ExecutionPolicy Bypass ^
59
+ -Command Start-Process ^
60
+ '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe' ^
61
+ -ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command ^
62
+ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ^
63
+ iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); ^
64
+ choco upgrade -y python visualstudio2026-workload-vctools; ^
65
+ Read-Host ''Type ENTER to exit'' ' ^
66
+ -Verb RunAs
node24/nodevars.bat ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+
3
+ rem Ensure this Node.js and npm are first in the PATH
4
+ set "PATH=%APPDATA%\npm;%~dp0;%PATH%"
5
+
6
+ setlocal enabledelayedexpansion
7
+ pushd "%~dp0"
8
+
9
+ rem Figure out the Node.js version.
10
+ set print_version=.\node.exe -p -e "process.versions.node + ' (' + process.arch + ')'"
11
+ for /F "usebackq delims=" %%v in (`%print_version%`) do set version=%%v
12
+
13
+ rem Print message.
14
+ if exist npm.cmd (
15
+ echo Your environment has been set up for using Node.js !version! and npm.
16
+ ) else (
17
+ echo Your environment has been set up for using Node.js !version!.
18
+ )
19
+
20
+ popd
21
+ endlocal
22
+
23
+ rem If we're in the Node.js directory, change to the user's home dir.
24
+ if "%CD%\"=="%~dp0" cd /d "%HOMEDRIVE%%HOMEPATH%"
node24/npm ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+
3
+ # This is used by the Node.js installer, which expects the cygwin/mingw
4
+ # shell script to already be present in the npm dependency folder.
5
+
6
+ (set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix
7
+
8
+ basedir=`dirname "$0"`
9
+
10
+ case `uname` in
11
+ *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
12
+ esac
13
+
14
+ if [ `uname` = 'Linux' ] && type wslpath &>/dev/null ; then
15
+ IS_WSL="true"
16
+ fi
17
+
18
+ function no_node_dir {
19
+ # if this didn't work, then everything else below will fail
20
+ echo "Could not determine Node.js install directory" >&2
21
+ exit 1
22
+ }
23
+
24
+ NODE_EXE="$basedir/node.exe"
25
+ if ! [ -x "$NODE_EXE" ]; then
26
+ NODE_EXE="$basedir/node"
27
+ fi
28
+ if ! [ -x "$NODE_EXE" ]; then
29
+ NODE_EXE=node
30
+ fi
31
+
32
+ # this path is passed to node.exe, so it needs to match whatever
33
+ # kind of paths Node.js thinks it's using, typically win32 paths.
34
+ CLI_BASEDIR="$("$NODE_EXE" -p 'require("path").dirname(process.execPath)' 2> /dev/null)"
35
+ if [ $? -ne 0 ]; then
36
+ # this fails under WSL 1 so add an additional message. we also suppress stderr above
37
+ # because the actual error raised is not helpful. in WSL 1 node.exe cannot handle
38
+ # output redirection properly. See https://github.com/microsoft/WSL/issues/2370
39
+ if [ "$IS_WSL" == "true" ]; then
40
+ echo "WSL 1 is not supported. Please upgrade to WSL 2 or above." >&2
41
+ fi
42
+ no_node_dir
43
+ fi
44
+ NPM_PREFIX_JS="$CLI_BASEDIR/node_modules/npm/bin/npm-prefix.js"
45
+ NPM_CLI_JS="$CLI_BASEDIR/node_modules/npm/bin/npm-cli.js"
46
+ NPM_PREFIX=`"$NODE_EXE" "$NPM_PREFIX_JS"`
47
+ if [ $? -ne 0 ]; then
48
+ no_node_dir
49
+ fi
50
+ NPM_PREFIX_NPM_CLI_JS="$NPM_PREFIX/node_modules/npm/bin/npm-cli.js"
51
+
52
+ # a path that will fail -f test on any posix bash
53
+ NPM_WSL_PATH="/.."
54
+
55
+ # WSL can run Windows binaries, so we have to give it the win32 path
56
+ # however, WSL bash tests against posix paths, so we need to construct that
57
+ # to know if npm is installed globally.
58
+ if [ "$IS_WSL" == "true" ]; then
59
+ NPM_WSL_PATH=`wslpath "$NPM_PREFIX_NPM_CLI_JS"`
60
+ fi
61
+ if [ -f "$NPM_PREFIX_NPM_CLI_JS" ] || [ -f "$NPM_WSL_PATH" ]; then
62
+ NPM_CLI_JS="$NPM_PREFIX_NPM_CLI_JS"
63
+ fi
64
+
65
+ "$NODE_EXE" "$NPM_CLI_JS" "$@"