Packages 25
Description
Tapper (tapr) is a node.js tap test runner which allows stdout and stderr mixed in with the tap output and also presents assert output in a more abbreviated fashion. Tapper also optionally adds color to the output. Core based on Isaac Z Schlueter original tap runner. Because of Isaac's modular design Tapr/Tapper customizes the runner but uses all the original tap components.
Publisher
Description
Light wrapper around chaijs which automatically sets chai.Assertion.includeStack = true
Publisher
Description
length-stream - Simple pass-through stream (RW) which accumulates the length of the stream (streams2)
Publisher
Description
pass-through stream which can filter/adapt and pause data as it passes through (streams2)
Publisher
Description
redis-rstream - node.js redis read stream which streams binary or utf8 data in chunks from a redis key using an existing redis client (streams2)
Publisher
Description
redis-wstream - node.js redis write stream which streams binary or utf8 data into a redis key using an existing redis client (streams2)
Publisher
Description
autoflow-deferred is a plugin for autoflow, the flow control rules engine, which adds integration with jQuery-style Deferred promises
Publisher
Description
autoflow-graphviz is a plugin for autoflow, the flow control rules engine, which allows autoflow to use graphviz to generate flow diagrams for the dependencies
Publisher
Description
autoflow-q is a plugin for autoflow, the flow control rules engine, which adds integration with Q-style Deferred promises https://github.com/kriskowal/q
Publisher
Description
react-deferred is a plugin for react, the flow control rules engine, which adds integration with jQuery-style Deferred promises
Publisher
Description
react-graphviz is a plugin for react, the flow control rules engine, which allows react to use graphviz to generate flow diagrams for the dependencies
Publisher
Description
Ensure that an object is an array. Moves error checking out of your code.
Publisher
Description
Autoflow (formerly named react) is a javascript module implementing a control-flow / flow control engine to make it easier to work with asynchronous code, by reducing boilerplate code and improving error and exception handling while allowing variable and
Publisher
Description
hapi-elapsed - Hapi plugin which logs elapsed time
Publisher
Description
digest-stream - Simple pass-through stream (RW) which calculates the a crypto digest (sha/md5 hash) of a stream and also the length. Pipe your stream through this to get digest and length. (streams2)
Publisher
Description
A module for taking advantage of the built-in `cluster` module in node v0.8+, enables rolling worker restarts, resizing, repl, events, configurable timeouts, debug method. Zero downtime deploy of workers. Extended version of cluster-master
Publisher
Description
bench-rest - benchmark REST (HTTP/HTTPS) API's. Node.js client module for easy load testing / benchmarking REST API' using a simple structure/DSL can create REST flows with setup and teardown and returns (measured) metrics.
Publisher
Description
Create new project by - clone git repo, rm .git dir, git init, replace PROJECT_NAME, git commit
Publisher
Description
joi object schema validation bundled for the browser
Publisher
Description
markdown-it plugin for modifying tokens in a markdown document. It can for example modify content or attributes for certain type of elements like links or images.
Publisher
Description
Redux middleware for organizing all your business logic. Intercept actions and perform async processing.