chushihua
This commit is contained in:
+43
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user