UNPKG

mkdir-recursive

Version:

make/remove (asynchronous/synchronous) directories recursively

42 lines (41 loc) 984 B
{ "version": "0.4.0", "name": "mkdir-recursive", "description": "make/remove (asynchronous/synchronous) directories recursively", "keywords": [ "mkdir", "rmdir", "recursive" ], "preferGlobal": false, "homepage": "https://github.com/hex7c0/mkdir-recursive", "author": { "name": "hex7c0", "email": "hex7c0@gmail.com", "url": "https://hex7c0.github.io/" }, "repository": { "type": "git", "url": "https://github.com/hex7c0/mkdir-recursive.git" }, "bugs": { "url": "https://github.com/hex7c0/mkdir-recursive/issues", "email": "hex7c0@gmail.com" }, "main": "index.js", "dependencies": {}, "devDependencies": { "mocha": "~4.1", "istanbul": "~0.4" }, "engine-strict": true, "engines": { "node": ">=4" }, "scripts": { "prepare": "npm prune", "test": "mocha --bail --check-leaks", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly" }, "license": "GPL-3.0" }