File: control

package info (click to toggle)
node-deep-for-each 1.0.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112 kB
  • sloc: makefile: 7; sh: 2
file content (34 lines) | stat: -rw-r--r-- 1,196 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
27
28
29
30
31
32
33
34
Source: node-deep-for-each
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , mocha
 , node-expect.js
 , node-is-plain-object (>= 2.0.1)
 , node-lodash-packages
 , node-browserify-lite
Standards-Version: 4.1.0
Homepage: https://github.com/IndigoUnited/js-deep-for-each#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-deep-for-each.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-deep-for-each.git

Package: node-deep-for-each
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-is-plain-object (>= 2.0.1)
Description: Recursively iterates collection values (arrays and objects)
 The iteration is made using a deep-first algorithm.
 .
 Depth-first search (DFS) is an algorithm for traversing or searching tree or
 graph data structures. One starts at the root (selecting some arbitrary node
 as the root in the case of a graph) and explores as far as possible along each
 branch before backtracking.
 .
 Node.js is an event-based server-side JavaScript engine.