1{ 2 "_args": [ 3 [ 4 "osenv@0.1.5", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "osenv@0.1.5", 9 "_id": "osenv@0.1.5", 10 "_inBundle": false, 11 "_integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", 12 "_location": "/osenv", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "osenv@0.1.5", 18 "name": "osenv", 19 "escapedName": "osenv", 20 "rawSpec": "0.1.5", 21 "saveSpec": null, 22 "fetchSpec": "0.1.5" 23 }, 24 "_requiredBy": [ 25 "/", 26 "/node-gyp", 27 "/nopt", 28 "/npm-package-arg", 29 "/pacote" 30 ], 31 "_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", 32 "_spec": "0.1.5", 33 "_where": "/Users/rebecca/code/npm", 34 "author": { 35 "name": "Isaac Z. Schlueter", 36 "email": "i@izs.me", 37 "url": "http://blog.izs.me/" 38 }, 39 "bugs": { 40 "url": "https://github.com/npm/osenv/issues" 41 }, 42 "dependencies": { 43 "os-homedir": "^1.0.0", 44 "os-tmpdir": "^1.0.0" 45 }, 46 "description": "Look up environment settings specific to different operating systems", 47 "devDependencies": { 48 "tap": "^11.1.0" 49 }, 50 "directories": { 51 "test": "test" 52 }, 53 "files": [ 54 "osenv.js" 55 ], 56 "homepage": "https://github.com/npm/osenv#readme", 57 "keywords": [ 58 "environment", 59 "variable", 60 "home", 61 "tmpdir", 62 "path", 63 "prompt", 64 "ps1" 65 ], 66 "license": "ISC", 67 "main": "osenv.js", 68 "name": "osenv", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/npm/osenv.git" 72 }, 73 "scripts": { 74 "postpublish": "git push origin --all; git push origin --tags", 75 "postversion": "npm publish", 76 "preversion": "npm test", 77 "test": "tap test/*.js" 78 }, 79 "version": "0.1.5" 80} 81