1{ 2 "_from": "has-flag@^3.0.0", 3 "_id": "has-flag@3.0.0", 4 "_inBundle": false, 5 "_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", 6 "_location": "/has-flag", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "has-flag@^3.0.0", 12 "name": "has-flag", 13 "escapedName": "has-flag", 14 "rawSpec": "^3.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^3.0.0" 17 }, 18 "_requiredBy": [ 19 "/supports-color" 20 ], 21 "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", 22 "_shasum": "b5d454dc2199ae225699f3467e5a07f3b955bafd", 23 "_spec": "has-flag@^3.0.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/supports-color", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/has-flag/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "Check if argv has a specific flag", 36 "devDependencies": { 37 "ava": "*", 38 "xo": "*" 39 }, 40 "engines": { 41 "node": ">=4" 42 }, 43 "files": [ 44 "index.js" 45 ], 46 "homepage": "https://github.com/sindresorhus/has-flag#readme", 47 "keywords": [ 48 "has", 49 "check", 50 "detect", 51 "contains", 52 "find", 53 "flag", 54 "cli", 55 "command-line", 56 "argv", 57 "process", 58 "arg", 59 "args", 60 "argument", 61 "arguments", 62 "getopt", 63 "minimist", 64 "optimist" 65 ], 66 "license": "MIT", 67 "name": "has-flag", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/sindresorhus/has-flag.git" 71 }, 72 "scripts": { 73 "test": "xo && ava" 74 }, 75 "version": "3.0.0" 76} 77