mirror of
https://github.com/github/codeql-action.git
synced 2026-04-25 16:28:48 +00:00
Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
This commit is contained in:
+53
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user