Files
tekelanew_acs/acs/nladmin-ui/node_modules/home-or-tmp/package.json
2024-12-05 09:33:18 +08:00

41 lines
699 B
JSON

{
"name": "home-or-tmp",
"version": "3.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": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"user",
"home",
"homedir",
"dir",
"directory",
"folder",
"path",
"tmp",
"temp",
"temporary",
"fallback",
"graceful",
"userprofile"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}