| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "description": "Node.js 4 `os.homedir()` ponyfill", |
| "devDependencies": { |
| "ava": "*", |
| "path-exists": "^2.0.0", |
| "xo": "^0.16.0" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "builtin", |
| "core", |
| "ponyfill", |
| "polyfill", |
| "shim", |
| "os", |
| "homedir", |
| "home", |
| "dir", |
| "directory", |
| "folder", |
| "user", |
| "path" |
| ], |
| "license": "MIT", |
| "name": "os-homedir", |
| "repository": "sindresorhus/os-homedir", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "1.0.2" |
| } |