Source: node-from2-string
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-concat-stream <!nocheck>,
 node-from2 <!nocheck>,
 node-tape <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/yoshuawuyts/from2-string
Vcs-Git: https://salsa.debian.org/js-team/node-from2-string.git
Vcs-Browser: https://salsa.debian.org/js-team/node-from2-string

Package: node-from2-string
Architecture: all
Multi-Arch: foreign
Depends:
 node-from2,
 ${misc:Depends},
Description: create a Node.js stream from a string
 Sugary wrapper around from2. In order to use from2 with strings, you must
 write some boilerplate to break the string in correctly sized chunks.
 This module handles that boilerplate for you, so you can directly source
 from a string.
 .
 Node.js is an event-based server-side JavaScript engine.
