UNPKG

walkitout

Version:

Run a callback, asynchronously, on all filepaths in a directory tree

48 lines (47 loc) 993 B
{ "name": "walkitout", "version": "1.4.0", "description": "Run a callback, asynchronously, on all filepaths in a directory tree", "main": "index.js", "directories": { "test": "test" }, "dependencies": {}, "devDependencies": { "istanbul": "^0.4.5" }, "scripts": { "test": "istanbul cover --hook-run-in-context test", "postversion": "git push && git push --tags", "preversion": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/ecman/walkitout.git" }, "keywords": [ "walk", "directory", "recursive", "walk", "tree", "async", "asynchronous", "callback", "recursive", "directory", "list", "files", "files", "ecman" ], "author": "ecman <its.ec@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/ecman/walkitout/issues" }, "homepage": "https://github.com/ecman/walkitout#readme", "engines": { "node": ">=0.10.48" } }