File: control

package info (click to toggle)
node-open 8.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: sh: 790; javascript: 293; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 963 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
Source: node-open
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-define-lazy-prop (>= 2.0.0)
 , node-is-docker (>= 2.1.1)
 , node-is-wsl (>= 2.2.0)
Standards-Version: 4.6.1
Homepage: https://github.com/sindresorhus/open#readme
Vcs-Git: https://salsa.debian.org/js-team/node-open.git
Vcs-Browser: https://salsa.debian.org/js-team/node-open
Rules-Requires-Root: no

Package: node-open
Architecture: all
Depends:
 ${misc:Depends}
 , node-define-lazy-prop (>= 2.0.0)
 , node-is-docker (>= 2.1.1)
 , node-is-wsl (>= 2.2.0)
Multi-Arch: foreign
Description: Open stuff like URLs, files, executables
 This is meant to be used in command-line tools and scripts, not in the
 browser.
 .
 Node.js is an event-based server-side JavaScript engine.