Node.js 0.10.30

There is a newer version of this package available.
See the version list below for details.
dotnet add package Node.js --version 0.10.30
NuGet\Install-Package Node.js -Version 0.10.30
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Node.js" Version="0.10.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Node.js --version 0.10.30
#r "nuget: Node.js, 0.10.30"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Node.js as a Cake Addin
#addin nuget:?package=Node.js&version=0.10.30

// Install Node.js as a Cake Tool
#tool nuget:?package=Node.js&version=0.10.30

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.

Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on Node.js:

Package Downloads
NoGit

Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.

Npm

A package manager for JavaScript.

Bower

Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat. Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.). -- Bundle Features -- This bundle works without Node.js and Git installations, so you can use js-restore on any build server (including cloud TFS) and don't commit external js files.

Grunt

Grunt is the JavaScript task runner, which main purpose is to automate repetitive tasks like minification, compilation, unit testing, linting, etc. With literally thousands of plugins to choose from, you can use Grunt to automate just about anything with a minimum of effort.

MetroNode

NodeJS Support for Windows 10 Javascript-based Apps

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Node.js:

Repository Stars
sq/JSIL
CIL to Javascript Compiler
microsoft/mattercenter
Microsoft’s Corporate, External, and Legal Affairs (CELA) group, in partnership with the Office extensibility team, developed Matter Center for Office 365 -- a document management and collaboration solution built using the Office app development model, Azure and Sharepoint.
Version Downloads Last updated
5.3.0 1,724,224 12/20/2015
5.2.0 4,995 12/20/2015
5.1.1 2,397 12/20/2015
5.1.0 4,917 12/20/2015
5.0.0 2,931 12/20/2015
4.2.3 4,791 12/20/2015
4.2.2 2,879 12/20/2015
4.2.1 2,424 12/20/2015
4.2.0 2,655 12/20/2015
4.1.2 9,160 12/20/2015
4.1.1 2,604 12/20/2015
4.1.0 2,393 12/20/2015
4.0.0 78,718 9/15/2015
0.12.7 584,430 7/25/2015
0.12.6 2,361 7/25/2015
0.12.5 2,509 7/25/2015
0.12.4 2,375 7/25/2015
0.12.3 2,201 7/25/2015
0.12.2 2,504 7/25/2015
0.12.1 2,463 7/25/2015
0.12.0 96,817 2/15/2015
0.10.36 106,664 2/4/2015
0.10.35 2,348 2/4/2015
0.10.34 2,203 2/4/2015
0.10.33 26,295 10/30/2014
0.10.32 9,732 9/17/2014
0.10.31 15,127 8/30/2014
0.10.30 2,445 8/30/2014
0.10.29 12,444 6/18/2014
0.10.28 619,678 5/16/2014
0.10.27 2,285 5/16/2014
0.10.26.1 216,094 3/18/2014
0.10.26 7,824 2/19/2014
0.10.25 8,724 1/23/2014
0.10.24 11,760 1/6/2014
0.10.23 31,509 12/12/2013
0.10.22 2,479 12/12/2013
0.10.21 78,122 11/7/2013

- uv: Upgrade to v0.10.28
- npm: Upgrade to v1.4.21
- v8: Interrupts must not mask stack overflow.
- Revert "stream: start old-mode read in a next tick" (Fedor Indutny)
- buffer: fix sign overflow in `readUIn32BE` (Fedor Indutny)
- buffer: improve {read,write}{U}Int* methods (Nick Apperson)
- child_process: handle writeUtf8String error (Fedor Indutny)
- deps: backport 4ed5fde4f from v8 upstream (Fedor Indutny)
- deps: cherry-pick eca441b2 from OpenSSL (Fedor Indutny)
- lib: remove and restructure calls to isNaN() (cjihrig)
- module: eliminate double `getenv()` (Maciej Małecki)
- stream2: flush extant data on read of ended stream (Chris Dickinson)
- streams: remove unused require('assert') (Rod Vagg)
- timers: backport f8193ab (Julien Gilli)
- util.h: interface compatibility (Oguz Bastemur)
- zlib: do not crash on write after close (Fedor Indutny)