[ 原始碼: node-debug ]
套件:node-debug(4.3.4+~cs4.1.7-1)
node-debug 的相關連結
Debian 的資源:
下載原始碼套件 node-debug:
- [node-debug_4.3.4+~cs4.1.7-1.dsc]
- [node-debug_4.3.4+~cs4.1.7.orig-typesdebug.tar.gz]
- [node-debug_4.3.4+~cs4.1.7.orig.tar.gz]
- [node-debug_4.3.4+~cs4.1.7-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
small debugging utility for Node.js
node-debug provides a small debugging utility for Node.js modules.
With this module you simply invoke the exported function to generate your debug function, passing it a name which will determine if a noop function is returned, or a decorated console.error, so all of the console format string goodies you're used to work fine. A unique color is selected per-function for visibility.
Node.js is an event-based server-side JavaScript engine.