package.json
1.91 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
{
"_from": "winston@0.5.x",
"_id": "winston@0.5.11",
"_inBundle": false,
"_integrity": "sha1-nYTq2YGkl6kt33ZhYTer72YcQU8=",
"_location": "/winston",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "winston@0.5.x",
"name": "winston",
"escapedName": "winston",
"rawSpec": "0.5.x",
"saveSpec": null,
"fetchSpec": "0.5.x"
},
"_requiredBy": [
"/prompt"
],
"_resolved": "https://registry.npm.taobao.org/winston/download/winston-0.5.11.tgz?cache=0&sync_timestamp=1592950363199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwinston%2Fdownload%2Fwinston-0.5.11.tgz",
"_shasum": "9d84ead981a497a92ddf76616137abef661c414f",
"_spec": "winston@0.5.x",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\prompt",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/flatiron/winston/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Matthew Bergman",
"email": "mzbphoto@gmail.com"
},
{
"name": "Marak Squires",
"email": "marak@nodejitsu.com"
}
],
"dependencies": {
"async": "0.1.x",
"colors": "0.x.x",
"eyes": "0.1.x",
"loggly": "0.3.x >=0.3.7",
"pkginfo": "0.2.x",
"stack-trace": "0.0.x"
},
"deprecated": false,
"description": "A multi-transport async logging library for Node.js",
"devDependencies": {
"vows": "0.6.x"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/flatiron/winston#readme",
"keywords": [
"logging",
"sysadmin",
"tools"
],
"main": "./lib/winston",
"name": "winston",
"repository": {
"type": "git",
"url": "git+https://github.com/flatiron/winston.git"
},
"scripts": {
"test": "vows --spec --isolate"
},
"version": "0.5.11"
}