File: control

package info (click to toggle)
node-isarray 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: makefile: 5
file content (26 lines) | stat: -rw-r--r-- 896 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
Source: node-isarray
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 12),
	       pkg-js-tools (>= 0.9.16),
	       nodejs,
	       node-tape (>= 2.13.4) <!nocheck>,
	       node-tap (>= 10) <!nocheck>
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/js-team/node-isarray
Vcs-Git: https://salsa.debian.org/js-team/node-isarray.git
Homepage: https://github.com/juliangruber/isarray
Testsuite: autopkgtest-pkg-nodejs

Package: node-isarray
Architecture: all
Depends: ${misc:Depends},
	 nodejs
Description: JavaScript Array#isArray for older browsers
 isarray provides Arrray#isArray for older browsers.
 .
 This package contains the isarray module for Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.