mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-23 04:16:31 +00:00
v3 new release (#80)
This commit is contained in:
committed by
GitHub
parent
a767c8d3a1
commit
20d2b4f98d
48
node_modules/supports-hyperlinks/package.json
generated
vendored
Normal file
48
node_modules/supports-hyperlinks/package.json
generated
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "supports-hyperlinks",
|
||||
"version": "2.2.0",
|
||||
"description": "Detect if your terminal emulator supports hyperlinks",
|
||||
"license": "MIT",
|
||||
"repository": "jamestalmage/supports-hyperlinks",
|
||||
"author": {
|
||||
"name": "James Talmage",
|
||||
"email": "james@talmage.io",
|
||||
"url": "github.com/jamestalmage"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm run create-types",
|
||||
"test": "xo && nyc ava",
|
||||
"create-types": "tsc index.js --allowJs --declaration --emitDeclarationOnly"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"browser.js"
|
||||
],
|
||||
"browser": "browser.js",
|
||||
"keywords": [
|
||||
"link",
|
||||
"terminal",
|
||||
"hyperlink",
|
||||
"cli"
|
||||
],
|
||||
"dependencies": {
|
||||
"has-flag": "^4.0.0",
|
||||
"supports-color": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^2.2.0",
|
||||
"codecov": "^3.5.0",
|
||||
"nyc": "^14.1.1",
|
||||
"typescript": "^3.7.2",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"nyc": {
|
||||
"reporter": [
|
||||
"lcov",
|
||||
"text"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user