package.json
2.81 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"_args": [
[
{
"raw": "debug@2.3.3",
"scope": null,
"escapedName": "debug",
"name": "debug",
"rawSpec": "2.3.3",
"spec": "2.3.3",
"type": "version"
},
"C:\\Users\\HyeonJun\\Desktop\\project\\node_modules\\socket.io-adapter"
]
],
"_from": "debug@2.3.3",
"_id": "debug@2.3.3",
"_inCache": true,
"_location": "/socket.io-adapter/debug",
"_nodeVersion": "7.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/debug-2.3.3.tgz_1479585558307_0.03629564819857478"
},
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "debug@2.3.3",
"scope": null,
"escapedName": "debug",
"name": "debug",
"rawSpec": "2.3.3",
"spec": "2.3.3",
"type": "version"
},
"_requiredBy": [
"/socket.io-adapter"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
"_shasum": "40c453e67e6e13c901ddec317af8986cda9eff8c",
"_shrinkwrap": null,
"_spec": "debug@2.3.3",
"_where": "C:\\Users\\HyeonJun\\Desktop\\project\\node_modules\\socket.io-adapter",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"browser": "./browser.js",
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"component": {
"scripts": {
"debug/index.js": "browser.js",
"debug/debug.js": "debug.js"
}
},
"contributors": [
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io"
},
{
"name": "Andrew Rhyne",
"email": "rhyneandrew@gmail.com"
}
],
"dependencies": {
"ms": "0.7.2"
},
"description": "small debugging utility",
"devDependencies": {
"browserify": "9.0.3",
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "40c453e67e6e13c901ddec317af8986cda9eff8c",
"tarball": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz"
},
"gitHead": "3ad8df75614cd4306709ad73519fd579971fb8d9",
"homepage": "https://github.com/visionmedia/debug#readme",
"keywords": [
"debug",
"log",
"debugger"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "kolban",
"email": "kolban1@kolban.com"
},
{
"name": "thebigredgeek",
"email": "rhyneandrew@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "debug",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
},
"scripts": {},
"version": "2.3.3"
}