jsonstream

<a href=”http://browsenpm.org/package/jsonstream”>JSONStream</a> (GitHub: <a href=”https://github.com/dominictarr/JSONStream”>dominictarr/JSONStream</a>, License: Apache) is a module by <a href=”https://github.com/dominictarr”>Dominic Tarr</a> for streaming <code>JSON.parse</code> and <code>JSON.stringify</code>. <pre><code>npm install jsonstream </code></pre> <h2 id=”usage”>Usage</h2> <pre><code>var request = require(‘request’), JSONStream = require(‘JSONStream’), es = require(‘event-stream’) ; var…

jsonstream

JSONStream (GitHub: dominictarr/JSONStream, License: Apache) is a module by Dominic Tarr for streaming JSON.parse and JSON.stringify. npm install jsonstream Usage var request = require(‘request’), JSONStream = require(‘JSONStream’), es = require(‘event-stream’) ; var parser = JSONStream.parse([‘rows’, true]), req…

peerjs

peer.js (Github: peers/peerjs, License: MIT) provides a complete, configurable, and easy-to-use peer-to-peer API built on top of WebRTC, supporting both data channels and media streams. peer.js wraps the browser’s WebRTC implementation to provide a…

node-dependencies

node-dependencies (GitHub: FogCreek/node-dependencies, License: MIT) is a very basic but incredibly useful command line utility written by Doug Patti of Fog Creek that checks and prints out out-of-date dependencies for your Node.js app.

power-assert

power-assert (GitHub: twada/power-assert, License: MIT) is a module written by Takuto Wada that provides pretty damn descriptive assert messages for your tests. ? 1 npm install power-assert Features power-assert transforms your regular boring asserts to this:…

autoprefixer

autoprefixer (GitHub: ai/autoprefixer, License: MIT) parses CSS and adds vendor prefixes to rules based on information from the glorious Can I Use. ? 1 npm install autoprefixer The best tool is a tool you…

js-yaml

js-yaml (GitHub: nodeca/js-yaml, License: MIT) is an implementation of YAML written by Dervus Grim and is a human friendly data serialization language. It started as PyYAML port, but was completely rewritten from scratch. Full support for 1.2 spec. ?…

gaze

gaze (GitHub: shama/gaze, License: MIT) a globbing fs.watch wrapper written byKyle Robinson Youngand built from the best parts of other fine watch libs. Compatible with Node.js0.10/0.8, Windows, OSX and Linux. There’s apretty long list of other…

shortId

shortId (GitHub: dylang/shortid, License: MIT) creates amazingly short non-sequential url-friendly unique IDs. Perfect for url shorteners, MongoDB and Redis as well as any other ID users might see. ? 1 npm install shortId…

testium

testium (GitHub: groupon/testium, License: BSD 3-Clause) is a testing platform focused on providing a simple, but effective, platform for testing your code in different browsers (via Selenium) and headlessly (via PhantomJS). It…