UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

44 lines (43 loc) 775 B
{ "name": "home-or-tmp", "version": "2.0.0", "description": "Get the user home directory with fallback to the system temp directory", "license": "MIT", "repository": "sindresorhus/home-or-tmp", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node test.js" }, "files": [ "index.js" ], "keywords": [ "user", "home", "homedir", "dir", "directory", "folder", "path", "tmp", "temp", "temporary", "fallback", "graceful", "userprofile" ], "dependencies": { "os-homedir": "^1.0.0", "os-tmpdir": "^1.0.1" }, "devDependencies": { "ava": "0.0.4" } }