11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "gauge", 31cb0ef41Sopenharmony_ci "version": "5.0.1", 41cb0ef41Sopenharmony_ci "description": "A terminal based horizontal gauge", 51cb0ef41Sopenharmony_ci "main": "lib", 61cb0ef41Sopenharmony_ci "scripts": { 71cb0ef41Sopenharmony_ci "test": "tap", 81cb0ef41Sopenharmony_ci "lint": "eslint \"**/*.js\"", 91cb0ef41Sopenharmony_ci "postlint": "template-oss-check", 101cb0ef41Sopenharmony_ci "lintfix": "npm run lint -- --fix", 111cb0ef41Sopenharmony_ci "snap": "tap", 121cb0ef41Sopenharmony_ci "posttest": "npm run lint", 131cb0ef41Sopenharmony_ci "template-oss-apply": "template-oss-apply --force" 141cb0ef41Sopenharmony_ci }, 151cb0ef41Sopenharmony_ci "repository": { 161cb0ef41Sopenharmony_ci "type": "git", 171cb0ef41Sopenharmony_ci "url": "https://github.com/npm/gauge.git" 181cb0ef41Sopenharmony_ci }, 191cb0ef41Sopenharmony_ci "keywords": [ 201cb0ef41Sopenharmony_ci "progressbar", 211cb0ef41Sopenharmony_ci "progress", 221cb0ef41Sopenharmony_ci "gauge" 231cb0ef41Sopenharmony_ci ], 241cb0ef41Sopenharmony_ci "author": "GitHub Inc.", 251cb0ef41Sopenharmony_ci "license": "ISC", 261cb0ef41Sopenharmony_ci "bugs": { 271cb0ef41Sopenharmony_ci "url": "https://github.com/npm/gauge/issues" 281cb0ef41Sopenharmony_ci }, 291cb0ef41Sopenharmony_ci "homepage": "https://github.com/npm/gauge", 301cb0ef41Sopenharmony_ci "dependencies": { 311cb0ef41Sopenharmony_ci "aproba": "^1.0.3 || ^2.0.0", 321cb0ef41Sopenharmony_ci "color-support": "^1.1.3", 331cb0ef41Sopenharmony_ci "console-control-strings": "^1.1.0", 341cb0ef41Sopenharmony_ci "has-unicode": "^2.0.1", 351cb0ef41Sopenharmony_ci "signal-exit": "^4.0.1", 361cb0ef41Sopenharmony_ci "string-width": "^4.2.3", 371cb0ef41Sopenharmony_ci "strip-ansi": "^6.0.1", 381cb0ef41Sopenharmony_ci "wide-align": "^1.1.5" 391cb0ef41Sopenharmony_ci }, 401cb0ef41Sopenharmony_ci "devDependencies": { 411cb0ef41Sopenharmony_ci "@npmcli/eslint-config": "^4.0.0", 421cb0ef41Sopenharmony_ci "@npmcli/template-oss": "4.14.1", 431cb0ef41Sopenharmony_ci "readable-stream": "^4.0.0", 441cb0ef41Sopenharmony_ci "tap": "^16.0.1" 451cb0ef41Sopenharmony_ci }, 461cb0ef41Sopenharmony_ci "files": [ 471cb0ef41Sopenharmony_ci "bin/", 481cb0ef41Sopenharmony_ci "lib/" 491cb0ef41Sopenharmony_ci ], 501cb0ef41Sopenharmony_ci "engines": { 511cb0ef41Sopenharmony_ci "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 521cb0ef41Sopenharmony_ci }, 531cb0ef41Sopenharmony_ci "tap": { 541cb0ef41Sopenharmony_ci "branches": 79, 551cb0ef41Sopenharmony_ci "statements": 89, 561cb0ef41Sopenharmony_ci "functions": 92, 571cb0ef41Sopenharmony_ci "lines": 90, 581cb0ef41Sopenharmony_ci "nyc-arg": [ 591cb0ef41Sopenharmony_ci "--exclude", 601cb0ef41Sopenharmony_ci "tap-snapshots/**" 611cb0ef41Sopenharmony_ci ] 621cb0ef41Sopenharmony_ci }, 631cb0ef41Sopenharmony_ci "templateOSS": { 641cb0ef41Sopenharmony_ci "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 651cb0ef41Sopenharmony_ci "version": "4.14.1", 661cb0ef41Sopenharmony_ci "publish": "true" 671cb0ef41Sopenharmony_ci } 681cb0ef41Sopenharmony_ci} 69