Source: node-dedent Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-typescript , rollup , node-rollup-plugin-typescript , node-rollup-plugin-dts , jdupes Standards-Version: 4.7.4 Homepage: https://github.com/dmnd/dedent Vcs-Git: https://salsa.debian.org/js-team/node-dedent.git Vcs-Browser: https://salsa.debian.org/js-team/node-dedent Package: node-dedent Architecture: all Depends: ${misc:Depends} , Multi-Arch: foreign Breaks: node-jest-debbundle (<< 29.6.2~ds6+~cs73.45.28-3~) Replaces: node-jest-debbundle (<< 29.6.2~ds6+~cs73.45.28-3~) Description: whitespace‑normalizing utility for multiline strings dedent takes any template literal or multiline text and normalizes its left‑margin by removing shared leading whitespace. . This makes it ideal for formatting embedded snippets, generating readable help messages, or cleaning up code blocks without manually adjusting spacing. It preserves intentional indentation inside the text while eliminating the accidental indentation caused by nesting code, giving you clean, predictable output every time. . Node.js is an event-based server-side JavaScript engine.