blob: c16309d5268772b0bf8a373ffd6839d05f830a6a [file] [log] [blame] [edit]
{
"author": {
"email": "thlorenz@gmx.de",
"name": "Thorsten Lorenz",
"url": "thlorenz.com"
},
"bugs": {
"url": "https://github.com/paulmillr/readdirp/issues"
},
"bundleDependencies": false,
"contributors": [
{
"email": "thlorenz@gmx.de",
"name": "Thorsten Lorenz",
"url": "thlorenz.com"
},
{
"name": "Paul Miller",
"url": "https://paulmillr.com"
}
],
"dependencies": {
"picomatch": "^2.0.4"
},
"deprecated": false,
"description": "Recursive version of fs.readdir with streaming api.",
"devDependencies": {
"@types/chai": "^4.1",
"@types/mocha": "^5.2",
"@types/node": "^12",
"chai": "^4.2",
"chai-subset": "^1.6",
"dtslint": "^0.9.8",
"mocha": "~6.1.3",
"nyc": "^14.1.1",
"rimraf": "^2.6.3"
},
"engines": {
"node": ">= 8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/paulmillr/readdirp",
"keywords": [
"recursive",
"fs",
"stream",
"streams",
"readdir",
"filesystem",
"find",
"filter"
],
"license": "MIT",
"name": "readdirp",
"repository": {
"type": "git",
"url": "git://github.com/paulmillr/readdirp.git"
},
"scripts": {
"test": "nyc mocha && dtslint"
},
"version": "3.2.0"
}