find-up-all

1.0.2 • Public • Published

find-up-all Build Status

Install

$ npm install find-up-all

API

findUpAll(filename, [options])

Returns a Promise for an array of absolute paths of matching files or folders

findUpAll.sync(filename, [options])

Returns an array of absolute paths of matching files or folders

options

Type: Object

options.cwd

Optional. The directory where the search should start.

options.end

Optional. Last parent directory that should be searched. If not set, findUpAll will search all the way up to the filesystem root.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i find-up-all

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.25 kB

Total Files

9

Last publish

Collaborators

  • dflupu