Source: node-is-arrayish Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Shanavas Muhammed Rafeek Build-Depends: coffeescript , debhelper-compat (= 13) , dh-sequence-nodejs , mocha (>= 4) , node-should (>= 7.0.1) Standards-Version: 4.6.0 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.