UNPKG

@appgeist/ensure-dir

Version:

Utility function to ensure a directory path exists and return a Promise

32 lines (31 loc) 713 B
{ "name": "@appgeist/ensure-dir", "version": "1.1.4", "description": "Utility function to ensure a directory path exists and return a Promise", "keywords": [ "utilities", "shell", "directory", "check", "create", "mkdirp", "promise" ], "main": "index.js", "repository": "https://github.com/appgeist/ensure-dir", "bugs": { "url": "https://github.com/appgeist/ensure-dir/issues" }, "author": { "name": "Ionut-Cristian Florescu", "email": "ionut.florescu@gmail.com", "url": "https://github.com/icflorescu" }, "license": "ISC", "devDependencies": { "@appgeist/eslint-config-base": "^1.3.1" }, "dependencies": { "mkdirp": "^0.5.5" } }