You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-socket.io-client-0.9.16-1.lbn13.noarch
Socket.IO client for the browser and node.js
RPMPackage nodejs-socket.io-0.9.16-1.lbn13.noarch
Real-time apps made cross-browser & easy with a WebSocket-like API
RPMPackage nodejs-sntp-1.0.3-1.lbn13.noarch
SNTP Client
RPMPackage nodejs-slide-1.1.3-5.lbn13.noarch
Provides simple, easy callbacks for node.js.
RPMPackage nodejs-sliced-0.0.5-1.lbn13.noarch
A faster Node.js alternative to Array.prototype.slice.call(arguments)
RPMPackage nodejs-sinon-1.7.3-1.lbn13.noarch
JavaScript test spies, stubs and mocks.
RPMPackage nodejs-sigmund-1.0.0-4.lbn13.noarch
Quick and dirty signatures for Objects. This is like a much faster `deepEquals` comparison, which returns a string key suitable for caches and the like.
RPMPackage nodejs-showdown-0.3.1-3.lbn13.noarch
A JavaScript port of the original Perl version of Markdown
RPMPackage nodejs-should-1.2.2-1.lbn13.noarch
should is an expressive, readable, test framework agnostic, behavior-driven development (BDD)-style assertion library for Node.js. It extends the Object prototype with a single non-enumerable getter that allows you to express how that object should behave. should literally extends Node's assert module. For example, should.equal(str, 'foo') will work, just as assert.equal(str, 'foo') would, and should.AssertionError is assert.AssertionError, meaning any test framework supporting this constructor will function properly with should.
RPMPackage nodejs-shelljs-0.2.6-1.lbn13.noarch
Portable Unix shell commands for Node.js
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.