mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"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": "^4.2.1",
|
|
"supports-hyperlinks": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Create clickable links in the terminal",
|
|
"devDependencies": {
|
|
"ava": "^2.3.0",
|
|
"clear-module": "^4.0.0",
|
|
"tsd": "^0.11.0",
|
|
"xo": "^0.25.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"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": "2.1.1"
|
|
} |