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 27
|
Source: node-for-in
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
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.
|