summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmlog/package.json
blob: 1a2fd8b0243e689474607cda4cfa04718ccc096e (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
114
{
  "_args": [
    [
      {
        "raw": "npmlog@4.0.1",
        "scope": null,
        "escapedName": "npmlog",
        "name": "npmlog",
        "rawSpec": "4.0.1",
        "spec": "4.0.1",
        "type": "version"
      },
      "/Users/rebecca/code/npm-latest"
    ]
  ],
  "_from": "npmlog@4.0.1",
  "_id": "npmlog@4.0.1",
  "_inCache": true,
  "_location": "/npmlog",
  "_nodeVersion": "7.1.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/npmlog-4.0.1.tgz_1479345245313_0.32757814647629857"
  },
  "_npmUser": {
    "name": "iarna",
    "email": "me@re-becca.org"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {
    "aproba": "1.0.4",
    "has-unicode": "2.0.1",
    "readable-stream": "2.2.2",
    "strip-ansi": "3.0.1"
  },
  "_requested": {
    "raw": "npmlog@4.0.1",
    "scope": null,
    "escapedName": "npmlog",
    "name": "npmlog",
    "rawSpec": "4.0.1",
    "spec": "4.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.1.tgz",
  "_shasum": "d14f503b4cd79710375553004ba96e6662fbc0b8",
  "_shrinkwrap": null,
  "_spec": "npmlog@4.0.1",
  "_where": "/Users/rebecca/code/npm-latest",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "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.7.1",
    "set-blocking": "~2.0.0"
  },
  "description": "logger for npm",
  "devDependencies": {
    "standard": "~7.1.2",
    "tap": "~5.7.0"
  },
  "directories": {},
  "dist": {
    "shasum": "d14f503b4cd79710375553004ba96e6662fbc0b8",
    "tarball": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.1.tgz"
  },
  "files": [
    "log.js"
  ],
  "gitHead": "c027c276f6f7e6c8d808767b0d611555e3ef5f61",
  "homepage": "https://github.com/npm/npmlog#readme",
  "license": "ISC",
  "main": "log.js",
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    },
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    },
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "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": "4.0.1"
}