{
  "_args": [
    [
      "terminal-link@1.1.0",
      "/Users/carlos8f/projects/bot18"
    ]
  ],
  "_from": "terminal-link@1.1.0",
  "_id": "terminal-link@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-sOZb3eUbMEcBeuA+TePxEiyueKHNoFOdU8gJtw6vXBKQEgj2ZeyQfWT0aXqjSDI1a/xEZfjzTZMApcSgV70KGg==",
  "_location": "/terminal-link",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "terminal-link@1.1.0",
    "name": "terminal-link",
    "escapedName": "terminal-link",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/linkify-terminal"
  ],
  "_resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/Users/carlos8f/projects/bot18",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/terminal-link/issues"
  },
  "dependencies": {
    "ansi-escapes": "^3.1.0",
    "supports-hyperlinks": "^1.0.1"
  },
  "description": "Create clickable links in the terminal",
  "devDependencies": {
    "ava": "*",
    "clear-module": "^2.1.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/terminal-link#readme",
  "keywords": [
    "link",
    "hyperlink",
    "url",
    "ansi",
    "escape",
    "terminal",
    "term",
    "console",
    "command-line"
  ],
  "license": "MIT",
  "name": "terminal-link",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/terminal-link.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.1.0"
}
