保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
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
{
  "_from": "cli-width@^3.0.0",
  "_id": "cli-width@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
  "_location": "/cli-width",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cli-width@^3.0.0",
    "name": "cli-width",
    "escapedName": "cli-width",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/inquirer"
  ],
  "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
  "_shasum": "a2f48437a2caa9a22436e794bf071ec9e61cedf6",
  "_spec": "cli-width@^3.0.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\inquirer",
  "author": {
    "name": "Ilya Radchenko",
    "email": "knownasilya@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/knownasilya/cli-width/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Get stdout window width, with two fallbacks, tty and then a default.",
  "devDependencies": {
    "coveralls": "^3.0.11",
    "nyc": "^15.0.1",
    "standard-version": "^7.1.0",
    "tap-spec": "^5.0.0",
    "tape": "^4.13.2"
  },
  "engines": {
    "node": ">= 10"
  },
  "homepage": "https://github.com/knownasilya/cli-width",
  "license": "ISC",
  "main": "index.js",
  "name": "cli-width",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/knownasilya/cli-width.git"
  },
  "scripts": {
    "coverage": "nyc node test | tspec",
    "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
    "release": "standard-version",
    "test": "node test | tspec"
  },
  "version": "3.0.0"
}