package.json
1.92 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
{
"_from": "loggly@0.3.x >=0.3.7",
"_id": "loggly@0.3.11",
"_inBundle": false,
"_integrity": "sha1-YsHsNDZ3LwlUWY8muVfSrSmGthE=",
"_location": "/loggly",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "loggly@0.3.x >=0.3.7",
"name": "loggly",
"escapedName": "loggly",
"rawSpec": "0.3.x >=0.3.7",
"saveSpec": null,
"fetchSpec": "0.3.x >=0.3.7"
},
"_requiredBy": [
"/winston"
],
"_resolved": "https://registry.npm.taobao.org/loggly/download/loggly-0.3.11.tgz",
"_shasum": "62c1ec3436772f0954598f26b957d2ad2986b611",
"_spec": "loggly@0.3.x >=0.3.7",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\winston",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/nodejitsu/node-loggly/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Marak Squires",
"email": "marak.squires@gmail.com"
},
{
"name": "hij1nx",
"email": "hij1nx@me.com"
},
{
"name": "Kord Campbell",
"email": "kordless@loggly.com"
},
{
"name": "Erik Hedenstrom",
"email": "erik@hedenstroem.com"
}
],
"dependencies": {
"request": "2.9.x",
"timespan": "2.x.x"
},
"deprecated": false,
"description": "A client implementation for Loggly cloud Logging-as-a-Service API",
"devDependencies": {
"vows": "0.6.x"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/nodejitsu/node-loggly#readme",
"keywords": [
"cloud computing",
"api",
"logging",
"loggly"
],
"main": "./lib/loggly",
"name": "loggly",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nodejitsu/node-loggly.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"version": "0.3.11"
}