cordova-android/node_modules/os-homedir
2016-07-22 12:24:27 -07:00
..
index.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
license updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
package.json updated cordoova-common to 1.4.0 2016-07-22 12:24:27 -07:00
readme.md updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00

os-homedir Build Status

io.js 2.3.0 os.homedir() ponyfill

Ponyfill: A polyfill that doesn't overwrite the native method

Install

$ npm install --save os-homedir

Usage

var osHomedir = require('os-homedir');

console.log(osHomedir());
//=> /Users/sindresorhus
  • user-home - Same as this module but caches the result
  • home-or-tmp - Get the user home directory with fallback to the system temp directory

License

MIT © Sindre Sorhus