summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmlog/package.json
blob: 85211951f6951b984959dd08dc27ce4c90e92e15 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
  "_args": [
    [
      {
        "name": "npmlog",
        "raw": "npmlog@latest",
        "rawSpec": "latest",
        "scope": null,
        "spec": "latest",
        "type": "tag"
      },
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "npmlog@latest",
  "_id": "npmlog@3.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/npmlog",
  "_nodeVersion": "4.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/npmlog-3.1.2.tgz_1466073052641_0.36111341998912394"
  },
  "_npmUser": {
    "email": "me@re-becca.org",
    "name": "iarna"
  },
  "_npmVersion": "3.9.6",
  "_phantomChildren": {
    "aproba": "1.0.3",
    "has-unicode": "2.0.0",
    "readable-stream": "2.1.3",
    "strip-ansi": "3.0.1"
  },
  "_requested": {
    "name": "npmlog",
    "raw": "npmlog@latest",
    "rawSpec": "latest",
    "scope": null,
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "/",
    "/npm-registry-client"
  ],
  "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-3.1.2.tgz",
  "_shasum": "2d46fa874337af9498a2f12bb43d8d0be4a36873",
  "_shrinkwrap": null,
  "_spec": "npmlog@latest",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/npmlog/issues"
  },
  "dependencies": {
    "are-we-there-yet": "~1.1.2",
    "console-control-strings": "~1.1.0",
    "gauge": "~2.6.0",
    "set-blocking": "~2.0.0"
  },
  "description": "logger for npm",
  "devDependencies": {
    "standard": "~7.1.2",
    "tap": "~5.7.0"
  },
  "directories": {},
  "dist": {
    "shasum": "2d46fa874337af9498a2f12bb43d8d0be4a36873",
    "tarball": "https://registry.npmjs.org/npmlog/-/npmlog-3.1.2.tgz"
  },
  "files": [
    "log.js"
  ],
  "gitHead": "444e237743fa1339cb91bea2d3f16f710be56984",
  "homepage": "https://github.com/npm/npmlog#readme",
  "license": "ISC",
  "main": "log.js",
  "maintainers": [
    {
      "email": "me@re-becca.org",
      "name": "iarna"
    },
    {
      "email": "i@izs.me",
      "name": "isaacs"
    },
    {
      "email": "ogd@aoaioxxysz.net",
      "name": "othiym23"
    },
    {
      "email": "kat@sykosomatic.org",
      "name": "zkat"
    }
  ],
  "name": "npmlog",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npmlog.git"
  },
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "version": "3.1.2"
}