You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-mapnik-reference-5.0.4-2.lbn13.noarch
Provides a parseable spec of what Mapnik can do - what main structures it supports (like layers, styles, and symbolizers) and the properties they can contain. It's useful for building parsers, tests, compilers, and syntax highlighting/checking for languages
RPMPackage nodejs-mandrill-api-1.0.39-1.lbn13.noarch
The official API client for the Mandrill email as a service product.
RPMPackage nodejs-ltx-0.2.3-1.lbn13.noarch
A Node.js module for parsing, modifying and building XML.
RPMPackage nodejs-lru-cache-2.5.0-1.lbn13.noarch
A cache object that deletes the least-recently-used items.
RPMPackage nodejs-logging-2.0.21-1.lbn13.noarch
Super sexy color console logging with cluster support.
RPMPackage nodejs-lodash.now-2.4.1-1.lbn13.noarch
The Lo-Dash function `_.now` as a Node.js module generated by lodash-cli.
RPMPackage nodejs-lodash.isobject-2.4.1-1.lbn13.noarch
The Lo-Dash function `_.isObject` as a Node.js module generated by lodash-cli.
RPMPackage nodejs-lodash.isfunction-2.4.1-1.lbn13.noarch
The Lo-Dash function `_.isFunction` as a Node.js module generated by lodash-cli.
RPMPackage nodejs-lodash.debounce-2.4.1-1.lbn13.noarch
The Lo-Dash function `_.debounce` as a Node.js module generated by lodash-cli.
RPMPackage nodejs-lodash._objecttypes-2.4.1-1.lbn13.noarch
The internal Lo-Dash variable `objectTypes` as a Node.js module generated by lodash-cli.
RPMPackage nodejs-lodash._isnative-2.4.1-1.lbn13.noarch
The internal Lo-Dash function `isNative` as a Node.js module generated by lodash-cli.
RPMPackage nodejs-lodash-2.4.1-1.lbn13.noarch
A utility library delivering consistency, customization, performance, & extras.
RPMPackage nodejs-lockfile-0.3.0-1.lbn13.noarch
A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.
RPMPackage nodejs-libxmljs-0.8.1-1.lbn13.x86_64
Node.js module that provides libxml bindings for the v8 javascript engine.
RPMPackage nodejs-less-middleware-0.1.15-1.lbn13.noarch
LESS.js middleware for connect.
RPMPackage nodejs-less-1.6.3-1.lbn13.noarch
LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (Chrome, Safari, Firefox) and server-side, with Node.js and Rhino.
RPMPackage nodejs-knox-0.8.9-1.lbn13.noarch
Amazon S3 client
RPMPackage nodejs-keystone-utils-0.1.6-1.lbn13.noarch
A useful library of utilities used by KeystoneJS, and you!
RPMPackage nodejs-keystone-0.2.5-1.lbn13.noarch
Keystone is the easiest way to build a web application or content-managed website in node.js, getting you up and running with: Built on Express Keystone can configure Express for you, or you can take over and treat Keystone like any other Express middleware. You can also easily integrate it into an existing Express app. Built with Mongoose Mongoose, supported by MongoDB Inc, is the leading ODM for node.js and MongoDB. Keystone exposes mongoose to you when you need it, so anything you can build with MongoDB, you can build with Keystone. Lightweight Keystone is designed to be as light as you want - you can pick and choose the features you want to include. Write your own routes, disable the Admin UI, whatever - it's up to you. Extendable One of the greatest things about node.js is the vast number of quality packages available. Keystone is designed to let you use any of them, without losing the benefits it provides.
RPMPackage nodejs-keypress-0.1.0-2.lbn13.noarch
Previous to Node v0.8.x, there was an undocumented "keypress" event that process.stdin would emit when it was a TTY. Some people discovered this hidden gem, and started using it in their own code. In Node v0.8.x, this "keypress" event does not get emitted by default, but rather only when it is being used in conjunction with the readline (or by extension, the repl) module. This module is the exact logic from the node v0.8.x releases ripped out into its own module.