walkdir
Version:
Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.
36 lines (35 loc) • 841 B
JSON
{
"name": "walkdir",
"description": "Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.",
"version": "0.4.1",
"author": "Ryan Day <soldair@gmail.com>",
"keywords": [
"find",
"walk",
"tree",
"files",
"fs"
],
"main": "./walkdir.js",
"homepage": "http://github.com/soldair/node-walkdir",
"repository": {
"type": "git",
"url": "git://github.com/soldair/node-walkdir.git"
},
"scripts": {
"test": "tape test/*.js && npm run ts",
"ts": "tsc --noEmit test.ts"
},
"devDependencies": {
"@types/node": "^10.12.21",
"tape": "^4.0.0",
"typescript": "^3.3.1"
},
"engines": {
"node": ">=6.0.0"
},
"license": "MIT",
"contributors": [
"tjfontaine"
]
}