You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-send-0.1.0-4.lbn13.noarch
Send is Connect's static() extracted for generalized use, a streaming static file server supporting partial responses (Ranges), conditional-GET negotiation, high test coverage, and granular events which may be leveraged to take appropriate actions in your application or framework.
RPMPackage nodejs-semver-2.2.1-1.lbn13.noarch
The semantic version comparison library for the Node.js package manager (npm).
RPMPackage nodejs-sax-0.5.4-1.lbn13.noarch
This is a SAX-style streaming XML parser in JavaScript for Node.js. It is: - A very simple tool to parse through an XML string. - A stepping stone to a streaming HTML parser. - A handy way to deal with RSS and other mostly-ok-but-kinda-broken XML docs.
RPMPackage nodejs-runforcover-0.0.2-3.lbn13.noarch
Runforcover hooks into the `require()` function and uses nodejs-bunker to provide code coverage data for your unit test library, whatever it might be.
RPMPackage nodejs-ronn-0.4.0-2.lbn13.noarch
Javascript port of ronn, using markdown-js to produce roff man pages. Not fully compatible with ronn, although it aims to be, wherever possible.
RPMPackage nodejs-rimraf-2.2.6-2.lbn13.noarch
A deep deletion module for node (like `rm -rf`)
RPMPackage nodejs-revalidator-0.1.5-1.lbn13.noarch
A cross-browser / node.js validator used by resourceful
RPMPackage nodejs-retry-0.6.0-3.lbn13.noarch
Abstraction for exponential and custom retry strategies for failed operations.
RPMPackage nodejs-requirejs-2.1.6-1.lbn13.noarch
RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code.
RPMPackage nodejs-require-cs-0.4.3-2.lbn13.noarch
A CoffeeScript loader plugin that may work with module loaders like RequireJS, curl and backdraft. This loader plugin makes it easy to write your JS functionality in CoffeeScript, and easily use it in the browser, Node or Rhino. Plus, if you use the RequireJS optimizer, your CoffeeScript files can be translated to JavaScript and in-lined into optimized layers for fast performance.
RPMPackage nodejs-request-2.34.0-1.lbn13.noarch
Simplified HTTP request client.
RPMPackage nodejs-regexp-clone-0.0.1-1.lbn13.noarch
Clone RegExps with options
RPMPackage nodejs-reduce-component-1.0.1-1.lbn13.noarch
Array reduce component
RPMPackage nodejs-redis-0.8.4-1.lbn13.noarch
Redis client library
RPMPackage nodejs-readline2-0.1.0-1.lbn13.noarch
Readline Fa�ade fixing bugs and issues found in releases 0.8 and 0.10
RPMPackage nodejs-readable-stream-1.0.26-1.lbn13.noarch
An exploration of a new kind of readable streams for Node.js
RPMPackage nodejs-read-package-json-0.3.0-3.lbn13.noarch
The thing npm uses to read package.json files, with semantics, defaults and validation.
RPMPackage nodejs-read-installed-0.1.1-1.lbn13.noarch
Reads all the installed packages in a folder, and returns a tree structure with all the data.
RPMPackage nodejs-read-1.0.4-5.lbn13.noarch
A method for reading user input from stdin in node.js. Similar to readline's "question()" method, but with a few more features.
RPMPackage nodejs-range-parser-0.0.4-4.lbn13.noarch
Range header field string parser for Node.js