Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "gauge",
|
---|
| 3 | "version": "2.7.4",
|
---|
| 4 | "description": "A terminal based horizontal guage",
|
---|
| 5 | "main": "index.js",
|
---|
| 6 | "scripts": {
|
---|
| 7 | "test": "standard && tap test/*.js --coverage",
|
---|
| 8 | "prepublish": "rm -f *~"
|
---|
| 9 | },
|
---|
| 10 | "repository": {
|
---|
| 11 | "type": "git",
|
---|
| 12 | "url": "https://github.com/iarna/gauge"
|
---|
| 13 | },
|
---|
| 14 | "keywords": [
|
---|
| 15 | "progressbar",
|
---|
| 16 | "progress",
|
---|
| 17 | "gauge"
|
---|
| 18 | ],
|
---|
| 19 | "author": "Rebecca Turner <me@re-becca.org>",
|
---|
| 20 | "license": "ISC",
|
---|
| 21 | "bugs": {
|
---|
| 22 | "url": "https://github.com/iarna/gauge/issues"
|
---|
| 23 | },
|
---|
| 24 | "homepage": "https://github.com/iarna/gauge",
|
---|
| 25 | "dependencies": {
|
---|
| 26 | "aproba": "^1.0.3",
|
---|
| 27 | "console-control-strings": "^1.0.0",
|
---|
| 28 | "has-unicode": "^2.0.0",
|
---|
| 29 | "object-assign": "^4.1.0",
|
---|
| 30 | "signal-exit": "^3.0.0",
|
---|
| 31 | "string-width": "^1.0.1",
|
---|
| 32 | "strip-ansi": "^3.0.1",
|
---|
| 33 | "wide-align": "^1.1.0"
|
---|
| 34 | },
|
---|
| 35 | "devDependencies": {
|
---|
| 36 | "readable-stream": "^2.0.6",
|
---|
| 37 | "require-inject": "^1.4.0",
|
---|
| 38 | "standard": "^7.1.2",
|
---|
| 39 | "tap": "^5.7.2",
|
---|
| 40 | "through2": "^2.0.0"
|
---|
| 41 | },
|
---|
| 42 | "files": [
|
---|
| 43 | "base-theme.js",
|
---|
| 44 | "CHANGELOG.md",
|
---|
| 45 | "error.js",
|
---|
| 46 | "has-color.js",
|
---|
| 47 | "index.js",
|
---|
| 48 | "LICENSE",
|
---|
| 49 | "package.json",
|
---|
| 50 | "plumbing.js",
|
---|
| 51 | "process.js",
|
---|
| 52 | "progress-bar.js",
|
---|
| 53 | "README.md",
|
---|
| 54 | "render-template.js",
|
---|
| 55 | "set-immediate.js",
|
---|
| 56 | "set-interval.js",
|
---|
| 57 | "spin.js",
|
---|
| 58 | "template-item.js",
|
---|
| 59 | "theme-set.js",
|
---|
| 60 | "themes.js",
|
---|
| 61 | "wide-truncate.js"
|
---|
| 62 | ]
|
---|
| 63 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.