Sun Jun 08 2014 20:19:22 GMT+0800 (China Standard Time)
false
chordie(latest: 0.0.4) Simple tools for dealing with music chords and key analysis
stream-timer(latest: 0.1.3) A naive tool for timing stream operations.
writable-counter(latest: 0.1.1) A writable stream that counts the number of times it has received data.
json-patch-api-client(latest: 0.1.0) A client built for consumption of json-patch-api endpoints.
json-patch-api(latest: 0.1.3) Provides an express middleware for a JSON store that supports real-time client updates using JSON-patch and mongojs as a backend for persistence.
json-patch-stream(latest: 0.1.0) JSON-patch utilities for transforming a stream of JSON documents into a stream of JSON patches and vice versa
gossip-object-diff(latest: 0.1.0) Computes the diff of two objects in gossip-object's internal format.
scuttle-patch(latest: 0.1.0) A JSON-Patch backed scuttlebutt that supports replicating arbitrary JSON objects.
promise-hopeful(latest: 1.0.0) A module that catches rejected promises and resolves them with Errors
promise-parallel(latest: 1.0.1) A helper for performing Promises in parallel, does not bail if one of them fails, it does them all, returning the fulfilled value
stream-bootstrap(latest: 0.1.1) A stream which replaces itself by building its replacement by running logic on its first received piece of data.
dynamic-duplex(latest: 1.0.1) Dynamically wires up readable streams based on data it receives.
synopsis-example(latest: 0.1.1) An example of using synopsis-client and synopsis-backend to perform data storage and synchronization
synopsis-client(latest: 0.8.1) A client that connects to a synopsis-backend for simple data storage
synopsis-backend(latest: 0.9.4) A backend for a synopsis-client powered by a synopsis instance
formii(latest: 1.0.0) A simple form data-binding and builder tool.
keev-leveldb(latest: 0.1.0) A LevelDB backed keev store.
keev(latest: 0.4.0) Minimalist Key/Value store with a streaming api.
map-in(latest: 1.0.2) A helper module that implements an object mapper.
synopsis(latest: 0.10.0) Efficiently computes synopsis of delta series.
koar(latest: 0.2.0) Application framework built with decoupling and asynchrony in mind.
async-identity(latest: 1.0.1) An asynchronous identity callback function that returns the value it's been given.
promise-identity(latest: 1.1.1) An asynchronous identity function that returns a Promise resoling to the value it's been given.
promise-poll(latest: 1.0.0) A promise that resolves if a predicate it polls returns something truthy
promise-event-before(latest: 1.0.1) A tool that returns a promise that resolves if an EventEmitter emits an event before the given timeout
npm-autoinstall(latest: 1.1.3) A tool for automatically installing unmet npm dependencies.
jsonrpc-processor(latest: 0.3.1) Core of a json-rpc 1 and 2 engine I intend to expose over various transport protocols
factorize(latest: 1.0.0) A utility for adding Factory Pattern support to ES5+ classes.
impatient(latest: 1.0.1) A tool for turning asynchronous things into impatient versions of themselves