get-files-recursive-async
Version:
Gets all files asynchronously given a folder path, with progress updates and filetype filter.
18 lines (17 loc) • 423 B
JSON
{
"name": "get-files-recursive-async",
"version": "1.0.9",
"description": "Gets all files asynchronously given a folder path, with progress updates and filetype filter.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs"
],
"author": "Damien Otis",
"license": "ISC",
"dependencies": {
"path": "^0.12.7"
}
}