14f4b97f05b15a1944223decdf6827eb3eb8e972.svn-base
1.82 KB
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
{
"_from": "cli-truncate@^2.1.0",
"_id": "cli-truncate@2.1.0",
"_inBundle": true,
"_integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==",
"_location": "/tap/cli-truncate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cli-truncate@^2.1.0",
"name": "cli-truncate",
"escapedName": "cli-truncate",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/tap/ink"
],
"_resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz",
"_shasum": "c39e28bf05edcde5be3b98992a22deed5a2b93c7",
"_spec": "cli-truncate@^2.1.0",
"_where": "/Users/isaacs/dev/js/tap/node_modules/ink",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/cli-truncate/issues"
},
"dependencies": {
"slice-ansi": "^3.0.0",
"string-width": "^4.2.0"
},
"deprecated": false,
"description": "Truncate a string to a specific width in the terminal",
"devDependencies": {
"ava": "^2.1.0",
"tsd": "^0.11.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/cli-truncate#readme",
"keywords": [
"truncate",
"ellipsis",
"text",
"limit",
"slice",
"cli",
"terminal",
"term",
"shell",
"width",
"ansi",
"string"
],
"license": "MIT",
"name": "cli-truncate",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/cli-truncate.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.1.0"
}