File size: 2,013 Bytes
9ada4bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_from": "cli-width@^4.1.0",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
  "_location": "/cli-width",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cli-width@^4.1.0",
    "name": "cli-width",
    "escapedName": "cli-width",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/@inquirer/core"
  ],
  "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
  "_shasum": "42daac41d3c254ef38ad8ac037672130173691c5",
  "_spec": "cli-width@^4.1.0",
  "_where": "/Users/sylvainfiloni/Documents/HuggingFace_Projects/live-vision/node_modules/@inquirer/core",
  "author": {
    "name": "Ilya Radchenko",
    "email": "[email protected]"
  },
  "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.1.1",
    "nyc": "^15.1.0",
    "standard-version": "^9.3.2",
    "tap-spec": "^5.0.0",
    "tape": "^5.5.2"
  },
  "engines": {
    "node": ">= 12"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/knownasilya/cli-width",
  "license": "ISC",
  "main": "index.js",
  "name": "cli-width",
  "repository": {
    "type": "git",
    "url": "git+ssh://[email protected]/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": "4.1.0",
  "volta": {
    "node": "12.22.11",
    "npm": "8.5.5"
  },
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">= 12"
      },
      "pkgid": "[email protected]"
    }
  ]
}