Source: node-obug Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Yadd Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-typescript Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/js-team/node-obug Vcs-Git: https://salsa.debian.org/js-team/node-obug.git Homepage: https://github.com/sxzz/obug Testsuite: autopkgtest-pkg-nodejs Package: node-obug Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} , nodejs:any Description: lightweight JavaScript debugging utility obug is a debugging utility for Node.js and browsers, forked from the widely used "debug" module. It keeps the familiar API - a namespaced logger created with createDebug(), enabled through the DEBUG environment variable or localStorage - while shipping as native ECMAScript modules with TypeScript type definitions and no runtime dependencies. . Compared to "debug" it drops support for older browsers and Node.js releases, exposes explicit enable()/disable() helpers instead of mutating a global object, and provides separate browser and Node.js entry points so that bundlers pick the smallest possible implementation. . Node.js is an event-based server-side JavaScript engine.