Codebase list node-strip-indent / 5358442
Update Standards version and description Sruthi 7 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66 debhelper (>= 9)
77 , dh-buildinfo
88 , nodejs
9 Standards-Version: 3.9.7
9 Standards-Version: 3.9.8
1010 Homepage: https://github.com/sindresorhus/strip-indent#readme
1111 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-strip-indent.git
1212 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-strip-indent.git
1717 ${misc:Depends}
1818 , nodejs
1919 Description: Strip leading whitespace from each line in a string
20 FIX_ME long description
20 Strip leading whitespace from each line in a string. The line with the least
21 number of leading whitespace, ignoring empty lines, determines the number to
22 remove. Useful for removing redundant indentation.
2123 .
2224 Node.js is an event-based server-side JavaScript engine.