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

57
node_modules/supports-hyperlinks/package.json generated vendored Normal file
View file

@ -0,0 +1,57 @@
{
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/jamestalmage/supports-hyperlinks/issues"
},
"bundleDependencies": false,
"dependencies": {
"has-flag": "^4.0.0",
"supports-color": "^7.0.0"
},
"deprecated": false,
"description": "Detect if your terminal emulator supports hyperlinks",
"devDependencies": {
"ava": "^2.2.0",
"codecov": "^3.5.0",
"nyc": "^14.1.1",
"typescript": "^3.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"browser.js"
],
"homepage": "https://github.com/jamestalmage/supports-hyperlinks#readme",
"keywords": [
"link",
"terminal",
"hyperlink",
"cli"
],
"license": "MIT",
"name": "supports-hyperlinks",
"nyc": {
"reporter": [
"lcov",
"text"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamestalmage/supports-hyperlinks.git"
},
"scripts": {
"create-types": "tsc index.js --allowJs --declaration --emitDeclarationOnly",
"prepublishOnly": "npm run create-types",
"test": "xo && nyc ava"
},
"version": "2.1.0"
}