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

package.json « npmlog « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4ddff9891c47826cc43c81ad4aac6b6b0316766 (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
{
  "_args": [
    [
      "npmlog@~2.0.0",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "npmlog@>=2.0.0 <2.1.0",
  "_id": "npmlog@2.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/npmlog",
  "_nodeVersion": "5.4.0",
  "_npmUser": {
    "email": "me@re-becca.org",
    "name": "iarna"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {
    "has-unicode": "2.0.0",
    "readable-stream": "2.0.5"
  },
  "_requested": {
    "name": "npmlog",
    "raw": "npmlog@~2.0.0",
    "rawSpec": "~2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <2.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/npm-registry-client"
  ],
  "_shasum": "d0470238b9697b7c3c4d16bdea65a00b12a464ab",
  "_shrinkwrap": null,
  "_spec": "npmlog@~2.0.0",
  "_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": {
    "ansi": "~0.3.1",
    "are-we-there-yet": "~1.0.6",
    "gauge": "~1.2.5"
  },
  "description": "logger for npm",
  "devDependencies": {
    "tap": "~5.1.2"
  },
  "directories": {},
  "dist": {
    "shasum": "d0470238b9697b7c3c4d16bdea65a00b12a464ab",
    "tarball": "http://registry.npmjs.org/npmlog/-/npmlog-2.0.2.tgz"
  },
  "gitHead": "79dc582bf1ce4d2010454d89738a0a4dbd113be9",
  "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": "npmlog",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npmlog.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "2.0.2"
}