userhomepath
Version:
Platform agnostic user home directory path resolution for Node.js.
29 lines • 583 B
JSON
{
"name": "userhomepath",
"version": "1.0.6",
"description": "Platform agnostic user home directory path resolution for Node.js.",
"main": "index.js",
"bin": {
"userhomepath": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"userhome",
"user",
"home",
"homedir",
"homepath",
"home_dir",
"passwd(5)",
"username",
"userpath"
],
"repository": {
"type": "git",
"url": "https://github.com/lufinkey/node-userhomepath.git"
},
"author": "lufinkey",
"license": "MIT"
}