Source: node-slash Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-rollup-plugin-node-resolve , node-tape , rollup Standards-Version: 4.6.0 Homepage: https://github.com/sindresorhus/slash Vcs-Git: https://salsa.debian.org/js-team/node-slash.git Vcs-Browser: https://salsa.debian.org/js-team/node-slash Rules-Requires-Root: no Package: node-slash Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Description: Node.js library to convert Windows backslash paths to slash paths node-slash provides a simple way to convert Windows backslash paths to slash paths: 'foo\bar' becomes 'foo/bar' . Node.js is an event-based server-side JavaScript engine.