{
  "_from": "supports-hyperlinks@^1.0.1",
  "_id": "supports-hyperlinks@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-HHi5kVSefKaJkGYXbDuKbUGRVxqnWGn3J2e39CYcNJEfWciGq2zYtOhXLTlvrOZW1QU7VX67w7fMmWafHX9Pfw==",
  "_location": "/supports-hyperlinks",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "supports-hyperlinks@^1.0.1",
    "name": "supports-hyperlinks",
    "escapedName": "supports-hyperlinks",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/eslint-formatter-pretty",
    "/marked-terminal",
    "/terminal-link"
  ],
  "_resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-1.0.1.tgz",
  "_shasum": "71daedf36cc1060ac5100c351bb3da48c29c0ef7",
  "_spec": "supports-hyperlinks@^1.0.1",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/eslint-formatter-pretty",
  "author": {
    "name": "James Talmage",
    "email": "james@talmage.io",
    "url": "github.com/jamestalmage"
  },
  "ava": {
    "babel": {
      "presets": [
        "env",
        "stage-3"
      ]
    }
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/jamestalmage/supports-hyperlinks/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "has-flag": "^2.0.0",
    "supports-color": "^5.0.0"
  },
  "deprecated": false,
  "description": "Detect if your terminal emulator supports hyperlinks",
  "devDependencies": {
    "ava": "^0.20.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-3": "^6.24.1",
    "codecov": "^2.2.0",
    "nyc": "^11.0.0",
    "xo": "^0.18.2"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js",
    "browser.js"
  ],
  "homepage": "https://github.com/jamestalmage/supports-hyperlinks#readme",
  "keywords": [
    "link",
    "terminal",
    "hyperlink",
    "cli"
  ],
  "license": "MIT",
  "name": "supports-hyperlinks",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamestalmage/supports-hyperlinks.git"
  },
  "scripts": {
    "test": "xo && nyc ava"
  },
  "version": "1.0.1"
}
