File: control

package info (click to toggle)
node-is-arrayish 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: javascript: 8; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 956 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-is-arrayish
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Shanavas Muhammed Rafeek <shanavas.m2@gmail.com>
Build-Depends: coffeescript (>= 1.9.3) <!nocheck>
 , debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha (>= 4) <!nocheck>
 , node-should (>= 7.0.1) <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-is-arrayish
Vcs-Git: https://salsa.debian.org/js-team/node-is-arrayish.git
Homepage: https://github.com/qix-/node-is-arrayish
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-is-arrayish
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Determines if an object can be used as an array
 A Nodejs module to determine if a given object can be used as an array,
 thus the object support indexing.
 .
 Node.js is an event-based server-side JavaScript engine.