|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "supports-hyperlinks",
|
|---|
| 3 | "version": "2.3.0",
|
|---|
| 4 | "description": "Detect if your terminal emulator supports hyperlinks",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "repository": "jamestalmage/supports-hyperlinks",
|
|---|
| 7 | "author": {
|
|---|
| 8 | "name": "James Talmage",
|
|---|
| 9 | "email": "james@talmage.io",
|
|---|
| 10 | "url": "github.com/jamestalmage"
|
|---|
| 11 | },
|
|---|
| 12 | "engines": {
|
|---|
| 13 | "node": ">=8"
|
|---|
| 14 | },
|
|---|
| 15 | "scripts": {
|
|---|
| 16 | "prepublishOnly": "npm run create-types",
|
|---|
| 17 | "test": "xo && nyc ava",
|
|---|
| 18 | "create-types": "tsc index.js --allowJs --declaration --emitDeclarationOnly"
|
|---|
| 19 | },
|
|---|
| 20 | "files": [
|
|---|
| 21 | "index.js",
|
|---|
| 22 | "browser.js"
|
|---|
| 23 | ],
|
|---|
| 24 | "browser": "browser.js",
|
|---|
| 25 | "keywords": [
|
|---|
| 26 | "link",
|
|---|
| 27 | "terminal",
|
|---|
| 28 | "hyperlink",
|
|---|
| 29 | "cli"
|
|---|
| 30 | ],
|
|---|
| 31 | "dependencies": {
|
|---|
| 32 | "has-flag": "^4.0.0",
|
|---|
| 33 | "supports-color": "^7.0.0"
|
|---|
| 34 | },
|
|---|
| 35 | "devDependencies": {
|
|---|
| 36 | "ava": "^2.2.0",
|
|---|
| 37 | "codecov": "^3.5.0",
|
|---|
| 38 | "nyc": "^14.1.1",
|
|---|
| 39 | "typescript": "^3.7.2",
|
|---|
| 40 | "xo": "^0.24.0"
|
|---|
| 41 | },
|
|---|
| 42 | "nyc": {
|
|---|
| 43 | "reporter": [
|
|---|
| 44 | "lcov",
|
|---|
| 45 | "text"
|
|---|
| 46 | ]
|
|---|
| 47 | }
|
|---|
| 48 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.