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

package.json « debuglog « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7fe99f56e34f1cf3fd0a760e4edd2dc41610547 (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
{
  "_args": [
    [
      "debuglog@^1.0.1",
      "/Users/rebecca/code/npm/node_modules/read-installed"
    ]
  ],
  "_from": "debuglog@>=1.0.1 <2.0.0",
  "_id": "debuglog@1.0.1",
  "_inCache": true,
  "_location": "/debuglog",
  "_npmUser": {
    "email": "sam@strongloop.com",
    "name": "octet"
  },
  "_npmVersion": "1.4.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "debuglog",
    "raw": "debuglog@^1.0.1",
    "rawSpec": "^1.0.1",
    "scope": null,
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/read-installed",
    "/read-package-tree",
    "/readdir-scoped-modules"
  ],
  "_resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz",
  "_shasum": "aa24ffb9ac3df9a2351837cfb2d279360cd78492",
  "_shrinkwrap": null,
  "_spec": "debuglog@^1.0.1",
  "_where": "/Users/rebecca/code/npm/node_modules/read-installed",
  "author": {
    "email": "sam@strongloop.com",
    "name": "Sam Roberts"
  },
  "browser": {
    "util": false
  },
  "bugs": {
    "url": "https://github.com/sam-github/node-debuglog/issues"
  },
  "dependencies": {},
  "description": "backport of util.debuglog from node v0.11",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "aa24ffb9ac3df9a2351837cfb2d279360cd78492",
    "tarball": "http://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/sam-github/node-debuglog",
  "license": "MIT",
  "main": "debuglog.js",
  "maintainers": [
    {
      "name": "octet",
      "email": "sam@strongloop.com"
    }
  ],
  "name": "debuglog",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/sam-github/node-debuglog.git"
  },
  "version": "1.0.1"
}