UNPKG

fsep

Version:

Fsep is a library that promisifies the native node FS operation and brings extras into the mix.

48 lines (47 loc) 956 B
{ "name": "fsep", "version": "3.0.1", "description": "Fsep is a library that promisifies the native node FS operation and brings extras into the mix.", "main": "index.js", "directories": { "test": "test" }, "engines": { "node": ">= 7.6.0" }, "dependencies": {}, "scripts": { "exist": "node ./test/exist.js", "ensureFile": "node ./test/ensure-file.js", "ensureFolder": "node ./test/ensure-folder.js", "mkdirs": "node ./test/mkdirs.js" }, "repository": { "type": "git", "url": "git+https://github.com/AlexanderElias/fsep.git" }, "keywords": [ "walk", "klaw", "fs-extra", "fs-promise", "fs", "library", "promise", "promisified", "promisify", "readLine", "writeLine", "read", "write", "line", "by", "line" ], "author": "Alexander Elias", "license": "MPL-2.0", "bugs": { "url": "https://github.com/AlexanderElias/fsep/issues" }, "homepage": "https://github.com/AlexanderElias/fsep#readme" }