UNPKG

fs-stream

Version:

Utilities that helps manipulating a file system through stream

35 lines (34 loc) 737 B
{ "author": "Jeremie Patonnier <jeremie@patonnier.net> (http://jeremie.patonnier.net/)", "name": "fs-stream", "description": "Utilities that helps manipulating a file system through stream", "license": "MIT", "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/JeremiePat/fs-stream.git" }, "keywords": [ "fs", "file", "file system", "glob", "stream" ], "main": "index.js", "engines": { "node": ">=0.12" }, "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "dependencies": { "fs-extra": "^0.30.0", "glob-stream": "^5.3.5", "minimatch": "^3.0.3", "through2": "^2.0.1" }, "devDependencies": { "mocha": "^2.3.4" } }