{ "_from": "terminal-link@1.3.0", "_id": "terminal-link@1.3.0", "_inBundle": false, "_integrity": "sha512-nFaWG/gs3brGi3opgWU2+dyFGbQ7tueSRYOBOD8URdDXCbAGqDEZzuskCc+okCClYcJFDPwn8e2mbv4FqAnWFA==", "_location": "/terminal-link", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "terminal-link@1.3.0", "name": "terminal-link", "escapedName": "terminal-link", "rawSpec": "1.3.0", "saveSpec": null, "fetchSpec": "1.3.0" }, "_requiredBy": [ "/umi-build-dev" ], "_resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-1.3.0.tgz", "_shasum": "3e9a308289e13340053aaf40e8f1a06d1335646e", "_spec": "terminal-link@1.3.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-build-dev", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/terminal-link/issues" }, "bundleDependencies": false, "dependencies": { "ansi-escapes": "^3.2.0", "supports-hyperlinks": "^1.0.1" }, "deprecated": false, "description": "Create clickable links in the terminal", "devDependencies": { "ava": "^1.4.1", "clear-module": "^3.1.0", "tsd": "^0.7.2", "xo": "^0.24.0" }, "engines": { "node": ">=6" }, "files": [ "index.js", "index.d.ts" ], "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 && tsd" }, "version": "1.3.0" }