1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: node-shelljs
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, coffeescript <!nocheck>
, node-glob <!nocheck>
, node-interpret <!nocheck>
, node-rechoir <!nocheck>
, node-tape <!nocheck>
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.
|