mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
85 lines
2.1 KiB
JSON
85 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"supports-hyperlinks@2.1.0",
|
|
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "supports-hyperlinks@2.1.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": "version",
|
|
"registry": true,
|
|
"raw": "supports-hyperlinks@2.1.0",
|
|
"name": "supports-hyperlinks",
|
|
"escapedName": "supports-hyperlinks",
|
|
"rawSpec": "2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/terminal-link"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz",
|
|
"_spec": "2.1.0",
|
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
|
|
"author": {
|
|
"name": "James Talmage",
|
|
"email": "james@talmage.io",
|
|
"url": "github.com/jamestalmage"
|
|
},
|
|
"browser": "browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/jamestalmage/supports-hyperlinks/issues"
|
|
},
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0",
|
|
"supports-color": "^7.0.0"
|
|
},
|
|
"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"
|
|
}
|