1{ 2 "_from": "is-installed-globally@^0.1.0", 3 "_id": "is-installed-globally@0.1.0", 4 "_inBundle": false, 5 "_integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=", 6 "_location": "/is-installed-globally", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "is-installed-globally@^0.1.0", 12 "name": "is-installed-globally", 13 "escapedName": "is-installed-globally", 14 "rawSpec": "^0.1.0", 15 "saveSpec": null, 16 "fetchSpec": "^0.1.0" 17 }, 18 "_requiredBy": [ 19 "/update-notifier" 20 ], 21 "_resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz", 22 "_shasum": "0dfd98f5a9111716dd535dda6492f67bf3d25a80", 23 "_spec": "is-installed-globally@^0.1.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/update-notifier", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/is-installed-globally/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "global-dirs": "^0.1.0", 36 "is-path-inside": "^1.0.0" 37 }, 38 "deprecated": false, 39 "description": "Check if your package was installed globally", 40 "devDependencies": { 41 "ava": "*", 42 "execa": "^0.7.0", 43 "xo": "*" 44 }, 45 "engines": { 46 "node": ">=4" 47 }, 48 "files": [ 49 "index.js" 50 ], 51 "homepage": "https://github.com/sindresorhus/is-installed-globally#readme", 52 "keywords": [ 53 "global", 54 "package", 55 "globally", 56 "module", 57 "install", 58 "installed", 59 "npm", 60 "yarn", 61 "is", 62 "check", 63 "detect", 64 "local", 65 "locally", 66 "cli", 67 "bin", 68 "binary" 69 ], 70 "license": "MIT", 71 "name": "is-installed-globally", 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/sindresorhus/is-installed-globally.git" 75 }, 76 "scripts": { 77 "test": "xo && ava" 78 }, 79 "version": "0.1.0" 80} 81