mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
* Bump lodash from 4.17.15 to 4.17.19 (#52) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * Bump @actions/core from 1.1.3 to 1.2.6 (#60) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * updating node_nodules * updated package-lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"_from": "supports-hyperlinks@^2.0.0",
|
|
"_id": "supports-hyperlinks@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA==",
|
|
"_location": "/supports-hyperlinks",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "supports-hyperlinks@^2.0.0",
|
|
"name": "supports-hyperlinks",
|
|
"escapedName": "supports-hyperlinks",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/terminal-link"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz",
|
|
"_shasum": "f663df252af5f37c5d49bbd7eeefa9e0b9e59e47",
|
|
"_spec": "supports-hyperlinks@^2.0.0",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\terminal-link",
|
|
"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"
|
|
}
|