1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
{
"author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
"name": "readdirp",
"description": "Recursive version of fs.readdir with streaming api.",
"version": "0.2.4",
"homepage": "https://github.com/thlorenz/readdirp",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/readdirp.git"
},
"engines": {
"node": ">=0.4"
},
"keywords": [
"recursive",
"fs",
"stream",
"streams",
"readdir",
"filesystem",
"find",
"filter"
],
"main": "readdirp.js",
"scripts": {
"test": "tap test/*.js"
},
"dependencies": {
"minimatch": ">=0.2.4"
},
"devDependencies": {
"tap": "~0.3.1",
"through": "~1.1.0",
"minimatch": "~0.2.7"
},
"optionalDependencies": {},
"license": "MIT"
}
|