node-parents

Node.js module returning all the parent directories
  https://github.com/substack/node-parents
  0
  no reviews



This module return a list of all parent directories of a given directory.

This modules is useful for creating find(1) clone in pure javascript.

This module is a dependency of browserify, a tool that allows one to write Node.js-style modules that compile for use in the browser.

Node.js is an event-based server-side JavaScript engine.