保誠-保戶業務員媒合平台
tomasysh
2022-05-25 43d0eed31f4b2a59e23c06ceba3616aac3f549f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "_from": "supports-hyperlinks@^2.0.0",
  "_id": "supports-hyperlinks@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
  "_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.2.0.tgz",
  "_shasum": "4f77b42488765891774b70c79babd87f9bd594bb",
  "_spec": "supports-hyperlinks@^2.0.0",
  "_where": "D:\\project\\PAM\\PAMapp\\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.2.0"
}