Source: node-for-in
Section: javascript
Priority: optional
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha
 , node-should
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-for-in
Vcs-Git: https://salsa.debian.org/js-team/node-for-in.git
Homepage: https://github.com/jonschlinkert/for-in
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-for-in
Architecture: all
Depends: ${misc:Depends}
 , nodejs
Multi-Arch: foreign
Description: iterate over object
 Iterate over the own and inherited enumerable properties of an object,
 and return an object with properties that evaluate to true from the
 callback. Exit early by returning `false`.
 .
 Node.js is an event-based server-side JavaScript engine.
