1{ 2 "_from": "os-homedir@^1.0.0", 3 "_id": "os-homedir@1.0.2", 4 "_inBundle": false, 5 "_integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", 6 "_location": "/os-homedir", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "os-homedir@^1.0.0", 12 "name": "os-homedir", 13 "escapedName": "os-homedir", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 17 }, 18 "_requiredBy": [ 19 "/osenv", 20 "/tap" 21 ], 22 "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", 23 "_shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3", 24 "_spec": "os-homedir@^1.0.0", 25 "_where": "/Users/rebecca/code/npm/node_modules/osenv", 26 "author": { 27 "name": "Sindre Sorhus", 28 "email": "sindresorhus@gmail.com", 29 "url": "sindresorhus.com" 30 }, 31 "bugs": { 32 "url": "https://github.com/sindresorhus/os-homedir/issues" 33 }, 34 "bundleDependencies": false, 35 "deprecated": false, 36 "description": "Node.js 4 `os.homedir()` ponyfill", 37 "devDependencies": { 38 "ava": "*", 39 "path-exists": "^2.0.0", 40 "xo": "^0.16.0" 41 }, 42 "engines": { 43 "node": ">=0.10.0" 44 }, 45 "files": [ 46 "index.js" 47 ], 48 "homepage": "https://github.com/sindresorhus/os-homedir#readme", 49 "keywords": [ 50 "builtin", 51 "core", 52 "ponyfill", 53 "polyfill", 54 "shim", 55 "os", 56 "homedir", 57 "home", 58 "dir", 59 "directory", 60 "folder", 61 "user", 62 "path" 63 ], 64 "license": "MIT", 65 "name": "os-homedir", 66 "repository": { 67 "type": "git", 68 "url": "git+https://github.com/sindresorhus/os-homedir.git" 69 }, 70 "scripts": { 71 "test": "xo && ava" 72 }, 73 "version": "1.0.2" 74} 75