flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
43
VISUALIZACION/node_modules/home-or-tmp/package.json
generated
vendored
Executable file
43
VISUALIZACION/node_modules/home-or-tmp/package.json
generated
vendored
Executable file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue