You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-block-stream-0.0.7-1.lbn13.noarch
a stream of blocks
RPMPackage nodejs-bitcore-0.1.5-1.lbn13.noarch
Bitcoin Library
RPMPackage nodejs-bindings-1.1.1-1.lbn13.noarch
This is a helper module for authors of Node.js native addon modules. It is basically the "swiss army knife" of require()ing your native module's .node file. Throughout the course of Node's native addon history, addons have ended up being compiled in a variety of different places, depending on which build tool and which version of node was used. To make matters worse, now the gyp build tool can produce either a Release or Debug build, each being built into different locations. This module checks all the possible locations that a native addon would be built at, and returns the first one that loads successfully.
RPMPackage nodejs-binary-0.3.0-1.lbn13.noarch
Unpack multibyte binary values from buffers
RPMPackage nodejs-bignum-0.6.2-1.lbn13.noarch
Arbitrary-precision integer arithmetic using OpenSSL
RPMPackage nodejs-bcrypt-nodejs-0.0.3-1.lbn13.noarch
A native JS bcrypt library for NodeJS.
RPMPackage nodejs-batbelt-0.0.2-1.lbn13.noarch
General purpose utilities to help prevent an untimely death.
RPMPackage nodejs-base64id-0.1.0-1.lbn13.noarch
Generates a base64 id
RPMPackage nodejs-base58-native-0.1.3-1.lbn13.noarch
An Implementation of Base58 and Base58Check encoding using bignum library.
RPMPackage nodejs-backbone-1.0.0-1.lbn13.noarch
Give your JS App some Backbone with Models, Views, Collections, and Events.
RPMPackage nodejs-aws-sign2-0.5.0-1.lbn13.noarch
AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
RPMPackage nodejs-aws-sign-0.2.0-1.lbn13.noarch
Simple module to calculate Authorization header for Amazon AWS REST requests.
RPMPackage nodejs-async-0.2.10-1.lbn13.noarch
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.
RPMPackage nodejs-assertion-error-1.0.0-1.lbn13.noarch
Error constructor for test and validation frameworks that implements standardized AssertionError specification.
RPMPackage nodejs-assert-plus-0.1.5-1.lbn13.noarch
Extra assertions on top of node"s assert module
RPMPackage nodejs-asn1-0.2.0-1.lbn13.noarch
Contains parsers and serializers for ASN.1 (currently BER only)
RPMPackage nodejs-argparse-0.1.15-1.lbn13.noarch
Very powerful CLI arguments parser. Native port of argparse - python"s options parsing library
RPMPackage nodejs-archy-0.0.2-6.lbn13.noarch
Render nested hierarchies with unicode pipes, `npm ls` style.
RPMPackage nodejs-ansi-styles-1.0.0-1.lbn13.noarch
ANSI escape codes for colorizing strings in the terminal
RPMPackage nodejs-ansi-0.1.2-7.lbn13.noarch
ansi.js is a module for Node.js that provides an easy-to-use API for writing ANSI escape codes to Stream instances. ANSI escape codes are used to do fancy things in a terminal window, like render text in colors, delete characters, lines, the entire window, or hide and show the cursor, and lots more!