70b520dbf0db2c257d66077a96883dd6b43ca7f9
[VSoRC/.git] / node_modules / debug / package.json
1 {
2   "_from": "debug@2.6.9",
3   "_id": "debug@2.6.9",
4   "_inBundle": false,
5   "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
6   "_location": "/debug",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "debug@2.6.9",
12     "name": "debug",
13     "escapedName": "debug",
14     "rawSpec": "2.6.9",
15     "saveSpec": null,
16     "fetchSpec": "2.6.9"
17   },
18   "_requiredBy": [
19     "/body-parser",
20     "/express",
21     "/finalhandler",
22     "/send"
23   ],
24   "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
25   "_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
26   "_spec": "debug@2.6.9",
27   "_where": "/home/josuer08/Documents/web/node_modules/express",
28   "author": {
29     "name": "TJ Holowaychuk",
30     "email": "tj@vision-media.ca"
31   },
32   "browser": "./src/browser.js",
33   "bugs": {
34     "url": "https://github.com/visionmedia/debug/issues"
35   },
36   "bundleDependencies": false,
37   "component": {
38     "scripts": {
39       "debug/index.js": "browser.js",
40       "debug/debug.js": "debug.js"
41     }
42   },
43   "contributors": [
44     {
45       "name": "Nathan Rajlich",
46       "email": "nathan@tootallnate.net",
47       "url": "http://n8.io"
48     },
49     {
50       "name": "Andrew Rhyne",
51       "email": "rhyneandrew@gmail.com"
52     }
53   ],
54   "dependencies": {
55     "ms": "2.0.0"
56   },
57   "deprecated": false,
58   "description": "small debugging utility",
59   "devDependencies": {
60     "browserify": "9.0.3",
61     "chai": "^3.5.0",
62     "concurrently": "^3.1.0",
63     "coveralls": "^2.11.15",
64     "eslint": "^3.12.1",
65     "istanbul": "^0.4.5",
66     "karma": "^1.3.0",
67     "karma-chai": "^0.1.0",
68     "karma-mocha": "^1.3.0",
69     "karma-phantomjs-launcher": "^1.0.2",
70     "karma-sinon": "^1.0.5",
71     "mocha": "^3.2.0",
72     "mocha-lcov-reporter": "^1.2.0",
73     "rimraf": "^2.5.4",
74     "sinon": "^1.17.6",
75     "sinon-chai": "^2.8.0"
76   },
77   "homepage": "https://github.com/visionmedia/debug#readme",
78   "keywords": [
79     "debug",
80     "log",
81     "debugger"
82   ],
83   "license": "MIT",
84   "main": "./src/index.js",
85   "name": "debug",
86   "repository": {
87     "type": "git",
88     "url": "git://github.com/visionmedia/debug.git"
89   },
90   "version": "2.6.9"
91 }