Personal tools
Skip to content. | Skip to navigation
Contains parsers and serializers for ASN.1 (currently BER only)
Extra assertions on top of node"s assert module
Error constructor for test and validation frameworks that implements standardized AssertionError specification.
Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with Node.js, it can also be used directly in the browser. Async provides around 20 functions that include the usual 'functional' suspects (map, reduce, filter, forEach…) as well as some common patterns for asynchronous control flow (parallel, series, waterfall…). All these functions assume you follow the Node.js convention of providing a single callback as the last argument of your async function.
Simple module to calculate Authorization header for Amazon AWS REST requests.
AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
Give your JS App some Backbone with Models, Views, Collections, and Events.
An Implementation of Base58 and Base58Check encoding using bignum library.
Generates a base64 id
General purpose utilities to help prevent an untimely death.