JQ
JQ is a DSL for querying javascript object. APIs are very similar to jQuery. If you know jQuery, you can use this library immediately.
Instalation
via npm:
$ npm install JQ
Browser Support
To compile JQ to a single file runnable for client-side use simply execute:
$ make JQ.js
Sample
var JQ = require.JQ; var family = ; var $family = JQ;$family.get; // ->