You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-tempfile-0.1.2-1.lbn13.noarch
Get a random temp file path
RPMPackage nodejs-temp-0.5.0-1.lbn13.noarch
This Node.js module handles generating a unique file/directory name under the appropriate system temporary directory, changing the file to an appropriate mode, and supports automatic removal. It has a similar API to the fs module.
RPMPackage nodejs-tar-0.1.18-1.lbn13.noarch
A Node.js module that supports reading and writing POSIX "tar" archives.
RPMPackage nodejs-tap-0.4.1-2.lbn13.noarch
This is a mix-and-match set of utilities that you can use to write test harnesses and frameworks that communicate with one another using the Test Anything Protocol.
RPMPackage nodejs-syntaxhighlighter-3.0.83-1.lbn13.noarch
SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript. To get an idea of what SyntaxHighlighter is capable of, have a look at the demo page. SyntaxHighlighter is currently used by Apache, Aptana, Mozilla, Yahoo, Wordpress, Bug Labs, Freshbooks and others. Demo // SyntaxHighlighter makes your code snippets beautiful without tiring your servers. // http://alexgorbatchev.com var setArray = function(elems) { this.length = 0; push.apply(this, elems); return this; }
RPMPackage nodejs-supervisor-0.5.2-2.lbn13.noarch
A little supervisor script for nodejs. It runs your program, and watches for code changes, so you can have hot-code reloading like behavior, without worrying about memory leaks and making sure you clean up all the inter-module references, and without a whole new require system.
RPMPackage nodejs-superagent-0.16.0-1.lbn13.noarch
elegant & feature rich browser / node HTTP with a fluent API
RPMPackage nodejs-sudo-block-0.3.0-1.lbn13.noarch
Block users from running your app with root permissions
RPMPackage nodejs-styled_string-0.0.1-1.lbn13.noarch
Print styled text with a StyledString object that has an interface similar to String.
RPMPackage nodejs-strip-ansi-0.1.1-2.lbn13.noarch
Strip ANSI escape codes (used for colorizing strings in the terminal)
RPMPackage nodejs-string_decoder-0.10.25-1.lbn13.noarch
The string_decoder module from Node core
RPMPackage nodejs-stream-counter-0.2.0-1.lbn13.noarch
keeps track of how many bytes have been written to a stream
RPMPackage nodejs-stream-combiner-0.0.4-1.lbn13.noarch
<img src=https://secure.travis-ci.org/dominictarr/stream-combiner.png?branch=master>
RPMPackage nodejs-step-0.0.5-1.lbn13.1.noarch
A simple control-flow library for Node.js that makes parallel execution, serial execution, and error handling painless.
RPMPackage nodejs-stack-trace-0.0.6-3.lbn13.noarch
Node.js module to get v8 stack traces as an array of CallSite objects.
RPMPackage nodejs-srs-0.2.20-3.lbn13.x86_64
Bindings to libosr for handling spatial references in Node.js.
RPMPackage nodejs-sqlite3-2.1.5-5.lbn13.x86_64
Asynchronous, non-blocking SQLite3 bindings for Node.js
RPMPackage nodejs-sprintf-0.1.3-1.lbn13.noarch
Sprintf() for node.js
RPMPackage nodejs-sphericalmercator-1.0.2-1.lbn13.noarch
Provides projection math for converting between mercator meters, screen pixels (of 256x256 or configurable-size tiles), and latitude/longitude.
RPMPackage nodejs-source-map-0.1.22-1.lbn13.noarch
A Node.js library that generates and consumes source maps, A version suitable for use in the browser is available in the source-map package.