
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.Node is designed to build scalable network applications.
v4.1 [Sep 17, 2015]
Fixed a bug introduced in v4.1.0 where allocating a new zero-length buffer can result in the next allocation of a TypedArray in JavaScript not being zero-filled.
Upgrade to npm 2.14.4 from 2.14.3
Update post-mortem metadata to allow post-mortem debugging tools.