1{ 2 "_from": "gauge@~2.7.3", 3 "_id": "gauge@2.7.4", 4 "_inBundle": false, 5 "_integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", 6 "_location": "/gauge", 7 "_phantomChildren": { 8 "code-point-at": "1.1.0", 9 "number-is-nan": "1.0.1" 10 }, 11 "_requested": { 12 "type": "range", 13 "registry": true, 14 "raw": "gauge@~2.7.3", 15 "name": "gauge", 16 "escapedName": "gauge", 17 "rawSpec": "~2.7.3", 18 "saveSpec": null, 19 "fetchSpec": "~2.7.3" 20 }, 21 "_requiredBy": [ 22 "/npmlog" 23 ], 24 "_resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", 25 "_shasum": "2c03405c7538c39d7eb37b317022e325fb018bf7", 26 "_spec": "gauge@~2.7.3", 27 "_where": "/Users/rebecca/code/npm/node_modules/npmlog", 28 "author": { 29 "name": "Rebecca Turner", 30 "email": "me@re-becca.org" 31 }, 32 "bugs": { 33 "url": "https://github.com/iarna/gauge/issues" 34 }, 35 "bundleDependencies": false, 36 "dependencies": { 37 "aproba": "^1.0.3", 38 "console-control-strings": "^1.0.0", 39 "has-unicode": "^2.0.0", 40 "object-assign": "^4.1.0", 41 "signal-exit": "^3.0.0", 42 "string-width": "^1.0.1", 43 "strip-ansi": "^3.0.1", 44 "wide-align": "^1.1.0" 45 }, 46 "deprecated": false, 47 "description": "A terminal based horizontal guage", 48 "devDependencies": { 49 "readable-stream": "^2.0.6", 50 "require-inject": "^1.4.0", 51 "standard": "^7.1.2", 52 "tap": "^5.7.2", 53 "through2": "^2.0.0" 54 }, 55 "files": [ 56 "base-theme.js", 57 "CHANGELOG.md", 58 "error.js", 59 "has-color.js", 60 "index.js", 61 "LICENSE", 62 "package.json", 63 "plumbing.js", 64 "process.js", 65 "progress-bar.js", 66 "README.md", 67 "render-template.js", 68 "set-immediate.js", 69 "set-interval.js", 70 "spin.js", 71 "template-item.js", 72 "theme-set.js", 73 "themes.js", 74 "wide-truncate.js" 75 ], 76 "homepage": "https://github.com/iarna/gauge", 77 "keywords": [ 78 "progressbar", 79 "progress", 80 "gauge" 81 ], 82 "license": "ISC", 83 "main": "index.js", 84 "name": "gauge", 85 "repository": { 86 "type": "git", 87 "url": "git+https://github.com/iarna/gauge.git" 88 }, 89 "scripts": { 90 "prepublish": "rm -f *~", 91 "test": "standard && tap test/*.js --coverage" 92 }, 93 "version": "2.7.4" 94} 95