1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
  
     | 
    
      Source: node-strip-eof
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-tape <!nocheck>
 , rollup
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-strip-eof
Vcs-Git: https://salsa.debian.org/js-team/node-strip-eof.git
Homepage: https://github.com/sindresorhus/strip-eof
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-strip-eof
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Breaks: node-execa (<< 5.1.1+dfsg+~cs19.3.6~)
Replaces: node-execa (<< 5.1.1+dfsg+~cs19.3.6~)
Multi-Arch: foreign
Description: strip CR and LF characters from a string/buffer
 Strips CR and LF characters (i.e., it strips them away, if the string ends
 with LR, CR, or CRLR, but not more if there's more of those characters).
 .
 Node.js is an event-based server-side JavaScript engine.
 
     |