Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « gauge « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba69205a314c21bc8361635a344a7accaaf99acf (plain)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
  "_args": [
    [
      "gauge@~1.2.0",
      "/Users/rebecca/code/npm/node_modules/npmlog"
    ]
  ],
  "_from": "gauge@>=1.2.0 <1.3.0",
  "_id": "gauge@1.2.0",
  "_inCache": true,
  "_location": "/gauge",
  "_nodeVersion": "1.1.0",
  "_npmUser": {
    "email": "me@re-becca.org",
    "name": "iarna"
  },
  "_npmVersion": "2.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "gauge",
    "raw": "gauge@~1.2.0",
    "rawSpec": "~1.2.0",
    "scope": null,
    "spec": ">=1.2.0 <1.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/npmlog"
  ],
  "_resolved": "https://registry.npmjs.org/gauge/-/gauge-1.2.0.tgz",
  "_shasum": "3094ab1285633f799814388fc8f2de67b4c012c5",
  "_shrinkwrap": null,
  "_spec": "gauge@~1.2.0",
  "_where": "/Users/rebecca/code/npm/node_modules/npmlog",
  "author": {
    "email": "me@re-becca.org",
    "name": "Rebecca Turner"
  },
  "bugs": {
    "url": "https://github.com/iarna/gauge/issues"
  },
  "dependencies": {
    "ansi": "^0.3.0",
    "has-unicode": "^1.0.0",
    "lodash.pad": "^3.0.0",
    "lodash.padleft": "^3.0.0",
    "lodash.padright": "^3.0.0"
  },
  "description": "A terminal based horizontal guage",
  "devDependencies": {
    "tap": "^0.4.13"
  },
  "directories": {},
  "dist": {
    "shasum": "3094ab1285633f799814388fc8f2de67b4c012c5",
    "tarball": "http://registry.npmjs.org/gauge/-/gauge-1.2.0.tgz"
  },
  "gitHead": "db15c35374816b3fc3b9e1e54866f31ed7f4a733",
  "homepage": "https://github.com/iarna/gauge",
  "keywords": [
    "gauge",
    "progress",
    "progressbar"
  ],
  "license": "ISC",
  "main": "progress-bar.js",
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "name": "gauge",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/iarna/gauge"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.2.0"
}