Add and run removeNPMAbsolutePaths
This commit is contained in:
parent
a76042ab4a
commit
256c63a715
712 changed files with 13722 additions and 18895 deletions
57
node_modules/supports-hyperlinks/package.json
generated
vendored
57
node_modules/supports-hyperlinks/package.json
generated
vendored
|
|
@ -1,20 +1,37 @@
|
|||
{
|
||||
"name": "supports-hyperlinks",
|
||||
"version": "2.1.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"
|
||||
},
|
||||
"browser": "browser.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jamestalmage/supports-hyperlinks/issues"
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"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"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Detect if your terminal emulator supports hyperlinks",
|
||||
"devDependencies": {
|
||||
"ava": "^2.2.0",
|
||||
"codecov": "^3.5.0",
|
||||
|
|
@ -22,36 +39,10 @@
|
|||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue