summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/debuglog/package.json
blob: 15158994ffab3fb9b84d5643dd79df2419eb4a6f (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
{
  "_args": [
    [
      "debuglog@1.0.1",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "debuglog@1.0.1",
  "_id": "debuglog@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=",
  "_location": "/debuglog",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "debuglog@1.0.1",
    "name": "debuglog",
    "escapedName": "debuglog",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/",
    "/read-installed",
    "/read-package-tree",
    "/readdir-scoped-modules"
  ],
  "_resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Sam Roberts",
    "email": "sam@strongloop.com"
  },
  "browser": {
    "util": false
  },
  "bugs": {
    "url": "https://github.com/sam-github/node-debuglog/issues"
  },
  "description": "backport of util.debuglog from node v0.11",
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/sam-github/node-debuglog#readme",
  "license": "MIT",
  "main": "debuglog.js",
  "name": "debuglog",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sam-github/node-debuglog.git"
  },
  "version": "1.0.1"
}