mkpath
Version:
Make all directories in a path, like mkdir -p
26 lines (25 loc) • 571 B
JSON
{
"name": "mkpath",
"version": "1.0.0",
"author": "Jonathan Rajavuori <jrajav@gmail.com>",
"description": "Make all directories in a path, like mkdir -p",
"repository": {
"type": "git",
"url": "https://github.com/jrajav/mkpath"
},
"keywords": [
"mkdir",
"mkdirp",
"directory",
"path",
"tree"
],
"main": "./mkpath",
"scripts": {
"test": "node node_modules/tap/bin/tap.js ./test/*.js"
},
"devDependencies": {
"tap": "~0.3"
},
"license": "MIT"
}