[Pkg-javascript-devel] Bug#774570: RFP: node-walk -- Node.js port of Pythons os.walk

Bas Couwenberg sebastic at xs4all.nl
Sun Jan 4 14:42:16 UTC 2015


Package: wnpp
Severity: wishlist

* Package name    : node-walk
  Version         : 2.3.4
  Upstream Author : AJ ONeal <coolaj86 at gmail.com>
* URL             : https://github.com/coolaj86/node-walk
* License         : MIT
  Programming Lang: JavaScript
  Description     : A node port of python's os.walk

node-walk is a Node.js walk implementation.

This is somewhat of a port python's os.walk, but using Node.JS conventions.

 * EventEmitter
 * Asynchronous
 * Chronological (optionally)
 * Built-in flow-control
 * includes Synchronous version (same API as Asynchronous)

As few file descriptors are opened at a time as possible. This is particularly
well suited for single hard disks which are not flash or solid state.

node-walk is required for OpenLayers 3 (#774561).



More information about the Pkg-javascript-devel mailing list