File: control

package info (click to toggle)
node-platform 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 328 kB
  • sloc: javascript: 3,494; sh: 35; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 882 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: node-platform
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper-compat (= 12), dh-buildinfo, nodejs
Standards-Version: 4.5.0
Homepage: https://github.com/bestiejs/platform.js#readme
Vcs-Git: https://salsa.debian.org/js-team/node-platform.git
Vcs-Browser: https://salsa.debian.org/js-team/node-platform

Package: node-platform
Architecture: all
Depends: nodejs, ${misc:Depends}
Description: platform detection lib works on nearly all JavaScript platforms
 Platform.js is a detection library that works on nearly all JavaScript
 platforms. Platform.js is for informational purposes only and not intended as
 a substitution for feature detection/inference checks.
 .
 Node.js is an event-based server-side JavaScript engine.