Skip to content

Instantly share code, notes, and snippets.

@tmpvar
Created January 9, 2014 22:39
Show Gist options
  • Save tmpvar/8343424 to your computer and use it in GitHub Desktop.
Save tmpvar/8343424 to your computer and use it in GitHub Desktop.
curl -v "http://npmsearch.com/query?fl=name,description,homepage&rows=200&sort=rating+desc&q=level&pretty=1"
{
"results": [
{
"homepage": "https://github.com/gotwarlost/istanbul",
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale",
"name": "istanbul"
},
{
"homepage": "https://github.com/isaacs/node-tap",
"description": "A Test-Anything-Protocol library",
"name": "tap"
},
{
"homepage": "http://lisperator.net/uglifyjs",
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
"name": "uglify-js"
},
{
"homepage": "http://www.handlebarsjs.com/",
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"name": "handlebars"
},
{
"homepage": "http://esprima.org",
"description": "ECMAScript parsing infrastructure for multipurpose analysis",
"name": "esprima"
},
{
"homepage": "https://github.com/isaacs/node-glob",
"description": "a little globber",
"name": "glob"
},
{
"homepage": "https://github.com/nodejitsu/forever",
"description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
"name": "forever"
},
{
"homepage": "https://github.com/rvagg/node-levelup",
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
"name": "levelup"
},
{
"homepage": "http://github.com/trentm/node-bunyan.git",
"description": "a JSON Logger library for node.js services",
"name": "bunyan"
},
{
"homepage": "https://github.com/rvagg/node-leveldown",
"description": "A Node.js LevelDB binding, primary backend for LevelUP",
"name": "leveldown"
},
{
"homepage": "http://github.com/flatiron/nconf.git",
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
"name": "nconf"
},
{
"homepage": "https://github.com/Leonidas-from-XIV/node-xml2js",
"description": "Simple XML to JavaScript object converter.",
"name": "xml2js"
},
{
"homepage": "https://github.com/chjj/marked",
"description": "A markdown parser built for speed",
"name": "marked"
},
{
"homepage": "http://github.com/substack/node-browserify.git",
"description": "browser-side require() the node way",
"name": "browserify"
},
{
"homepage": "https://github.com/isaacs/node-semver",
"description": "The semantic version parser used by npm.",
"name": "semver"
},
{
"homepage": "https://github.com/maxogden/voxel-engine",
"description": "make games with voxel.js",
"name": "voxel-engine"
},
{
"homepage": "https://github.com/Level/level",
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)",
"name": "level"
},
{
"homepage": "https://github.com/tmpvar/jsdom",
"description": "A JavaScript implementation of the W3C DOM",
"name": "jsdom"
},
{
"homepage": "http://github.com/aheckmann/gm.git",
"description": "GraphicsMagick and ImageMagick for node.js",
"name": "gm"
},
{
"homepage": "https://github.com/felixge/node-mysql",
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
"name": "mysql"
},
{
"homepage": "http://github.com/flatiron/winston.git",
"description": "A multi-transport async logging library for Node.js",
"name": "winston"
},
{
"homepage": "https://github.com/nodeca/js-yaml",
"description": "YAML 1.2 parser and serializer",
"name": "js-yaml"
},
{
"homepage": "https://github.com/LearnBoost/knox",
"description": "Amazon S3 client",
"name": "knox"
},
{
"homepage": "http://passportjs.org/",
"description": "Simple, unobtrusive authentication for Node.js.",
"name": "passport"
},
{
"homepage": "http://momentjs.com",
"description": "Parse, manipulate, and display dates.",
"name": "moment"
},
{
"homepage": "https://github.com/visionmedia/superagent",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"name": "superagent"
},
{
"homepage": "https://github.com/MatthewMueller/cheerio",
"description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
"name": "cheerio"
},
{
"homepage": "https://github.com/visionmedia/supertest",
"description": "Super-agent driven library for testing HTTP servers",
"name": "supertest"
},
{
"homepage": "https://github.com/dominictarr/scuttlebutt",
"description": "replicate data via scuttlebutt protocol",
"name": "scuttlebutt"
},
{
"homepage": "https://github.com/isaacs/minimatch",
"description": "a glob matcher in javascript",
"name": "minimatch"
},
{
"homepage": "http://github.com/chriso/node-validator",
"description": "String validation and sanitization",
"name": "validator"
},
{
"homepage": "http://github.com/node-xmpp/node-xmpp",
"description": "Idiomatic XMPP client, component & server library for node.js + browserify",
"name": "node-xmpp"
},
{
"homepage": "http://github.com/primus/primus.git",
"description": "Primus is a simple abstraction around real-time frameworks. It allows you to easily switch between different frameworks without any code changes.",
"name": "primus"
},
{
"homepage": "https://github.com/gruntjs/grunt-contrib-jshint",
"description": "Validate files with JSHint.",
"name": "grunt-contrib-jshint"
},
{
"homepage": "https://github.com/LearnBoost/engine.io",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"name": "engine.io"
},
{
"homepage": "https://github.com/isaacs/readable-stream",
"description": "An exploration of a new kind of readable streams for Node.js",
"name": "readable-stream"
},
{
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS.",
"name": "grunt-contrib-jasmine"
},
{
"homepage": "https://github.com/jindw/xmldom",
"description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
"name": "xmldom"
},
{
"homepage": "https://github.com/mafintosh/mongojs",
"description": "Easy to use module that implements the mongo api",
"name": "mongojs"
},
{
"homepage": "https://github.com/gruntjs/grunt-contrib-watch",
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
"name": "grunt-contrib-watch"
},
{
"homepage": "https://github.com/gruntjs/grunt-contrib-compass",
"description": "Compile Sass to CSS using Compass",
"name": "grunt-contrib-compass"
},
{
"homepage": "http://github.com/TooTallNate/ansi.js.git",
"description": "Advanced ANSI formatting tool for Node.js",
"name": "ansi"
},
{
"homepage": "http://jsbeautifier.org/",
"description": "jsbeautifier.org for node",
"name": "js-beautify"
},
{
"homepage": "http://assemble.io",
"description": "Static site generator for Grunt.js and Yeoman. Assemble makes it dead simple to build modular sites, blogs, gh-pages, components and documentation from reusable templates and data.",
"name": "assemble"
},
{
"homepage": "http://zombie.labnotes.org/",
"description": "Insanely fast, full-stack, headless browser testing using Node.js",
"name": "zombie"
},
{
"homepage": "https://github.com/gruntjs/grunt-contrib-imagemin",
"description": "Minify PNG, JPEG and GIF images",
"name": "grunt-contrib-imagemin"
},
{
"homepage": "https://github.com/dominictarr/level-sublevel",
"description": "partition levelup databases",
"name": "level-sublevel"
},
{
"homepage": "http://github.com/voodootikigod/node-serialport.git",
"description": "Welcome your robotic javascript overlords. Better yet, program them!",
"name": "serialport"
},
{
"homepage": "http://github.com/isaacs/ini.git",
"description": "An ini encoder/decoder for node",
"name": "ini"
},
{
"homepage": "http://github.com/flatiron/cliff.git",
"description": "Your CLI formatting friend.",
"name": "cliff"
},
{
"homepage": "https://github.com/thlorenz/proxyquire",
"description": "Proxies nodejs require in order to allow overriding dependencies during testing.",
"name": "proxyquire"
},
{
"homepage": "http://github.com/airportyh/testem.git",
"description": "Test'em 'scripts! Javascript Unit testing made easy.",
"name": "testem"
},
{
"homepage": "http://npmjs.org/package/cradle",
"description": "the high-level, caching, CouchDB library",
"name": "cradle"
},
{
"homepage": "https://github.com/Obvious/phantomjs",
"description": "Headless WebKit with JS API",
"name": "phantomjs"
},
{
"homepage": "https://github.com/felixge/node-ar-drone",
"description": "A node.js client for controlling Parrot AR Drone 2.0 quad-copters.",
"name": "ar-drone"
},
{
"homepage": "http://github.com/coreyti/showdown.git",
"description": "A JavaScript port of Markdown",
"name": "showdown"
},
{
"homepage": "http://github.com/nodejitsu/forever-monitor.git",
"description": "Core forever process monitor",
"name": "forever-monitor"
},
{
"homepage": "https://github.com/coffeedoc/codo",
"description": "A CoffeeScript documentation generator.",
"name": "codo"
},
{
"homepage": "http://github.com/soldair/node-walkdir",
"description": "Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familliar callback/emitter/a+sync interface. Walk a tree of any depth.",
"name": "walkdir"
},
{
"homepage": "http://github.com/coopernurse/node-pool.git",
"description": "Generic resource pooling for Node.JS",
"name": "generic-pool"
},
{
"homepage": "https://github.com/isaacs/npmconf",
"description": "The config thing npm uses",
"name": "npmconf"
},
{
"homepage": "http://github.com/hornairs/muffin",
"description": "Handy helpers for Cakefiles",
"name": "muffin"
},
{
"homepage": "http://github.com/juliangruber/multilevel",
"description": "Expose a leveldb over the network.",
"name": "multilevel"
},
{
"homepage": "https://github.com/philbooth/complexity-report",
"description": "Software complexity analysis for JavaScript projects",
"name": "complexity-report"
},
{
"homepage": "https://github.com/domenic/mocha-as-promised",
"description": "Adds “thenable” promise support to the Mocha test runner.",
"name": "mocha-as-promised"
},
{
"homepage": "http://github.com/mscdex/node-imap.git",
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
"name": "imap"
},
{
"homepage": "http://github.com/veged/coa",
"description": "Command-Option-Argument: Yet another parser for command line options.",
"name": "coa"
},
{
"homepage": "https://github.com/vojtajina/grunt-coffeelint",
"description": "Lint your Coffee",
"name": "grunt-coffeelint"
},
{
"homepage": "https://github.com/dominictarr/level-test",
"description": "get a clean levelup instance for testing.",
"name": "level-test"
},
{
"homepage": "https://github.com/dodo/node-bufferstream",
"description": "painless stream buffering and cutting",
"name": "bufferstream"
},
{
"homepage": "https://github.com/bahmutov/gt",
"description": "Simple javascript unit testing framework, similar to QUnit, but with JS code coverage via istanbul",
"name": "gt"
},
{
"homepage": "http://pegjs.majda.cz/",
"description": "Parser generator for JavaScript",
"name": "pegjs"
},
{
"homepage": "https://github.com/gruntjs/grunt-contrib-less",
"description": "Compile LESS files to CSS.",
"name": "grunt-contrib-less"
},
{
"homepage": "http://github.com/tomas/needle.git",
"description": "Tiny yet feature-packed HTTP client. With multipart, charset decoding and proxy support.",
"name": "needle"
},
{
"homepage": "https://github.com/gruntjs/grunt-contrib-compress",
"description": "Compress files and folders.",
"name": "grunt-contrib-compress"
},
{
"homepage": "http://github.com/isaacs/npmlog.git",
"description": "logger for npm",
"name": "npmlog"
},
{
"homepage": "http://github.com/TooTallNate/ref.git",
"description": "Turn Buffer instances into \"pointers\"",
"name": "ref"
},
{
"homepage": "http://stringjs.com",
"description": "string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.",
"name": "string"
},
{
"homepage": "https://github.com/Obvious/kew",
"description": "a lightweight promise library for node",
"name": "kew"
},
{
"homepage": "https://github.com/msgpack/msgpack-node",
"description": "A space-efficient object serialization library for node.js",
"name": "msgpack"
},
{
"homepage": "https://github.com/Obvious/ursa",
"description": "RSA public/private key crypto",
"name": "ursa"
},
{
"homepage": "https://github.com/gruntjs/grunt-contrib-copy",
"description": "Copy files and folders.",
"name": "grunt-contrib-copy"
},
{
"homepage": "https://github.com/gruntjs/grunt-contrib-coffee",
"description": "Compile CoffeeScript files to JavaScript.",
"name": "grunt-contrib-coffee"
},
{
"homepage": "http://github.com/yui/yui-lint.git",
"description": "Default JSHint rules used by YUI in its various packages",
"name": "yui-lint"
},
{
"homepage": "https://github.com/mozilla/source-map",
"description": "Generates and consumes source maps",
"name": "source-map"
},
{
"homepage": "http://github.com/appendto/anvil.js.git",
"description": "an extensible build system",
"name": "anvil.js"
},
{
"homepage": "http://github.com/beatgammit/gzip-js.git",
"description": "GZIP in pure JavaScript (works in the browser)",
"name": "gzip-js"
},
{
"homepage": "https://github.com/yoniholmes/grunt-text-replace",
"description": "Replace text in files using strings, regexs or functions.",
"name": "grunt-text-replace"
},
{
"homepage": "https://github.com/louischatriot/nedb",
"description": "File-based embedded data store for node.js",
"name": "nedb"
},
{
"homepage": "http://github.com/mde/model.git",
"description": "Datastore-agnostic ORM in JavaScript",
"name": "model"
},
{
"homepage": "http://github.com/spumko/joi",
"description": "Object schema validation",
"name": "joi"
},
{
"homepage": "https://github.com/tschaub/grunt-gh-pages",
"description": "Publish to GitHub Pages with Grunt.",
"name": "grunt-gh-pages"
},
{
"homepage": "http://easydoc.org/coffeecup",
"description": "Markup as CoffeeScript.",
"name": "coffeecup"
},
{
"homepage": "http://github.com/deanlandolt/bytewise.git",
"description": "Binary serialization which sorts bytewise for arbirarily complex data structures",
"name": "bytewise"
},
{
"homepage": "http://lisperator.net/uglifyjs",
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
"name": "uglify-js2"
},
{
"homepage": "https://github.com/dominictarr/level-live-stream",
"description": "Stream live changes from levelup.",
"name": "level-live-stream"
},
{
"homepage": "https://github.com/emberfeather/less.js-middleware",
"description": "LESS.js middleware for connect.",
"name": "less-middleware"
},
{
"homepage": "http://github.com/caolan/nodeunit.git",
"description": "Easy unit testing for node.js and the browser.",
"name": "nodeunit"
},
{
"homepage": "http://github.com/fb55/node-entities.git",
"description": "Encode & decode XML/HTML entities with ease",
"name": "entities"
},
{
"homepage": "https://github.com/visionmedia/express-resource",
"description": "Resourceful routing for express",
"name": "express-resource"
},
{
"homepage": "https://github.com/mklabs/tiny-lr",
"description": "Tiny LiveReload server, background-friendly",
"name": "tiny-lr"
},
{
"homepage": "http://github.com/tmpvar/defaults.git",
"description": "merge single level defaults over a config object",
"name": "defaults"
},
{
"homepage": "http://github.com/iriscouch/browser-request",
"description": "Browser port of the Node.js 'request' package",
"name": "browser-request"
},
{
"homepage": "http://npmjs.org/package/expect.js",
"description": "BDD style assertions for node and the browser.",
"name": "expect.js"
},
{
"homepage": "http://github.com/visionmedia/axon.git",
"description": "High-level messaging & socket patterns implemented in pure js",
"name": "axon"
},
{
"homepage": "https://github.com/mscdex/ssh2",
"description": "An SSH2 client module written in pure JavaScript for node.js",
"name": "ssh2"
},
{
"homepage": "http://github.com/chriso/cli",
"description": "A tool for rapidly building command line apps",
"name": "cli"
},
{
"homepage": "https://github.com/TooTallNate/node-weak",
"description": "Make weak references to JavaScript Objects.",
"name": "weak"
},
{
"homepage": "http://github.com/baryon/tracer",
"description": "A powerful and customizable logging library for node.js. support color console with timestamp, line number, method name, file name and call stack. you can set transport to file, stream, database(ex: mongodb and clouddb, simpledb). keywords: log, logger, trace ",
"name": "tracer"
},
{
"homepage": "https://github.com/randometc/ejs-locals",
"description": "Express 3.x locals for layout, partial and blocks.",
"name": "ejs-locals"
},
{
"homepage": "http://github.com/aconbere/node-file-utils.git",
"description": "Higher level path and file manipulation functions.",
"name": "file"
},
{
"homepage": "http://github.com/driverdan/node-XMLHttpRequest.git",
"description": "XMLHttpRequest for Node",
"name": "xmlhttprequest"
},
{
"homepage": "http://github.com/jeremyfa/yaml.js.git",
"description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",
"name": "yamljs"
},
{
"homepage": "http://npmjs.org/package/nave",
"description": "Virtual Environments for Node",
"name": "nave"
},
{
"homepage": "http://github.com/postwait/node-amqp.git",
"description": "AMQP driver for node",
"name": "amqp"
},
{
"homepage": "http://npmjs.org/package/posix-getopt",
"description": "POSIX-style getopt()",
"name": "posix-getopt"
},
{
"homepage": "http://npmjs.org/package/log",
"description": "Tiny logger with streaming reader",
"name": "log"
},
{
"homepage": "http://satyr.github.com/coco/",
"description": "Unfancy CoffeeScript",
"name": "coco"
},
{
"homepage": "https://github.com/SaltwaterC/aws2js",
"description": "AWS (Amazon Web Services) APIs client implementation for node.js",
"name": "aws2js"
},
{
"homepage": "http://github.com/davepacheco/node-verror.git",
"description": "richer JavaScript errors",
"name": "verror"
},
{
"homepage": "http://github.com/montagejs/collections",
"description": "data structures with idiomatic JavaScript collection interfaces",
"name": "collections"
},
{
"homepage": "http://github.com/cranic/node-tar.gz.git",
"description": "Native gzip compression and decompression utility for Node.js.",
"name": "tar.gz"
},
{
"homepage": "https://github.com/shimondoodkin/nodejs-clone-extend/",
"description": "Clone & Extend Objects with circular references support",
"name": "cloneextend"
},
{
"homepage": "https://github.com/chrisa/node-dtrace-provider#readme",
"description": "Native DTrace providers for node.js applications",
"name": "dtrace-provider"
},
{
"homepage": "http://github.com/jrburke/amdefine",
"description": "Provide AMD's define() API for declaring modules in the AMD format",
"name": "amdefine"
},
{
"homepage": "http://github.com/IndigoUnited/automaton.git",
"description": "Task automation tool",
"name": "automaton"
},
{
"homepage": "http://github.com/clux/logule.git",
"description": "A multi-transport, peer-dependent logging library",
"name": "logule"
},
{
"homepage": "https://github.com/notatestuser/gift",
"description": "a Git wrapper library",
"name": "gift"
},
{
"homepage": "https://github.com/ForbesLindesay/browserify-middleware",
"description": "express middleware for browserify v2",
"name": "browserify-middleware"
},
{
"homepage": "https://github.com/DamonOehlman/cog",
"description": "Cherry pickable JS functions",
"name": "cog"
},
{
"homepage": "https://github.com/Ensighten/spritesmith",
"description": "Utility that takes images and creates a spritesheet with JSON sprite data",
"name": "spritesmith"
},
{
"homepage": "http://github.com/codeactual/apidox.git",
"description": "Generate node.js module API markdown with dox",
"name": "apidox"
},
{
"homepage": "https://github.com/marcello3d/node-mongolian",
"description": "Mongolian DeadBeef is an awesome Mongo DB node.js driver",
"name": "mongolian"
},
{
"homepage": "https://github.com/mscdex/node-ftp",
"description": "An FTP client module for node.js",
"name": "ftp"
},
{
"homepage": "http://github.com/nisaacson/loggly-console-logger.git",
"description": "Winston-based logger that outputs to the console and loggly if the loggly input token is set in the nconf object",
"name": "loggly-console-logger"
},
{
"homepage": "https://github.com/bevry/caterpillar",
"description": "Caterpillar is the ultimate logging system for Node.js, based on transform streams you can log to it and pipe the output off to different locations, including some pre-made ones. Caterpillar also supports log levels according to the RFC standard, as well as line, method, and file fetching for messages. You can even use it in web browsers with caterpillar-browser.",
"name": "caterpillar"
},
{
"homepage": "http://github.com/yahoo/mojito-cli.git",
"description": "The mojito-cli package provides command line helpers for Mojito developers.",
"name": "mojito-cli"
},
{
"homepage": "http://github.com/davepacheco/node-strsplit",
"description": "split a string by a regular expression",
"name": "strsplit"
},
{
"homepage": "http://github.com/thlorenz/browserify-shim.git",
"description": "Makes CommonJS-incompatible modules browserifyable.",
"name": "browserify-shim"
},
{
"homepage": "git@github.com:maxogden/level.js.git",
"description": "leveldown/leveldb library for browsers using IndexedDB",
"name": "level-js"
},
{
"homepage": "http://npmjs.org/package/websocket.io",
"description": "Socket.IO websocket server",
"name": "websocket.io"
},
{
"homepage": "https://github.com/ozanturgut/grunt-hug",
"description": "Concatinate your web application without worrying about the order of your files.",
"name": "grunt-hug"
},
{
"homepage": "https://github.com/technoweenie/node-scoped-http-client",
"description": "http client request wrapper",
"name": "scoped-http-client"
},
{
"homepage": "http://github.com/jhamlet/node-sake.git",
"description": "[S]cripted-r[ake] -- a JavaScript build tool similar to rake, or make.",
"name": "sake"
},
{
"homepage": "http://npmjs.org/package/marionette-js-runner",
"description": "Utility module for installing an app as preloaded & packaged app",
"name": "marionette-js-runner"
},
{
"homepage": "http://github.com/bem/bem-tools",
"description": "BEM Tools",
"name": "bem"
},
{
"homepage": "http://github.com/tjfontaine/node-dns",
"description": "Replacement for the core DNS module, includes server implementation",
"name": "native-dns"
},
{
"homepage": "http://medialize.github.com/URI.js/",
"description": "URI.js is a Javascript library for working with URLs.",
"name": "URIjs"
},
{
"homepage": "https://github.com/hughsk/flat",
"description": "Take a nested Javascript object and flatten it, or unflatten an object with delimited keys",
"name": "flat"
},
{
"homepage": "http://git-wip-us.apache.org/repos/asf/cordova-cli.git",
"description": "Cordova command line interface tool",
"name": "cordova"
},
{
"homepage": "https://github.com/dominictarr/pull-level",
"description": "pull-stream interface to levelup",
"name": "pull-level"
},
{
"homepage": "https://github.com/twolfson/doubleshot",
"description": "Run separated BDD outlines and content on top of mocha",
"name": "doubleshot"
},
{
"homepage": "http://learnboost.github.com/kue/",
"description": "Feature rich priority job queue backed by redis",
"name": "kue"
},
{
"homepage": "http://github.com/pgte/konphyg.git",
"description": "Cascading configuration files made easy in Node.js.",
"name": "konphyg"
},
{
"homepage": "https://github.com/bnoguchi/everyauth/",
"description": "Auth solution (password, facebook, & more) for your node.js Connect & Express apps",
"name": "everyauth"
},
{
"homepage": "http://github.com/mikolalysenko/rle-core.git",
"description": "Core tools for working with narrow band level sets in JavaScript",
"name": "rle-core"
},
{
"homepage": "http://github.com/kof/node-cjson.git",
"description": "cjson - Commented Javascript Object Notation. It is a json loader, which parses only valide json files, but with comments enabled. Usefull for loading configs.",
"name": "cjson"
},
{
"homepage": "http://github.com/mcwhittemore/node-hooks.git",
"description": "An NPM for git hooks.",
"name": "node-hooks"
},
{
"homepage": "http://c2fo.github.com/comb/",
"description": "A framework for node",
"name": "comb"
},
{
"homepage": "https://github.com/SaltwaterC/mime-magic",
"description": "Proper MIME type detection library that wraps the libmagic functionality",
"name": "mime-magic"
},
{
"homepage": "http://observe.it",
"description": "A simple logger with automatic function detection.",
"name": "devnull"
},
{
"homepage": "https://github.com/assemble/assemble-less",
"description": "Compile LESS to CSS. Adds experimental features that extend Less.js for maintaining UI components, 'bundles' and themes. From Jon Schlinkert, core team member of Less.js. This project is a fork of the popular grunt-contrib-less plugin by the talented Tyler Kellen. Please use that plugin if you require something stable and dependable.",
"name": "assemble-less"
},
{
"homepage": "https://github.com/indexzero/winston-loggly",
"description": "A Loggly transport for winston",
"name": "winston-loggly"
},
{
"homepage": "https://github.com/cubejs/cluster2",
"description": "cluster2 ===============",
"name": "cluster2"
},
{
"homepage": "https://github.com/daleharvey/pouchdb",
"description": "PouchDB is a pocket-sized database.",
"name": "pouchdb"
},
{
"homepage": "http://github.com/One-com/assetgraph.git",
"description": "Optimization framework for web pages and applications",
"name": "assetgraph"
},
{
"homepage": "http://github.com/cujojs/rest.git",
"description": "RESTful HTTP client library",
"name": "rest"
},
{
"homepage": "http://github.com/superjoe30/node-s3-client",
"description": "high level amazon s3 client using knox as a backend",
"name": "s3"
},
{
"homepage": "http://github.com/LearnBoost/monk.git",
"description": "[![build status](https://secure.travis-ci.org/LearnBoost/monk.png?branch=master)](https://secure.travis-ci.org/LearnBoost/monk)",
"name": "monk"
},
{
"homepage": "https://github.com/hanshuebner/node-hid",
"description": "USB HID device access library",
"name": "node-hid"
},
{
"homepage": "http://github.com/superjoe30/mineflayer.git",
"description": "create minecraft bots with a stable, high level API",
"name": "mineflayer"
},
{
"homepage": "http://github.com/developmentseed/node-get.git",
"description": "A slightly higher-level HTTP client for node.",
"name": "get"
},
{
"homepage": "http://github.com/TooTallNate/NodObjC.git",
"description": "The NodeJS ⇆ Objective-C bridge",
"name": "NodObjC"
},
{
"homepage": "https://github.com/nrstott/bogart",
"description": "Fast JSGI web framework taking inspiration from Sinatra",
"name": "bogart"
},
{
"homepage": "https://github.com/gruntjs/grunt-contrib-jst",
"description": "Precompile Underscore templates to JST file.",
"name": "grunt-contrib-jst"
},
{
"homepage": "https://github.com/ded/valentine",
"description": "JavaScript’s Functional Sister. Utilitiy, Iterators, type checking",
"name": "valentine"
},
{
"homepage": "https://github.com/dominictarr/level-fix-range",
"description": "make using levelup reverse ranges easy",
"name": "level-fix-range"
},
{
"homepage": "https://github.com/haraldrudell/mochawrapper",
"description": "Easy testing using mocha and assert by Harald Rudell",
"name": "mochawrapper"
},
{
"homepage": "https://github.com/juliangruber/level-store",
"description": "A streaming storage engine based on LevelDB.",
"name": "level-store"
},
{
"homepage": "http://github.com/Bartvds/chai-fs.git",
"description": "Chai assertions for Node.js filesystem",
"name": "chai-fs"
},
{
"homepage": "https://github.com/dominictarr/level-manifest",
"description": "describe a levelup plugin for remote access",
"name": "level-manifest"
},
{
"homepage": "http://npmjs.org/package/stream-stack",
"description": "Filter low-level `Stream` instances into stackable, protocol-based streams.",
"name": "stream-stack"
},
{
"homepage": "http://github.com/hdachev/fakeredis.git",
"description": "Fake redis for testing, works as a drop-in replacement for node_redis",
"name": "fakeredis"
},
{
"homepage": "https://github.com/simplereach/helenus",
"description": "NodeJS Bindings for Cassandra",
"name": "helenus"
},
{
"homepage": "http://www.tingodb.com",
"description": "Embedded Node.js database upward compatible with MongoDB",
"name": "tingodb"
},
{
"homepage": "https://github.com/enb-make/enb",
"description": "Faster BEM tools",
"name": "enb"
},
{
"homepage": "https://github.com/dominictarr/level-peek",
"description": "peek the first or last record in a leveldb range.",
"name": "level-peek"
},
{
"homepage": "http://github.com/jedi4ever/hashmerge.git",
"description": "no mutable deep hash merge, usefull for configuration hashes",
"name": "hashmerge"
},
{
"homepage": "https://github.com/bahmutov/grunt-deps-ok",
"description": "Quickly checks if top level dependencies are missing or out of date",
"name": "grunt-deps-ok"
},
{
"homepage": "https://github.com/jedrichards/rsyncwrapper",
"description": "An async wrapper to the rsync command line utility for Node.js.",
"name": "rsyncwrapper"
},
{
"homepage": "https://github.com/chriso/redback",
"description": "A high-level Redis library",
"name": "redback"
},
{
"homepage": "https://github.com/cainus/urlgrey",
"description": "urlgrey is a library for url querying and manipulation",
"name": "urlgrey"
},
{
"homepage": "http://squaremo.github.io/amqp.node/",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"name": "amqplib"
},
{
"homepage": "http://github.com/yfinkelstein/node-zookeeper",
"description": "apache zookeeper client (zookeeper async API >= 3.4.0)",
"name": "zookeeper"
},
{
"homepage": "https://github.com/dominictarr/map-reduce",
"description": "map-reduce on leveldb",
"name": "map-reduce"
},
{
"homepage": "https://github.com/goalzen/grunt-vows-runner.git",
"description": "An alternative test-runner for vows using grunt. Adds new capabilities such as running test suites concurrently.",
"name": "grunt-vows-runner"
},
{
"homepage": "https://github.com/juliangruber/memdb",
"description": "LevelUp + MemDown",
"name": "memdb"
},
{
"homepage": "http://symf.io/plugins/contrib-winston",
"description": "Winston plugin for Symfio.",
"name": "symfio-contrib-winston"
},
{
"homepage": "https://github.com/75lb/nature",
"description": "Classify the things in your world and how they interact.",
"name": "nature"
},
{
"homepage": "https://github.com/snailjs/apx",
"description": "A scalable, extensible, modular API Server",
"name": "apx"
}
],
"total": 2821,
"size": 200,
"from": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment