Source: node-from2-string Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-concat-stream , node-from2 , node-tape , 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.