Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / debug / package.json
1 {
2   "name": "debug",
3   "version": "2.1.2",
4   "repository": {
5     "type": "git",
6     "url": "git://github.com/visionmedia/debug.git"
7   },
8   "description": "small debugging utility",
9   "keywords": [
10     "debug",
11     "log",
12     "debugger"
13   ],
14   "author": {
15     "name": "TJ Holowaychuk",
16     "email": "tj@vision-media.ca"
17   },
18   "contributors": [
19     {
20       "name": "Nathan Rajlich",
21       "email": "nathan@tootallnate.net",
22       "url": "http://n8.io"
23     }
24   ],
25   "license": "MIT",
26   "dependencies": {
27     "ms": "0.7.0"
28   },
29   "devDependencies": {
30     "browserify": "9.0.3",
31     "mocha": "*"
32   },
33   "main": "./node.js",
34   "browser": "./browser.js",
35   "component": {
36     "scripts": {
37       "debug/index.js": "browser.js",
38       "debug/debug.js": "debug.js"
39     }
40   },
41   "gitHead": "ef0b37817e88df724511e648c8c168618e892530",
42   "bugs": {
43     "url": "https://github.com/visionmedia/debug/issues"
44   },
45   "homepage": "https://github.com/visionmedia/debug",
46   "_id": "debug@2.1.2",
47   "scripts": {},
48   "_shasum": "d5853ec48011eafd9ec80a5c4733332c1e767a43",
49   "_from": "debug@~2.1.1",
50   "_npmVersion": "1.4.28",
51   "_npmUser": {
52     "name": "tootallnate",
53     "email": "nathan@tootallnate.net"
54   },
55   "maintainers": [
56     {
57       "name": "tjholowaychuk",
58       "email": "tj@vision-media.ca"
59     },
60     {
61       "name": "tootallnate",
62       "email": "nathan@tootallnate.net"
63     }
64   ],
65   "dist": {
66     "shasum": "d5853ec48011eafd9ec80a5c4733332c1e767a43",
67     "tarball": "http://registry.npmjs.org/debug/-/debug-2.1.2.tgz"
68   },
69   "directories": {},
70   "_resolved": "https://registry.npmjs.org/debug/-/debug-2.1.2.tgz"
71 }