UNPKG

@wrote/ensure-path

Version:

Create all directories on the way to the path.

65 lines (64 loc) 1.51 kB
{ "name": "@wrote/ensure-path", "version": "1.1.0", "description": "Create all directories on the way to the path.", "main": "build/index.js", "module": "src/index.js", "scripts": { "t": "zoroaster -a", "test": "yarn t test/spec", "spec": "yarn t test/spec", "mask": "yarn t test/mask", "test-build": "ALAMODE_ENV=test-build yarn test", "lint": "eslint .", "doc": "NODE_DEBUG=doc doc documentary -o README.md", "rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f", "e": "alanode", "example/": "yarn e example/example.js", "b": "alamode src -o build -s", "build": "yarn-s b doc" }, "files": [ "build", "src" ], "repository": { "type": "git", "url": "git://github.com/wrote/ensure-path.git" }, "keywords": [ "@wrote", "path", "ensure", "traverse", "tree", "fs", "filesystem", "directory", "dir", "folder", "file", "create", "mkdirp", "mkdir" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/wrote/ensure-path/issues" }, "homepage": "https://github.com/wrote/ensure-path#readme", "devDependencies": { "alamode": "^2.3.4", "catchment": "^3.3.0", "documentary": "^1.27.4", "eslint-config-artdeco": "1.0.1", "spawncommand": "^2.2.0", "temp-context": "^2.1.3", "yarn-s": "1.1.0", "zoroaster": "^4.1.1-alpha" }, "dependencies": { "makepromise": "^3.1.0" } }