UNPKG

1.39 kBJSONView Raw
1{
2 "name": "gauge",
3 "version": "4.0.0",
4 "description": "A terminal based horizontal gauge",
5 "main": "lib",
6 "scripts": {
7 "test": "tap",
8 "lint": "eslint '**/*.js'",
9 "postlint": "npm-template-check",
10 "lintfix": "npm run lint -- --fix",
11 "preversion": "npm test",
12 "postversion": "npm publish",
13 "prepublishOnly": "git push origin --follow-tags",
14 "snap": "tap",
15 "posttest": "npm run lint"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/npm/gauge"
20 },
21 "keywords": [
22 "progressbar",
23 "progress",
24 "gauge"
25 ],
26 "author": "GitHub Inc.",
27 "license": "ISC",
28 "bugs": {
29 "url": "https://github.com/npm/gauge/issues"
30 },
31 "homepage": "https://github.com/npm/gauge",
32 "dependencies": {
33 "ansi-regex": "^5.0.1",
34 "aproba": "^1.0.3 || ^2.0.0",
35 "color-support": "^1.1.2",
36 "console-control-strings": "^1.0.0",
37 "has-unicode": "^2.0.1",
38 "signal-exit": "^3.0.0",
39 "string-width": "^4.2.3",
40 "strip-ansi": "^6.0.1",
41 "wide-align": "^1.1.2"
42 },
43 "devDependencies": {
44 "@npmcli/template-oss": "^2.3.0",
45 "readable-stream": "^3.6.0",
46 "tap": "^15.0.10"
47 },
48 "files": [
49 "bin",
50 "lib"
51 ],
52 "engines": {
53 "node": "^12.13.0 || ^14.15.0 || >=16"
54 },
55 "tap": {
56 "branches": 79,
57 "statements": 89,
58 "functions": 92,
59 "lines": 90
60 },
61 "templateVersion": "2.3.0"
62}