UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

50 lines (49 loc) 1.02 kB
{ "name": "readdirp", "description": "Recursive version of fs.readdir with streaming api.", "version": "3.1.2", "homepage": "https://github.com/paulmillr/readdirp", "repository": { "type": "git", "url": "git://github.com/paulmillr/readdirp.git" }, "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)", "contributors": [ "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)", "Paul Miller (https://paulmillr.com)" ], "engines": { "node": ">= 8" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "recursive", "fs", "stream", "streams", "readdir", "filesystem", "find", "filter" ], "scripts": { "test": "nyc mocha" }, "dependencies": { "picomatch": "^2.0.4" }, "devDependencies": { "@types/chai": "^4.1", "@types/mocha": "^5.2", "@types/node": "^12", "chai": "^4.2", "chai-subset": "^1.6", "mocha": "^6.1.3", "nyc": "^14.1.1", "rimraf": "^2.6.3" }, "license": "MIT" }