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 29 30 31 32 33 34
|
Source: node-quote-stream
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
debhelper-compat (= 12)
, dh-buildinfo
, dpkg-dev (>= 1.17.14)
, nodejs (>= 10)
, node-minimist (>= 1.1.3) <!nocheck>
, node-through2 (>= 2.0.0) <!nocheck>
, node-buffer-equal (>= 0.0.1) <!nocheck>
, node-concat-stream (>=1.4.5) <!nocheck>
, node-tape (>=4.1.0) <!nocheck>
, node-tap (>= 8) <!nocheck>
Standards-Version: 4.4.0
Homepage: https://github.com/substack/quote-stream
Vcs-Git: https://salsa.debian.org/js-team/node-quote-stream.git
Vcs-Browser: https://salsa.debian.org/js-team/node-quote-stream
Package: node-quote-stream
Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 10)
, node-minimist (>= 1.1.3)
, node-through2 (>= 2.0.0)
, node-buffer-equal (>= 0.0.1)
Description: transform a stream into a quoted string
This module transform a buffer to a quoted string thus escaping special
character in a safe way.
.
Node.js is an event-based server-side JavaScript engine.
|