File: control

package info (click to toggle)
node-isarray 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: makefile: 15; sh: 13
file content (25 lines) | stat: -rw-r--r-- 844 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
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 (>= 11),
	       dh-buildinfo,
	       nodejs,
	       node-tape (>= 2.13.4) <!nocheck>,
	       node-tap (>= 10) <!nocheck>
Standards-Version: 4.1.4
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

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.