File: control

package info (click to toggle)
node-shelljs 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,256 kB
  • sloc: makefile: 6; sh: 2
file content (30 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download
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
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 (>= 11~),
               nodejs (>= 4),
               node-rechoir,
               node-glob (>= 7.0.0),
               node-interpret
Standards-Version: 4.3.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

Package: node-shelljs
Architecture: all
Depends: ${misc:Depends},
         nodejs (>= 4),
         node-rechoir,
         node-glob (>= 7.0.0),
         node-interpret
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.