Source: node-split-string Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Julien Puydt Build-Depends: debhelper (>= 11), nodejs Standards-Version: 4.2.1 Homepage: https://github.com/jonschlinkert/split-string Vcs-Git: https://salsa.debian.org/js-team/node-split-string.git Vcs-Browser: https://salsa.debian.org/js-team/node-split-string Package: node-split-string Architecture: all Depends: ${misc:Depends}, nodejs, node-extend-shallow (>= 3.0.0) Description: node.js module to split a string on a character This module provides a function to split a string on a character, but makes sure it doesn't when said character is escaped. . Node.js is an event-based server-side JavaScript engine.