File: control

package info (click to toggle)
node-shelljs 0.8.5%2B~cs0.8.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,616 kB
  • sloc: javascript: 6,944; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,264 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
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.