[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#774570: RFP: node-walk -- Node.js port of Pythons os.walk



Package: wnpp
Severity: wishlist

* Package name    : node-walk
  Version         : 2.3.4
  Upstream Author : AJ ONeal <coolaj86@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).


Reply to: