File: control

package info (click to toggle)
node-is-wsl 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: javascript: 100; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 779 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
Source: node-is-wsl
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-is-docker
Standards-Version: 4.6.1
Homepage: https://github.com/sindresorhus/is-wsl#readme
Vcs-Git: https://salsa.debian.org/js-team/node-is-wsl.git
Vcs-Browser: https://salsa.debian.org/js-team/node-is-wsl
Rules-Requires-Root: no

Package: node-is-wsl
Architecture: all
Depends:
 ${misc:Depends}
 , node-is-docker (>= 2.0.0)
Multi-Arch: foreign
Description: Check if the process is running inside Windows Subsystem for Linux
 Node.js is an event-based server-side JavaScript engine.