Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)

This commit is contained in:
anaarmas 2020-04-28 16:46:47 +02:00
commit 28ccc3db2d
13974 changed files with 2618436 additions and 0 deletions

53
node_modules/terminal-link/package.json generated vendored Normal file
View file

@ -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"
}