File: control

package info (click to toggle)
node-is-windows 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112 kB
  • sloc: makefile: 10; sh: 2
file content (18 lines) | stat: -rw-r--r-- 673 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: node-is-windows
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper (>= 11), nodejs, mocha
Standards-Version: 4.2.0
Homepage: https://github.com/jonschlinkert/is-windows
Vcs-Git: https://salsa.debian.org/js-team/node-is-windows.git
Vcs-Browser: https://salsa.debian.org/js-team/node-is-windows

Package: node-is-windows
Architecture: all
Depends: ${misc:Depends}, nodejs
Description: True if the platform is windows
 Returns true if the platform is windows
 .
 Node.js is an event-based server-side JavaScript engine.