Source: node-shelljs Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , coffeescript , node-glob , node-interpret , node-rechoir , node-tape Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-shelljs Vcs-Git: https://salsa.debian.org/js-team/node-shelljs.git Homepage: https://github.com/shelljs/shelljs Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-shelljs Architecture: all Depends: ${misc:Depends} , node-glob , node-interpret , node-rechoir , nodejs:any Provides: ${nodejs:Provides} Description: Portable Unix shell commands for Node.js ShellJS is a portable (Windows/Linux/OS X) implementation of Unix shell commands on top of the Node.js API. You can use it to eliminate your shell script's dependency on Unix while still keeping its familiar and powerful commands. You can also install it globally so you can run it from outside Node projects - say goodbye to those gnarly Bash scripts! . Node.js is an event-based server-side JavaScript engine.