-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.42 KB
/
package.json
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
{
"name": "gauge",
"version": "3.0.1",
"description": "A terminal based horizontal guage",
"main": "index.js",
"scripts": {
"test": "standard && tap test/*.js --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/iarna/gauge"
},
"keywords": [
"progressbar",
"progress",
"gauge"
],
"author": "Rebecca Turner <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/gauge/issues"
},
"homepage": "https://github.com/npm/gauge",
"dependencies": {
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.2",
"console-control-strings": "^1.0.0",
"has-unicode": "^2.0.1",
"object-assign": "^4.1.1",
"signal-exit": "^3.0.0",
"string-width": "^1.0.1 || ^2.0.0",
"strip-ansi": "^3.0.1 || ^4.0.0",
"wide-align": "^1.1.2"
},
"devDependencies": {
"readable-stream": "^2.0.6",
"require-inject": "^1.4.0",
"standard": "^11.0.1",
"tap": "^12.0.1",
"through2": "^2.0.0"
},
"files": [
"base-theme.js",
"CHANGELOG.md",
"error.js",
"has-color.js",
"index.js",
"LICENSE",
"package.json",
"plumbing.js",
"process.js",
"progress-bar.js",
"README.md",
"render-template.js",
"set-immediate.js",
"set-interval.js",
"spin.js",
"template-item.js",
"theme-set.js",
"themes.js",
"wide-truncate.js"
],
"engines": {
"node": ">=10"
}
}