{
  "_args": [
    [
      "os-homedir@https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz",
      "/Users/nw/flint/packages/flint"
    ]
  ],
  "_from": "os-homedir@>=1.0.0 <2.0.0",
  "_id": "os-homedir@1.0.1",
  "_inCache": true,
  "_location": "/os-homedir",
  "_phantomChildren": {},
  "_requested": {
    "name": "os-homedir",
    "raw": "os-homedir@https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz",
    "rawSpec": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/tildify"
  ],
  "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz",
  "_shasum": "0d62bdf44b916fd3bbdcf2cab191948fb094f007",
  "_shrinkwrap": null,
  "_spec": "os-homedir@https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz",
  "_where": "/Users/nw/flint/packages/flint",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/os-homedir/issues"
  },
  "dependencies": {},
  "description": "io.js 2.3.0 os.homedir() ponyfill",
  "devDependencies": {
    "ava": "0.0.4",
    "path-exists": "^1.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/os-homedir#readme",
  "keywords": [
    "built-in",
    "core",
    "dir",
    "directory",
    "folder",
    "home",
    "homedir",
    "os",
    "path",
    "polyfill",
    "ponyfill",
    "shim",
    "user"
  ],
  "license": "MIT",
  "name": "os-homedir",
  "optionalDependencies": {},
  "readme": "# os-homedir [![Build Status](https://travis-ci.org/sindresorhus/os-homedir.svg?branch=master)](https://travis-ci.org/sindresorhus/os-homedir)\n\n> io.js 2.3.0 [`os.homedir()`](https://iojs.org/api/os.html#os_os_homedir) ponyfill\n\n> Ponyfill: A polyfill that doesn't overwrite the native method\n\n\n## Install\n\n```\n$ npm install --save os-homedir\n```\n\n\n## Usage\n\n```js\nvar osHomedir = require('os-homedir');\n\nconsole.log(osHomedir());\n//=> /Users/sindresorhus\n```\n\n\n## Related\n\n- [user-home](https://github.com/sindresorhus/user-home) - Same as this module but caches the result\n- [home-or-tmp](https://github.com/sindresorhus/home-or-tmp) - Get the user home directory with fallback to the system temp directory\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
  "readmeFilename": "readme.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/os-homedir.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.1"
}
