Package: wnpp Severity: wishlist Owner: matthewp <matthewp_deb...@teledetection.fr>
* Package name : node-hooker Version : 0.2.3 Upstream Author : Cowboy <cow...@rj3.net> * URL : http://github.com/cowboy/javascript-hooker * License : MIT Programming Lang: js Description : Monkey-patch (hook) functions for debugging and stuff. This library easy the debug hooking an object with a 'preHookFunction'. For example: hooker.hook(Math, "max", function() { console.log(arguments.length + " arguments passed"); }); Math.max(5, 6, 7) // logs: "3 arguments passed", returns 7 It will also provide a javascript library. This library is needed for the gruntjs packaging, supported by the pkg-js-team. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140331015643.14006.54110.reportbug@ldc.interne-mtd