Source: node-array-flatten Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Thorsten Alteholz Build-Depends: debhelper (>= 9) , dh-buildinfo , nodejs Standards-Version: 3.9.7 Homepage: https://github.com/blakeembrey/array-flatten Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-array-flatten.git Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-array-flatten.git Package: node-array-flatten Architecture: all Depends: ${misc:Depends} , nodejs Description: Flatten nested arrays This node.js module flattens nested arrays flatten(array) Flatten a nested array structure flatten.from(arrayish) Flatten an array-like structure (E.g. arguments) flatten.depth(array, depth) Flatten a nested array structure with a specific depth flatten.fromDepth(arrayish, depth) Flatten an array-like structure with a specific depth . Node.js is an event-based server-side JavaScript engine.